rails--rails/actionpack/lib/action_dispatch
Carlos Antonio da Silva 9651ca751c Add the :path option to match routes when given as symbols. This is specially useful in http helpers for generating routes in scenarios like:
resources :users, :path => 'usuarios' do
    get :search, :on => :collection, :path => 'pesquisar'
  end

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-23 00:49:15 +02:00
..
http Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
middleware Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
routing Add the :path option to match routes when given as symbols. This is specially useful in http helpers for generating routes in scenarios like: 2010-06-23 00:49:15 +02:00
testing Remove unused variable on assert_recognizes [#4912 state:resolved] 2010-06-22 17:37:18 +02:00
railtie.rb Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader. 2010-06-20 13:37:58 +02:00
routing.rb Use h1 for titles. 2010-06-21 01:00:42 +04:30