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 18, 2007#46 Catch-all RouteSometimes you need to add complex/dynamic routes. This is often impossible to do in routes.rb, but do not worry. It can be accomplished with a catch-all route. See how in this episode....more6minPlay
June 15, 2007#45 RJS TipsThis episode is packed with little RJS goodies. Learn the different ways to access an element, how to add "if" conditions and how to apply an effect to multiple elements....more8minPlay
June 13, 2007#44 Debugging RJSRJS and AJAX can be difficult to debug. Many times you don't get any error message in the browser. Learn different techniques for solving these tricky problems in this episode....more8minPlay
June 11, 2007#43 AJAX with RJSThis episode will walk you through adding AJAX functionality to a form using RJS. See how to easily update multiple elements on a page....more12minPlay
June 08, 2007#42 with_optionsSeveral methods in rails take a hash of options as the last argument. If you are passing the same options to several methods, you can remove this duplication by using with_options. Learn all about it in this episode....more4minPlay
June 06, 2007#41 Conditional ValidationsBy default, validations will take place every time the model is saved. Sometimes you only want a validation to happen when certain conditions are met. See how to do that in this episode....more5minPlay
June 04, 2007#40 Blocks in ViewIf you try to create a helper method which accepts a block, you will run into a few gotchas. Learn the secrets of blocks in views in this episode....more10minPlay
June 01, 2007#39 Customize Field ErrorWhen a validation error occurs, Rails helpfully wraps the field in a div tag so you can style it. But sometimes you don't want this behavior. In this episode you will see how to customize it....more4minPlay
May 30, 2007#38 Multibutton FormIf you have a form with multiple buttons, you can detect which button was clicked by checking the passed parameters. Learn how in this episode....more5minPlay
May 28, 2007#37 Simple Search FormA search form is quite different than other forms, this is because it does not deal with model's attributes. See a good way to add a simple search form in this episode....more7minPlay
FAQs about RailsCasts (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.