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.
August 13, 2007#66 Custom Rake TasksRake is one of those tools that you don't realize how powerful it is until you start using it. In this episode you will learn how to create custom rake tasks and improve them by using rake features....more11minPlay
August 06, 2007#65 Stopping Spam with AkismetThe Railscasts site has been getting a lot of comment spam in the past, but no longer. In this episode I will show you how I solved this problem by using the Akismet web service....more12minPlay
July 30, 2007#64 Custom Helper ModulesRails designates one helper module per controller, but that shouldn't stop you from making custom helper modules to help structure the code. Learn how in this episode....more6minPlay
July 27, 2007#63 Model Name in URLBy default, Rails uses the model's id in the URL. What if you want to use the name of the model instead? You can change this behavior by overriding the to_param method in the model. Watch this episode for details....more7minPlay
July 25, 2007#62 Hacking ActiveRecordHave you ever wanted to temporarily disable all validations? Well, ActiveRecord doesn't support this, but that doesn't mean we can't add it. This episode will show you how to open up an existing class and change its behavior....more12minPlay
July 23, 2007#61 Sending EmailThis is a brief guide to sending email in Rails. See how to configure the environment, generate a mailer, create a template, and deliver the mail....more8minPlay
July 20, 2007#60 Testing without FixturesTests which rely heavily on fixtures are brittle and can be difficult to maintain. This episode will show a couple techniques for creating tests which don't use fixtures....more10minPlay
July 18, 2007#59 Optimistic LockingWhen two people attempt to update the same record near the same time, one of the updates will likely be overwritten. You can solve this problem with optimistic locking....more8minPlay
July 16, 2007#58 How to Make a GeneratorRails comes with many built-in generators, but what if you want to customize them or make your own? Rails gives you a great way to do this which you will learn in this episode....more12minPlay
July 13, 2007#57 Create Model Through Text FieldLet's say you provide a select menu for setting which category a given product belongs to, but you also want the option of creating a new category by typing the name in a text field. See a great way to do that in this episode....more6minPlay
FAQs about RailsCasts (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.