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.
June 16, 2013#417 FoundationZURB's Foundation is a front-end for quickly building applications and prototypes. It is similar to Twitter Bootstrap but uses Sass instead of LESS. Here you will learn the basics of the grid system, navigation, tooltips and more....more12minPlay
May 06, 2013#415 Upgrading to Rails 4With the release of Rails 4.0.0.rc1 it's time to try it out and report any bugs. Here I walk you through the steps to upgrade a Rails 3.2 application to Rails 4....more13minPlay
April 04, 2013#412 Fast Rails CommandsRails commands, such as generators, migrations, and tests, have a tendency to be slow because they need to load the Rails app each time. Here I show three tools to make this faster: Zeus, Spring, and Commands....more9minPlay
March 09, 2013#409 Active Model SerializersThe ActiveModel::Serializers gem can help you build JSON APIs through serializer objects. This provides a dedicated place to fully customize the JSON output....more11minPlay
February 13, 2013#406 Public ActivityLearn how to easily add a user activity feed using the public_activity gem. Here I show both the default setup using model callbacks and a manual way to trigger activities....more11minPlay
January 25, 2013#402 Better Errors & RailsPanelHere we take a look at two tools to aid us in development: Better Errors which makes it easier than ever to debug exceptions, and RailsPanel, a Chrome extension to see Rails requests....more9minPlay
January 04, 2013#400 What's New in Rails 4Rails 4.0 is still unfinished, but it is shaping up to become a great release. Here I show how to setup a new Rails 4.0 (edge) application and walk through many of its new features....more21minPlay
December 08, 2012#396 Importing CSV and ExcelAllow users to import records into the database by uploading a CSV or Excel document. Here I show how to use Roo to parse these files and present a solution for validations....more11minPlay
November 21, 2012#393 Guest User RecordInstead of presenting a sign up form to the user, consider creating a temporary guest record so the user can try out the application without filling in their information up front. They can then become a permanent member afterwards....more10minPlay
November 05, 2012#390 TurbolinksTurbolinks can make your Rails app feel faster by using JavaScript to replace the page content when clicking a link. It will be default in new Rails 4.0 applications, but here I show how to use it in Rails 3 and mention some of the gotchas....more8minPlay
FAQs about RailsCasts (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.