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 (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.
July 25, 2011#276 Testing Time Web RequestsIt can be difficult to test code that deals with the current time or an external web request. Here I show you how to do both using the Timecop and FakeWeb gems....more9minPlay
July 18, 2011#275 How I TestHere I show how I would add tests to the password reset feature created in the previous episode. I use RSpec, Capybara, Factory Girl, and Guard to make request, model, and mailer specs....more16minPlay
July 11, 2011#274 Remember Me Reset PasswordIt is easy to create authentication from scratch, but how do we extend it with more features? Here I add a "remember me" check box and a "forgotten password" link....more13minPlay
July 04, 2011#273 GeocoderIf you need to work with geographic data, Geocoder is an excellent gem for converting addresses and coordinates, finding nearby locations, determining distances, and more!...more9minPlay
June 27, 2011#272 Markdown with RedcarpetRedcarpet is an easy-to-use gem which interprets Markdown. Here I show how to customize it and add syntax highlighting through Pygments and Albino....more7minPlay
June 20, 2011#271 ResqueResque creates background jobs using Redis. It supports multiple queue and comes with an administration interface for monitoring and managing the queues....more13minPlay
June 13, 2011#270 Authentication in Rails 3.1Here I show off three new features in Rails 3.1 that will help with authentication: easier HTTP Basic, SecurePassword in the database, and forcing SSL....more8minPlay
June 06, 2011#269 Template InheritanceIn Rails 3.1 the controller inheritance also applies to the view layer. Here I show how to add an application template which is shared by all views, and a lookup path for overriding templates based on the subdomain....more9minPlay
May 30, 2011#268 Sass BasicsSass extends CSS with variables, nesting, mixins and more. Here I show how to convert plain CSS to SCSS in a Rails 3.1 app....more14minPlay
May 23, 2011#267 CoffeeScript BasicsCoffeeScript allows you to write JavaScript in a concise, elegant fashion. Here I convert JavaScript code to CoffeeScript in a Rails 3.1 app....more12minPlay
FAQs about RailsCasts (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.