aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unused classes in AP testsAkira Matsuda2013-12-251-3/+0
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Remove missing integration points of AV extractionCarlos Antonio da Silva2013-12-051-2/+0
* Remove RenderERBUtils from AP (only AV use it)Łukasz Strzałkowski2013-08-251-22/+0
* Remove AV::TestCase from APŁukasz Strzałkowski2013-08-251-8/+0
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-0/+2
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-251-1/+1
* Fix AP test suite after moving stuff to AVŁukasz Strzałkowski2013-08-251-0/+1
* remove unused variable and assignmentVipul A M2013-03-311-1/+1
* Set Thread.abort_on_exception for the whole AS, AP, and AR testsAkira Matsuda + Koichi Sasada2013-01-241-0/+2
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-1/+0
* Define a SynchronousQueue for test in Action Pack.Rafael Mendonça França2012-09-121-6/+0