Files
rails/actionpack/lib/action_controller
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
..
2009-05-13 12:00:15 -07:00
2009-04-17 14:28:46 +01:00
2009-05-15 17:49:11 -07:00
2009-05-14 17:38:30 -07:00