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

Latest Screencasts

RailsCasts #263 Client Side Validations

Railscasts - 2011-04-25 - free

Showing validation errors inline as the user is filling out the form can lead to a better use experience. Learn how to do this using the Client Side Validations gem.

Watch this screencast

RailsCasts #258 Token Fields

Railscasts - 2011-03-21 - free

With the jQuery Tokeninput plugin it is easy to add an autocompleting list of entries for a many-to-many association.

Watch this screencast

RailsCasts #251 MetaWhere & MetaSearch

Railscasts - 2011-01-31 - free

MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options.

Watch this screencast

RailsCasts #234 Simple Form

Railscasts - 2010-10-04 - free

Simple Form is a convenient way to generate forms with many options to customize the generated markup.

Watch this screencast

RailsCasts #217 Multistep Forms

Railscasts - 2010-06-07 - free

See how to create a multistep (wizard) form from scratch in this episode.

Watch this screencast

RailsCasts #213 Calendars

Railscasts - 2010-05-10 - free

If dates play an important role in your application, consider adding a date picker or calendar view as shown in this episode.

Watch this screencast

RailsCasts #211 Validations in Rails 3

Railscasts - 2010-04-26 - free

Rails 3 offers several new additions to validations. Here learn how to make a custom error_messages partial, reflect on validations, and clean up complex validations in a model.

Watch this screencast

RailsCasts #198 Edit Multiple Individually

Railscasts - 2010-01-25 - free

Use checkboxes to edit multiple records in one form, where each one has an individual set of form fields.

Watch this screencast

RailsCasts #197 Nested Model Form Part 2

Railscasts - 2010-01-18 - free

Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.

Watch this screencast

RailsCasts #196 Nested Model Form Part 1

Railscasts - 2010-01-11 - free

Handling multiple models in a single form is much easier with the accepts_nested_attributes_for method. See how to use this method to handle nested model fields.

Watch this screencast