Types
- Free Episodes
 - Pro Episodes
 - Revised Episodes
 
Categories
- Active Record
 - Active Resource
 - Active Support
 - Administration
 - Ajax
 - APIs
 - Authentication
 - Authorization
 - Background Jobs
 - Caching
 - Code Walkthrough
 - Controllers
 - Debugging
 - Deployment
 - eCommerce
 - Forms
 - Mailing
 - Models
 - Performance
 - Plugins
 - Production
 - Rack
 - Rails 2.0
 - Rails 2.1
 - Rails 2.2
 - Rails 2.3
 - Rails 3.0
 - Rails 3.1
 - Rails 3.2
 - Rails 4.0
 - Refactoring
 - Routing
 - Search
 - Security
 - Testing
 - Tools
 - Views
 
Wizard Forms with Wicked
      Creating a wizard form can be tricky in Rails. Learn how Wicked can help by turning a controller into a series of multiple steps.
      (11 minutes)
    
    
  Nested Model Form Part 1
      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.
      (11 minutes)
    
    
  Multistep Forms
      See how to create a multi-step (wizard) form from scratch in this episode.
      (15 minutes)
    
    
  Ransack
      Ransack allows you to easily build complex search forms. It also helps in adding sortable links and building a dynamic advanced search page.
      (10 minutes)
    
    
  Complex Forms Part 3
      In this third and final episode on complex forms I will show you how to edit a project and multiple tasks all in one form. This includes removing and adding tasks dynamically as well. See the show notes for updated code.
      (16 minutes)
    
    
  Nested Model Form Part 2
      Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.
      (12 minutes)
    
    
  Guest User Record
      Instead of presenting a sign up form to the user, consider creating a temporary guest record so the user can try out the application without filling in their information up front. They can then become a permanent member afterwards.
      (9 minutes)
    
    
  Importing CSV and Excel
      Allow users to import records into the database by uploading a CSV or Excel document. Here I show how to use Roo to parse these files and present a solution for validations.
      (10 minutes)
    
    
  Complex Forms Part 1
      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.
      (8 minutes)
    
    
  What's New in Rails 4
      Rails 4.0 is still unfinished, but it is shaping up to become a great release. Here I show how to setup a new Rails 4.0 (edge) application and walk through many of its new features.
      (20 minutes)
    
    
  









