aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | | remove dead code :bomb:Aaron Patterson2015-08-241-2/+0
* | | subclass and delegate rather than mutating existing objectsAaron Patterson2015-08-241-12/+29
* | | temp files are no more requireGaurav Sharma2015-08-251-1/+0
* | | use a custom request class to determine the controller classAaron Patterson2015-08-241-23/+21
| |/ |/|
* | Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-241-0/+1
|\ \ | |/ |/|
| * Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-0/+1
* | Refactor to remove controller class from route to requesteileencodes2015-08-221-1/+1
|/
* Merge pull request #11352 from xaviershay/dispatcher-apiRafael Mendonça França2015-08-081-8/+4
|\
| * Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-071-8/+4
* | Refactor to remove DrawOnce moduleeileencodes2015-08-081-27/+8
|/
* Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-071-7/+7
* Add ActionController API functionalitySantiago Pastorino2015-06-111-0/+4
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-1/+1
* wrap "require 'drb/unix'" by bgin-end at test/abstract_unit.rbToshi MARUYAMA2015-04-091-1/+5
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-1/+1
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-1/+1
* Run ActionPack test cases in random order.Guo Xiang Tan2015-03-061-5/+0
* Avoid parallelizing Action Pack's tests on RubiniusRobin Dupret2015-03-021-2/+2
* Removing old helper that was necessary for compatibility with Ruby 1.8.xThiago Pradi2015-02-221-13/+0
* Removing unused constants from abstract_unitThiago Pradi2015-02-221-2/+0
* Removing unused controller from abstract_unitThiago Pradi2015-02-221-16/+0
* Merge pull request #17862 from lucasmazza/lm-hide-actionRafael Mendonça França2014-12-021-1/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Remove session to allow `with_routing` to be called twice.Guo Xiang Tan2014-11-051-0/+1
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* Use system /tmp when testing actionpackAgis-2014-08-221-3/+1
* UnexpectedErrors may reference exceptions that can't be dumpedAaron Patterson2014-08-131-0/+17
* AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-131-5/+0
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
* Use PROCESS_COUNT to define the number of parallel executorsRafael Mendonça França2014-07-231-1/+1
* specify N=0 to prevent parallel tests (just run tests on the main process)Aaron Patterson2014-07-231-2/+6
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-0/+2
|\
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* | reporting is only done in one thread, so we can safely remove the lockAaron Patterson2014-07-171-1/+1
* | pass the test reporter by referenceAaron Patterson2014-07-171-1/+4
* | do not restart the service, just stop itAaron Patterson2014-07-171-1/+0
* | only parallelize on forking systemsAaron Patterson2014-07-171-1/+1
* | [EXPERIMENTAL] run actionpack tests in parallelAaron Patterson2014-07-171-0/+57
* | pass the route name to define_url_helperAaron Patterson2014-07-171-1/+2
* | Fix 1.9. uggghhhhhh get it together @tenderlove :bomb:Aaron Patterson2014-07-151-2/+2
* | fix for 1.9 kwargs syntaxAaron Patterson2014-07-151-1/+2
* | stop passing recall to url_forAaron Patterson2014-07-151-2/+2
* | fix warningsAaron Patterson2014-07-151-1/+1
* | stop calling url_for with recall parameters and actually use a requestAaron Patterson2014-07-151-3/+74
|/
* Merge pull request #15061 from tgxworld/remove_unnecessary_includeMatthew Draper2014-05-291-1/+0
|\
| * Remove unnecessary include for integration tests.Guo Xiang Tan2014-05-111-1/+0
* | _recall should be set to a hash or not setAaron Patterson2014-05-131-2/+2
|/
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-0/+9