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 25, 2007#36 Subversion on RailsThis episode will walk you through setting up a Rails project on subversion. It covers some helpful tips and gotchas you may experience along the way....more9minPlay
May 23, 2007#35 Custom REST ActionsREST adds many constraints. It restricts your controllers to seven actions. Normally this is okay, but sometimes you need to add your own custom actions. Learn how in this episode....more9minPlay
May 21, 2007#34 Named RoutesWhen you add a custom route, make it a named route so you have url helper methods to easily link to that new route. See episode for details....more7minPlay
May 18, 2007#33 Making a PluginYou can sometimes remove a lot of duplication by generating methods dynamic. In this episode I will show you how to create a plugin which does exactly that....more8minPlay
May 16, 2007#32 Time in Text FieldAlthough Rails does allow you to edit time attributes with text fields, it's not very flexible. In this episode you will learn how to use a virtual attribute to format the time to your liking....more6minPlay
May 14, 2007#31 Formatting TimeLearn how to use the trusty strftime method to format a time, and see how Rails allows you to save this format for later use....more6minPlay
May 11, 2007#30 Pretty Page TitleIf you are like me, you avoid creating page titles because it is kind of a pain. But in this episode I will show you a clean way to add titles to your pages....more6minPlay
May 09, 2007#29 group_by MonthLearn how to use the very useful group_by method to group an array by anything you want! In this episode I group an array of tasks by month then sort it properly....more6minPlay
May 07, 2007#28 in_groups_ofHave you ever wanted to visually line up items in rows and columns? The in_groups_of method makes this a cinch. Just watch out for the gotcha....more5minPlay
May 04, 2007#27 Cross Site ScriptingAnother common security issue is cross site scripting. In this episode you will see why it is so important to escape any HTML a user may submit....more6minPlay
FAQs about RailsCasts (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.