1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
2008-02-03 01:11:42 +00:00
..
action_controller Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource name in the URL: cards_path == '/tarjetas'. Closes #10578. 2008-02-02 05:57:16 +00:00
action_pack Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00
action_view Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer] 2008-02-03 01:11:42 +00:00
action_controller.rb Provide a nicer way to access headers. request.headers["Content-Type"] instead of request.headers["HTTP_CONTENT_TYPE"] [Koz] 2008-01-11 06:39:56 +00:00
action_pack.rb Update copyright span 2007-09-09 17:57:16 +00:00
action_view.rb Refactor template compilation from AV::Base into the template handlers. Closes #10888 [lifofifo] 2008-01-22 01:46:34 +00:00
actionpack.rb Allow frameworks to be required by their gem name (closes #8845) [drnic] 2007-09-22 18:15:05 +00:00