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.
April 09, 2007#16 Virtual AttributesKeep your controllers clean and forms flexible by adding virtual attributes to your model. This very powerful technique allows you to create form fields which may not directly relate to the database....more4minPlay
April 06, 2007#15 Fun with Find ConditionsYou can pass more than simple strings to find conditions. Arrays, ranges, and nil values can be passed as well. In this episode you will see the tricks involved with passing these odd objects to find conditions. (Update: audio fixed)....more5minPlay
April 04, 2007#14 Performing Calculations on ModelsDid you know ActiveRecord provides class methods for performing calculations on models? You can even use these methods through associations....more3minPlay
April 02, 2007#13 Dangers of Model in SessionBe careful when storing a model in a session. It will behave differently than you expect and can easily get out of sync with the database. Instead of storing the model directly in the session, store the id to the model and use that to fetch it from the database....more6minPlay
March 30, 2007#12 Refactoring User Name Part 3In the final part of this series you will see how to refactor your tests. Keeping tests clean is important because it will make testing easier to do in the future....more5minPlay
March 28, 2007#11 Refactoring User Name Part 2Testing and refactoring go hand in hand. Refactoring is all about improving code without changing its behavior. Testing is all about making sure you don't change the behavior while you are improving the code....more7minPlay
March 26, 2007#10 Refactoring User Name Part 1Learn how to clean up your code through refactoring. This episode will show you how to move code from the view into the model to remove duplication and simplify the view....more6minPlay
March 23, 2007#9 Filtering Sensitive LogsAre you accepting sensitive user data? Passwords, credit card numbers, etc. By default, Rails stores all submitted parameters in plain text in the logs. This episode will show you how to filter this sensitive input so it doesn't show up in the log file....more3minPlay
March 21, 2007#8 Layouts and content_forIf you want to change something in the layout on a per-template basis, content_for is your answer! This allows templates to specify view code that can be placed anywhere in a layout....more4minPlay
March 19, 2007#7 All About LayoutsEverything you wanted to know about layouts: global layouts, controller layouts, shared layouts, dynamic layouts and action layouts. Yes, there really are that many ways to specify a layout....more7minPlay
FAQs about RailsCasts (Mobile):How many episodes does RailsCasts (Mobile) have?The podcast currently has 346 episodes available.