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
2006-03-09 04:57:08 +00:00
..
action_controller Move methods from TestResponse into a module, so they can be shared with response objects in integration tests. (This allows standard functional test assertions to be used in integration tests, like assert_response and assert_template.) 2006-03-09 04:57:08 +00:00
action_pack Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
action_view Re-added mixed-in helper methods for the JavascriptGenerator. Moved JavascriptGenerators methods to a module that is mixed in after the helpers are added. Also fixed that variables set in the enumeration methods like #collect are set correctly. Documentation added for the enumeration methods [Rick Olson]. 2006-03-08 05:21:27 +00:00
action_controller.rb Added new infrastructure support for REST webservices. 2006-03-05 18:59:58 +00:00
action_pack.rb Added action_pack.rb stub so that ActionPack::Version loads properly 2005-11-05 03:03:31 +00:00
action_view.rb remove explicit Builder require 2006-03-08 03:28:25 +00:00