| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added render_other_test.rb to the new base test runner | Yehuda Katz + Carl Lerche | 2009-05-22 | 1 | -4/+14 |
* | Add some more tests to the test_new_base_on_old_tests task | Pratik Naik | 2009-05-23 | 1 | -1/+1 |
* | Make logging_test pass with the new base | Pratik Naik | 2009-05-23 | 1 | -1/+1 |
* | Verbose test_new_base_on_old_tests | Jeremy Kemper | 2009-05-22 | 1 | -0/+1 |
* | Move fake controllers and models to a common load path | Jeremy Kemper | 2009-05-22 | 1 | -6/+6 |
* | Set ENV['NEW'] to run any test task with the new Base. | Jeremy Kemper | 2009-05-22 | 1 | -6/+6 |
* | Get controller/layout_test.rb running on new base except for ActionController... | Yehuda Katz + Carl Lerche | 2009-05-22 | 1 | -6/+7 |
* | Add all the existing helpers related features to the new base | Pratik Naik | 2009-05-23 | 1 | -1/+1 |
* | Move FilterParameterLogging to a stand alone module and make it work on new base | Pratik Naik | 2009-05-22 | 1 | -1/+1 |
* | Add assert_select tests to the new base | Pratik Naik | 2009-05-22 | 1 | -1/+1 |
* | Make assertion tests pass with the new base | Pratik Naik | 2009-05-22 | 1 | -0/+1 |
* | Add HTTP Authentication to the new base | Pratik Naik | 2009-05-22 | 1 | -0/+1 |
* | Added the :xml render option | Yehuda Katz + Carl Lerche | 2009-05-21 | 1 | -1/+1 |
* | Added the ability to register methods to handle specific render option keys a... | Yehuda Katz + Carl Lerche | 2009-05-21 | 1 | -2/+3 |
* | Add Streaming to new base | Pratik Naik | 2009-05-21 | 1 | -1/+1 |
* | RequestForgeryProtection now works with the new base | Pratik Naik | 2009-05-21 | 1 | -1/+1 |
* | Made ActionController::Verification work with new_base | Pratik Naik | 2009-05-21 | 1 | -1/+1 |
* | Make controller/content_type_test.rb pass on new base | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -3/+4 |
* | Got controller/mime_responds_test.rb running on the new base | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -3/+4 |
* | Make ActionController::Flash work with new_base | Pratik Naik | 2009-05-21 | 1 | -1/+1 |
* | Massage setup for old tests on new base | Jeremy Kemper | 2009-05-20 | 1 | -2/+1 |
* | Added passing old tests on new base to the main test runner | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -1/+12 |
* | Replace ad hoc Rack::Test with ActionController::IntegrationTest | Pratik Naik | 2009-05-20 | 1 | -1/+1 |
* | Ported simple benchmarking in new base | Yehuda Katz + Carl Lerche | 2009-05-18 | 1 | -2/+2 |
* | Ensure rake test does not run new base tests as that requires rack/test | Pratik Naik | 2009-05-17 | 1 | -1/+1 |
* | isolated_test task | Jeremy Kemper | 2009-05-13 | 1 | -0/+6 |
* | Defer rake/contrib/sshpublisher require so we can use the stdlib rake instead... | Jeremy Kemper | 2009-05-11 | 1 | -1/+2 |
* | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -2/+9 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -2/+1 |
|\ |
|
| * | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -1/+1 |
| * | remove rack gem dependency | Joshua Peek | 2009-03-10 | 1 | -1/+0 |
| * | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
* | | Move dispatch related tests into test/dispatch | Joshua Peek | 2009-01-28 | 1 | -1/+1 |
|/ |
|
* | Bump Rack version to 0.9 | Joshua Peek | 2009-01-06 | 1 | -1/+1 |
* | Depend on rack 0.4.0 instead of vendoring it | Joshua Peek | 2008-11-25 | 1 | -0/+1 |
* | Assume that the next version is going to be 2.3 for now | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 |
* | A few more dependency updates | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 |
* | Proper update call for gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 |
* | Push to new gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -2/+2 |
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 |
* | Disable warnings in AP tests | Jeremy Kemper | 2008-09-10 | 1 | -7/+8 |
* | Ruby 1.9 compat: remove constants from block parameters | Akira Matsuda | 2008-09-09 | 1 | -0/+1 |
* | Horo rdoc template | Jeremy Kemper | 2008-06-22 | 1 | -1/+1 |
* | Use rdoc exclude | Jeremy Kemper | 2008-06-18 | 1 | -2/+2 |
* | Exclude lib/actionpack.rb from rdoc | Jeremy Kemper | 2008-06-18 | 1 | -1/+3 |
* | Generate rdoc for all .rb files except those in vendor | Jeremy Kemper | 2008-06-18 | 1 | -1/+1 |
* | Update Rakefiles to connect to wrath as current user. Use ssh config to set a... | Jeremy Kemper | 2008-06-18 | 1 | -3/+3 |
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -1/+1 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | sshpublisher needs to be explicitly required now, apparently | David Heinemeier Hansson | 2008-03-18 | 1 | -0/+1 |