Episodes tagged with “routing”
-
232
Routing Walkthrough Part 2 Other translations:
In this episode we continue our look into the Rails 3 router by exploring the Mapper class.
-
231
Routing Walkthrough Other translations:
How does routing work internally in Rails 3? In this episode I'll walk you through the Rails code that makes routing possible.
-
222
Rack in Rails 3 Other translations:
The router in Rails 3 is fully compatible with Rack. Learn how to embed Sinatra into an app, handle redirects, and improve on Rails Metal.
Tags: rails-30 routing performance
-
221
Subdomains in Rails 3 Other translations:
It is now possible to add subdomains to Rails 3 without the use of additional plugins. Learn how in this episode.
-
203
Routing in Rails 3 Other translations:
Rails 3 has a new routing interface. In this episode we show how to translate the old interface into the new one and show some of the new features.
-
165
Edit Multiple Other translations:
Select multiple records with checkboxes and edit them all on one form. Find out how to use virtual attributes to update values relatively.
-
154
Polymorphic Association Other translations:
Polymorphic associations can be a little tricky to understand. In this episode we'll show you how to create one and use it in controllers and views.
Tags: active-record routing
-
147
Sortable Lists
Find out how to create a drag and drop list using prototype and one of Rails’ helper methods.
Tags: active-record plugins ajax routing