rails--rails/actionpack/lib
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
..
abstract_controller ActiveRecord and ActionPack now use the new descendants implementation. 2010-06-19 17:15:21 +02:00
action_controller Add support for specifying locals in view tests with assert template [#4927 state:resolved] 2010-06-22 14:51:22 +02:00
action_dispatch 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
action_pack Get ready for beta 4 2010-06-08 14:47:02 -04:00
action_view update the list of instance variables that are excluded from assigns in view tests 2010-06-22 17:15:56 +02:00
abstract_controller.rb Extract assets paths and make them available to Action Mailer as well 2010-06-02 16:49:02 -05:00
action_controller.rb edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
action_dispatch.rb Removing Metal from Rails 3. 2010-05-29 20:08:00 +02:00
action_pack.rb Updating copyright dates on all licenses 2010-02-01 10:10:53 +11:00
action_view.rb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00