rails/actionpack/lib
Sam Ruby aa3565f3a6 Allow named_routes to be used with root, and with new DSL short-form.
The real use case it to make all of the following act the same:

  root 'store#index', :as => 'store'
  match '/' => 'store#index', :as => 'store'
  match '/', :to => 'store#index', :as => 'store'

The test case provided deviates from this in order to demonstrate all three
forms in a single set of test routes.

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-12-23 20:55:21 -08:00
..
abstract_controller Make ActionMailer::Base inherit from AbstractController::Base 2009-12-22 11:29:06 -08:00
action_controller Finish moving config.frameworks-dependent code to the framework plugin 2009-12-23 17:23:29 -08:00
action_dispatch Allow named_routes to be used with root, and with new DSL short-form. 2009-12-23 20:55:21 -08:00
action_pack Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
action_view Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
abstract_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_dispatch.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_pack.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
action_view.rb Remove the ActionView::Base autoload because it creates crazy circular autoload insanity 2009-12-23 18:59:49 -08:00