index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
abstract_unit.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
fix for 1.9 kwargs syntax
Aaron Patterson
2014-07-15
1
-1
/
+2
*
|
stop passing recall to url_for
Aaron Patterson
2014-07-15
1
-2
/
+2
*
|
fix warnings
Aaron Patterson
2014-07-15
1
-1
/
+1
*
|
stop calling url_for with recall parameters and actually use a request
Aaron Patterson
2014-07-15
1
-3
/
+74
|
/
*
Merge pull request #15061 from tgxworld/remove_unnecessary_include
Matthew Draper
2014-05-29
1
-1
/
+0
|
\
|
*
Remove unnecessary include for integration tests.
Guo Xiang Tan
2014-05-11
1
-1
/
+0
*
|
_recall should be set to a hash or not set
Aaron Patterson
2014-05-13
1
-2
/
+2
|
/
*
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-0
/
+9
*
Unused classes in AP tests
Akira Matsuda
2013-12-25
1
-3
/
+0
*
Disable available locales checks to avoid warnings running the tests
Carlos Antonio da Silva
2013-12-17
1
-0
/
+3
*
Remove missing integration points of AV extraction
Carlos Antonio da Silva
2013-12-05
1
-2
/
+0
*
Remove RenderERBUtils from AP (only AV use it)
Łukasz Strzałkowski
2013-08-25
1
-22
/
+0
*
Remove AV::TestCase from AP
Łukasz Strzałkowski
2013-08-25
1
-8
/
+0
*
Load AV::Layouts dynamicly via railties
Łukasz Strzałkowski
2013-08-25
1
-0
/
+2
*
Create AbstractController::Rendering interface
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Fix AP test suite after moving stuff to AV
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
remove unused variable and assignment
Vipul A M
2013-03-31
1
-1
/
+1
*
Set Thread.abort_on_exception for the whole AS, AP, and AR tests
Akira Matsuda + Koichi Sasada
2013-01-24
1
-0
/
+2
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-1
/
+0
*
Define a SynchronousQueue for test in Action Pack.
Rafael Mendonça França
2012-09-12
1
-6
/
+0
[next]