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.
January 11, 2010#196 Nested Model Form Part 1Handling multiple models in a single form is much easier with the accepts_nested_attributes_for method. See how to use this method to handle nested model fields....more12minPlay
January 04, 2010#195 My Favorite Web Apps in 2009Here I show several of my favorite web applications which I found most helpful as a Ruby developer over the past year....more7minPlay
December 28, 2009#194 MongoDB and MongoMapperMongoDB is a document based database engine. Learn how to access it through MongoMapper in this episode....more14minPlay
December 21, 2009#193 Tableless ModelIf you want to create a model without a database backend, you simply need to define a couple methods in the model like I show in this episode....more9minPlay
December 14, 2009#192 Authorization with CanCanCanCan is a simple authorization plugin that offers a lot of flexibility. See how to use it in this episode....more16minPlay
December 07, 2009#191 MechanizeMechanize extends the power of Nokogiri allowing you to interact with multiple pages on the site: click links, submit forms, etc....more11minPlay
November 30, 2009#190 Screen Scraping with NokogiriScreen scraping is easy with Nokogiri and SelectorGadget....more14minPlay
November 23, 2009#189 Embedded AssociationLearn how to set up a one-to-many or many-to-many association which is entirely embedded into a single column through a string or bitmask....more15minPlay
November 16, 2009#188 Declarative AuthorizationDeclarative authorization provides an advanced and powerful solution for role based authorization....more16minPlay
November 09, 2009#187 Testing ExceptionsSometimes bad code slips into production and triggers a 500 error. Learn how to be notified of this and resolve it through integration tests....more11minPlay
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.