1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
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
..
abstract_controller Merge branch 'master' of git@github.com:rails/rails 2009-05-18 11:54:51 -07:00
activerecord Fix reset_session with ActiveRecord store [#2200 state:resolved] 2009-05-17 14:42:36 -05:00
controller Change integration test helpers to accept Rack environment instead of just HTTP Headers. 2009-05-19 23:50:03 +02:00
dispatch Merge Failsafe middleware into ShowExceptions 2009-05-17 12:24:59 -05:00
fixtures Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
lib OMG, a lot of work 2009-05-01 17:31:01 -07:00
new_base Merge Failsafe middleware into ShowExceptions 2009-05-17 12:24:59 -05:00
template Truncate helper accepts a :separator for a more legible result [#1807 state:resolved] 2009-05-18 20:46:19 +02:00
view Fixed ActionView::TestCase current url context [#1561 state:resolved] 2008-12-15 11:47:39 -06:00
abstract_unit.rb Got new base to pass controller/base_test.rb, implemented method_missing action semantics in compatibility mode, and fixed a few action_missing bugs. 2009-05-14 17:25:10 -07:00
abstract_unit2.rb Ported Rescuable to new base 2009-05-15 17:49:11 -07:00
active_record_unit.rb Test AR integration with jdbcsqlite3 adapter on jruby 2009-02-06 13:27:50 -08:00
adv_attr_test.rb
runner Temporary runner 2009-03-20 15:02:12 -07:00
testing_sandbox.rb