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.
December 27, 2010#246 AJAX History StateThe new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added....more11minPlay
December 20, 2010#245 New Gem with BundlerCreating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works....more8minPlay
December 13, 2010#244 GravatarGravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode....more6minPlay
December 06, 2010#243 Beanstalkd and StalkerBeanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs....more10minPlay
November 29, 2010#242 ThorThor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts....more9minPlay
November 22, 2010#241 Simple OmniAuthAuthentication is incredibly simple to add with just OmniAuth if you don't need username/password or multiple authentications per user....more10minPlay
November 15, 2010#240 Search, Sort, Paginate with AJAXMany administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX....more14minPlay
November 07, 2010#239 ActiveRecord::Relation WalkthroughThe new Active Record query methods in Rails 3 might seem like magic at first. But in this episode I unravel how it works by browsing the Rails 3 source code....more12minPlay
November 01, 2010#238 MongoidMongoid is a polished, high-level Ruby gem for accessing MongoDB. Here I cover installation, adding fields, validations, associations, and keys....more12minPlay
October 25, 2010#237 Dynamic attr_accessibleIt is important to use attr_accessible for security with mass assignment, but what if you need it to be dynamic based on user permissions? See how in this episode....more10minPlay
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.