Latest Screencasts (page 5)
RailsCasts #74 Complex Forms Part 2
Railscasts - 2007-10-08 - free
See how to use Javascript and RJS to add and remove form fields dynamically. This episode will build upon the previous episode allowing you to create any number of tasks in one form the same time a project is created.
Watch this screencastRailsCasts #73 Complex Forms Part 1
Railscasts - 2007-10-01 - free
Complex forms often lead to complex controllers, but that doesn't have to be the case. In this episode see how you can create multiple models through a single form while keeping the controller clean.
Watch this screencastRailsCasts #69 Markaby in Helper
Railscasts - 2007-09-03 - free
Do you ever need to generate HTML code in a helper method? Placing it directly in Ruby strings is not very pretty. Learn a great way to generate HTML through Markaby in this episode.
Watch this screencastRailsCasts #64 Custom Helper Modules
Railscasts - 2007-07-30 - free
Rails designates one helper module per controller, but that shouldn't stop you from making custom helper modules to help structure the code. Learn how in this episode.
Watch this screencastRailsCasts #63 Model Name in URL
Railscasts - 2007-07-27 - free
By default, Rails uses the model's id in the URL. What if you want to use the name of the model instead? You can change this behavior by overriding the to_param method in the model. Watch this episode for details.
Watch this screencastRailsCasts #57 Create Model Through Text Field
Railscasts - 2007-07-13 - free
Let's say you provide a select menu for setting which category a given product belongs to, but you also want the option of creating a new category by typing the name in a text field. See a great way to do that in this episode.
Watch this screencastRailsCasts #55 Cleaning Up the View
Railscasts - 2007-07-09 - free
This episode starts off with a big, messy template. Watch as this code shrinks and becomes more readable while the interface stays the same.
Watch this screencastRailsCasts #52 Update through Checkboxes
Railscasts - 2007-07-02 - free
See how to select multiple items using checkboxes and perform an action on the selected items in this episode.
Watch this screencastRailsCasts #40 Blocks in View
Railscasts - 2007-06-04 - free
If you try to create a helper method which accepts a block, you will run into a few gotchas. Learn the secrets of blocks in views in this episode.
Watch this screencastRailsCasts #39 Customize Field Error
Railscasts - 2007-06-01 - free
When a validation error occurs, Rails helpfully wraps the field in a div tag so you can style it. But sometimes you don't want this behavior. In this episode you will see how to customize it.
Watch this screencast