| Commit message (Expand) | Author | Age | Files | Lines |
* | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 1 | -1/+0 |
* | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 1 | -1/+0 |
* | provide a request and response to all controllers | Aaron Patterson | 2015-08-25 | 1 | -2/+6 |
* | adding a direct dispatch method to controller classes | Aaron Patterson | 2015-08-25 | 1 | -8/+2 |
* | Merge pull request #21368 from rodzyn/remove_mocha | Kasper Timm Hansen | 2015-08-25 | 1 | -1/+7 |
|\ |
|
| * | Get rid of mocha tests - part 2 | Marcin Olichwirowicz | 2015-08-25 | 1 | -1/+7 |
* | | Merge pull request #21345 from aditya-kapoor/trim-ap | Rafael Mendonça França | 2015-08-25 | 1 | -2/+0 |
|\ \ |
|
| * | | Trim out unneeded controllers from AP test suite | Aditya Kapoor | 2015-08-24 | 1 | -2/+0 |
* | | | remove dead code :bomb: | Aaron Patterson | 2015-08-24 | 1 | -2/+0 |
* | | | subclass and delegate rather than mutating existing objects | Aaron Patterson | 2015-08-24 | 1 | -12/+29 |
* | | | temp files are no more require | Gaurav Sharma | 2015-08-25 | 1 | -1/+0 |
* | | | use a custom request class to determine the controller class | Aaron Patterson | 2015-08-24 | 1 | -23/+21 |
| |/
|/| |
|
* | | Merge pull request #21321 from rodzyn/removing_mocha | Kasper Timm Hansen | 2015-08-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Get rid of mocha tests - part 1 | Marcin Olichwirowicz | 2015-08-24 | 1 | -0/+1 |
* | | Refactor to remove controller class from route to request | eileencodes | 2015-08-22 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #11352 from xaviershay/dispatcher-api | Rafael Mendonça França | 2015-08-08 | 1 | -8/+4 |
|\ |
|
| * | Allow a custom dispatcher to be provided to routing. | Xavier Shay | 2015-08-07 | 1 | -8/+4 |
* | | Refactor to remove DrawOnce module | eileencodes | 2015-08-08 | 1 | -27/+8 |
|/ |
|
* | Using strings or symbols for middleware class names is deprecated. | Aaron Patterson | 2015-08-07 | 1 | -7/+7 |
* | Add ActionController API functionality | Santiago Pastorino | 2015-06-11 | 1 | -0/+4 |
* | Deprecate `:nothing` option for render method | Mehmet Emin İNAÇ | 2015-05-28 | 1 | -1/+1 |
* | wrap "require 'drb/unix'" by bgin-end at test/abstract_unit.rb | Toshi MARUYAMA | 2015-04-09 | 1 | -1/+5 |
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 1 | -1/+1 |
* | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 1 | -1/+1 |
* | Run ActionPack test cases in random order. | Guo Xiang Tan | 2015-03-06 | 1 | -5/+0 |
* | Avoid parallelizing Action Pack's tests on Rubinius | Robin Dupret | 2015-03-02 | 1 | -2/+2 |
* | Removing old helper that was necessary for compatibility with Ruby 1.8.x | Thiago Pradi | 2015-02-22 | 1 | -13/+0 |
* | Removing unused constants from abstract_unit | Thiago Pradi | 2015-02-22 | 1 | -2/+0 |
* | Removing unused controller from abstract_unit | Thiago Pradi | 2015-02-22 | 1 | -16/+0 |
* | Merge pull request #17862 from lucasmazza/lm-hide-action | Rafael Mendonça França | 2014-12-02 | 1 | -1/+2 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Remove session to allow `with_routing` to be called twice. | Guo Xiang Tan | 2014-11-05 | 1 | -0/+1 |
* | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 1 | -0/+5 |
* | Use system /tmp when testing actionpack | Agis- | 2014-08-22 | 1 | -3/+1 |
* | UnexpectedErrors may reference exceptions that can't be dumped | Aaron Patterson | 2014-08-13 | 1 | -0/+17 |
* | AM, AP, AV, and AMo tests are already order_independent! | Akira Matsuda | 2014-08-13 | 1 | -5/+0 |
* | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 |
* | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 1 | -0/+5 |
* | Use PROCESS_COUNT to define the number of parallel executors | Rafael Mendonça França | 2014-07-23 | 1 | -1/+1 |
* | specify N=0 to prevent parallel tests (just run tests on the main process) | Aaron Patterson | 2014-07-23 | 1 | -2/+6 |
* | Merge branch 'rm-remove-mocha' | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 |
|\ |
|
| * | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 |
* | | reporting is only done in one thread, so we can safely remove the lock | Aaron Patterson | 2014-07-17 | 1 | -1/+1 |
* | | pass the test reporter by reference | Aaron Patterson | 2014-07-17 | 1 | -1/+4 |
* | | do not restart the service, just stop it | Aaron Patterson | 2014-07-17 | 1 | -1/+0 |
* | | only parallelize on forking systems | Aaron Patterson | 2014-07-17 | 1 | -1/+1 |
* | | [EXPERIMENTAL] run actionpack tests in parallel | Aaron Patterson | 2014-07-17 | 1 | -0/+57 |
* | | pass the route name to define_url_helper | Aaron Patterson | 2014-07-17 | 1 | -1/+2 |
* | | Fix 1.9. uggghhhhhh get it together @tenderlove :bomb: | Aaron Patterson | 2014-07-15 | 1 | -2/+2 |