Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Screencasts (page 4)

RailsCasts #38 Multibutton Form

Railscasts - 2007-05-30 - free

If you have a form with multiple buttons, you can detect which button was clicked by checking the passed parameters. Learn how in this episode.

Watch this screencast

RailsCasts #37 Simple Search Form

Railscasts - 2007-05-28 - free

A search form is quite different than other forms, this is because it does not deal with model's attributes. See a good way to add a simple search form in this episode.

Watch this screencast

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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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
Find more screencasts on the homepage