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.
May 02, 2007#26 Hackers Love Mass AssignmentYour site may be at risk! When using mass assignment, you are giving the user complete control over that model and its associations. See how a hacker might use this vulnerability and learn how to stop it in this episode....more7minPlay
April 30, 2007#25 SQL InjectionOne of the most common security problems for dynamic sites is SQL Injection. Thankfully Rails does everything it can in solving this issue, but you still need to be aware of it....more6minPlay
April 27, 2007#24 The Stack TraceThe stack trace can be a very useful tool when it comes to debugging. Learn the ins and outs of how the stack trace works in this episode. Note: I am using an older version of the Rails bundle here so it might be a little different than yours. The command in the newer version is called Install Plugin and requires you to type textmate_footnotes in the search....more5minPlay
April 25, 2007#23 Counter Cache ColumnIf you need to display the record count for a has_many association, you can improve performance by caching that number in a column....more8minPlay
April 23, 2007#22 Eager LoadingOne way to improve performance is to cut down on the number of SQL queries. You can do this through eager loading. Learn all about it in this episode!...more5minPlay
April 20, 2007#21 Super Simple AuthenticationThe final piece of the administration puzzle: authentication. There are many different approaches which is why I saved this step for last. This episode will cover a few techniques including the simple solution used for this site....more7minPlay
April 18, 2007#20 Restricting AccessIn this second part of the series on administration, you will learn how to lock down the site to keep the public from accessing the administration features....more5minPlay
April 16, 2007#19 Where Administration GoesThis is the first part of a three part series on building an administration system. Many developers choose to separate it completely from the public side of the site by placing it into an admin subdirectory. This episode will show you an alternative and often better solution....more6minPlay
April 13, 2007#18 Looping Through FlashDisplaying flash messages in the layout can be a pain at times. In this episode you will learn an easy way to display any kind of flash message by looping through the hash....more2minPlay
April 11, 2007#17 HABTM CheckboxesIt is often asked: how do I create a list of checkboxes for managing a HABTM association? Ask no more because this episode will show you how to do exactly that....more7minPlay
FAQs about RailsCasts (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.