Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Every other week you will be treated to a new, free RailsCasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one... more
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.
October 22, 2007#76 scope_outThe scope_out plugin will generate several helpful find methods for you automatically! It's the best way to move the find conditions into your model. Watch this episode for details....more7minPlay
October 15, 2007#75 Complex Forms Part 3In this third and final episode on complex forms I will show you how to edit a project and multiple tasks all in one form. This includes removing and adding tasks dynamically as well. See the show notes for updated code....more17minPlay
October 08, 2007#74 Complex Forms Part 2See how to use Javascript and RJS to add and remove form fields dynamically. This episode will build upon the previous episode allowing you to create any number of tasks in one form the same time a project is created....more9minPlay
October 01, 2007#73 Complex Forms Part 1Complex forms often lead to complex controllers, but that doesn't have to be the case. In this episode see how you can create multiple models through a single form while keeping the controller clean....more9minPlay
September 24, 2007#72 Adding an EnvironmentRails comes with three environments: development, test, and production. But, you aren't restricted to just these. You can add your own! See how in this episode....more4minPlay
September 17, 2007#71 Testing Controllers with RSpecControllers are tricky to test, and there's no perfect way to do it. In this episode you will see how I test controllers, and my reasoning behind it....more12minPlay
September 10, 2007#70 Custom RoutesIn this episode you will learn how to add custom routes, make some parameters optional, and add requirements for other parameters....more8minPlay
September 03, 2007#69 Markaby in HelperDo you ever need to generate HTML code in a helper method? Placing it directly in Ruby strings is not very pretty. Learn a great way to generate HTML through Markaby in this episode....more7minPlay
August 27, 2007#68 OpenID AuthenticationEver wonder how to implement OpenID authentication in your Rails app? This episode will show you how to add it to a site with an existing authentication system....more12minPlay
August 20, 2007#67 restful_authenticationNeed multiple user authentication? If so, the restful_authentication plugin is a great way to go. It will generate some basic authentication code for you which is good starting point to your authentication system. Watch this episode for details....more10minPlay
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.