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.
March 07, 2011#256 I18n BackendsInternationalization is easy to add in Rails, but the YAML files can be difficult to manage. In this episode I show how to use Redis for managing the translations through a web interface....more12minPlay
February 28, 2011#255 Undo with Paper TrailUndo and redo behavior is easy to add with a versioning gem such as Paper Trail. Learn how to add an undo link to any model's flash message....more14minPlay
February 21, 2011#254 Pagination with KaminariIf you need pagination in Rails 3 try out Kaminari. It is a clean, flexible solution which uses scopes to flow nicely with Active Record queries. Did I mention it also works with Mongoid?...more9minPlay
February 14, 2011#253 CarrierWave File UploadsCarrierWave makes it easy and clean to add file uploads to your application. It supports a variety of ORMs, frameworks and image processors....more10minPlay
February 07, 2011#252 Metrics Metrics MetricsMetric Fu, Metrical, SimpleCov, Rails Best Practices, and more are covered in this episode on metrics....more8minPlay
January 31, 2011#251 MetaWhere MetaSearchMetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options....more9minPlay
January 24, 2011#250 Authentication from ScratchPassword authentication is not too complicated to make from scratch, it will also help to get a better understanding of how it works....more16minPlay
January 17, 2011#249 Notifications in Rails 3Rails 3 comes with instrument support through the ActiveSupport::Notifications class. Call "subscribe" to listen to notifications, and "instrument" to send them....more11minPlay
January 10, 2011#248 Offline Apps Part 2Learn how to make a site usable offline with HTML 5 localStorage. This last part of the series covers jquery-tmpl and jquery-offline....more15minPlay
January 03, 2011#247 Offline Apps Part 1Learn how to make a site usable offline through an HTML 5 cache manifest. This first part of the series covers rack-offline and problems you may run into....more11minPlay
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.