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.
May 16, 2011#266 HTTP StreamingHTTP Streaming allows the browser to start processing the HTML response while the Rails app is still processing the rest of the request....more10minPlay
May 09, 2011#265 Rails 3.1 OverviewThis is the first episode in a series covering Rails 3.1. Here I show how to install the beta and show some of the new features....more14minPlay
May 02, 2011#264 GuardGuard watches files and runs a command after a file is modified. This allows you to automatically run tests in the background, restart your development server, reload the browser, and more....more9minPlay
April 25, 2011#263 Client Side ValidationsShowing validation errors inline as the user is filling out the form can lead to a better use experience. Learn how to do this using the Client Side Validations gem....more9minPlay
April 18, 2011#262 Trees with AncestryThe Ancestry gem works like a tree but also allows us to fetch deeply nested messages in a single query. It provides a method to arrange them after fetching....more10minPlay
April 11, 2011#261 Testing JavaScript with JasmineAre you testing your JavaScript? Learn how to add specs using Jasmine. This episode also covers jQuery integration with jasmine-jquery....more16minPlay
April 04, 2011#260 Messaging with FayeFaye is a subscription/publishing server which makes it easy to do push notifications within a Rails app....more14minPlay
March 28, 2011#259 Decent ExposureThe decent_exposure gem makes it convenient to share controller data with the view through methods instead of instance variables....more10minPlay
March 21, 2011#258 Token FieldsWith the jQuery Tokeninput plugin it is easy to add an autocompleting list of entries for a many-to-many association....more12minPlay
March 14, 2011#257 Request Specs and CapybaraRequest specs in RSpec are a great way to ensure the entire application stack is working properly. Here I also show how to use capybara with integrated JavaScript testing using Selenium....more14minPlay
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.