rails/actionpack/lib
Pratik Naik 4a6f4b92ad Change integration test helpers to accept Rack environment instead of just HTTP Headers.
Before :  get '/path', {}, 'Accept' => 'text/javascript'
  After  :  get '/path', {}, 'HTTP_ACCEPT' => 'text/javascript'
2009-05-19 23:50:03 +02:00
..
action_controller Change integration test helpers to accept Rack environment instead of just HTTP Headers. 2009-05-19 23:50:03 +02:00
action_dispatch Allow ParamsParser to parse YAML from the request body IO directly 2009-05-17 16:09:28 -05:00
action_pack Prepare for final 2.3 release 2009-03-15 22:06:50 -05:00
action_view Merge branch 'master' of git@github.com:rails/rails 2009-05-18 13:43:44 -07:00
action_controller.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
action_dispatch.rb Extract generic callbacks middleware from dispatcher 2009-05-17 13:39:55 -05:00
action_pack.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
action_view.rb Cleaning up more render tests 2009-05-14 15:30:35 -07:00
actionpack.rb Allow frameworks to be required by their gem name (closes #8845) [drnic] 2007-09-22 18:15:05 +00:00