Latest Free Screencasts (page 4)
RailsCasts #32 Time in Text Field
Railscasts - 2007-05-16 - free
Although 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.
Watch this screencastRailsCasts #26 Hackers Love Mass Assignment
Railscasts - 2007-05-02 - free
Your 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.
Watch this screencastRailsCasts #25 SQL Injection
Railscasts - 2007-04-30 - free
One 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.
Watch this screencastRailsCasts #17 HABTM Checkboxes
Railscasts - 2007-04-11 - free
It 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.
Watch this screencastRailsCasts #16 Virtual Attributes
Railscasts - 2007-04-09 - free
Keep 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.
Watch this screencast