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
/
lib
/
action_dispatch
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Removed argument and root variable in assert_select proc.
Timm
2014-06-15
1
-4
/
+2
|
*
|
Changed name to selector. And a bunch of other things.
Timm
2014-06-15
1
-60
/
+51
|
*
|
The first attempt at abstracting argument parsing from selection methods.
Timm
2014-06-15
1
-81
/
+114
|
*
|
Removed tag.rb since it has been deprecated.
Timm
2014-06-15
2
-137
/
+0
|
*
|
Corrected documentation bug.
Timm
2014-06-15
1
-10
/
+57
|
*
|
Added Loofah as a dependency in actionview.gemspec.
Timm
2014-06-11
1
-9
/
+9
*
|
|
remove the mounted_helpers respond_to check
Aaron Patterson
2014-07-07
1
-1
/
+1
*
|
|
always test against a routed rack app so there are always url_helpers
Aaron Patterson
2014-07-07
1
-1
/
+1
*
|
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-1
/
+1
*
|
|
Remove unused parameter.
Guo Xiang Tan
2014-06-15
1
-1
/
+1
|
/
/
*
|
Merge pull request #15061 from tgxworld/remove_unnecessary_include
Matthew Draper
2014-05-29
1
-6
/
+0
|
\
\
|
*
|
Remove unnecessary include for integration tests.
Guo Xiang Tan
2014-05-11
1
-6
/
+0
|
|
/
*
|
Remove unnecessary require of Minitest.
Guo Xiang Tan
2014-05-24
1
-1
/
+0
*
|
Form full URI as string to be parsed in Rack::Test.
Guo Xiang Tan
2014-05-21
1
-7
/
+5
*
|
Fix regression on `assert_redirected_to`.
Arthur Neves
2014-05-13
1
-1
/
+7
|
/
*
Remove surplus period from assertion messages
Marcus Stollsteimer
2014-04-13
1
-3
/
+3
*
Swapped parameters of assert_equal in assert_select
Vishal Lal
2014-03-22
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
\
|
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
|
Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...
Vipul A M
2013-12-18
2
-2
/
+2
*
|
Better error message for typos in assert_response argument.
Victor Costan
2013-11-25
1
-0
/
+3
|
/
*
Fix incorrect assert_redirected_to failure message
Derek Prior
2013-09-19
1
-15
/
+5
*
Pass assert_dom_equal message arg to underlying assertion
Ryan McGeary
2013-08-04
1
-4
/
+4
*
Allow overriding of all headers from passed environment hash
Andrew White
2013-07-25
1
-5
/
+5
*
remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest`
Yves Senn
2013-07-04
1
-2
/
+0
*
Remove deprecated Rails application fallback for integration testing
Carlos Antonio da Silva
2013-07-02
1
-4
/
+0
*
Require only minitest.
Rafael Mendonça França
2013-05-22
1
-1
/
+1
*
Eliminate minitest warnings
Sam Ruby
2013-05-17
1
-1
/
+1
*
Revert "Integration tests support the OPTIONS http method"
Rafael Mendonça França
2013-05-16
1
-7
/
+1
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
3
-5
/
+5
*
`Http::Headers` directly modifies the passed environment.
Yves Senn
2013-03-15
1
-2
/
+3
*
allow headers and env to be passed in `IntegrationTest`.
Yves Senn
2013-03-13
1
-34
/
+34
*
Ensure port is set when passed via the process method
Andrew White
2013-01-15
1
-1
/
+1
*
extract PerformanceTest into rails-performance_tests gem
Yves Senn
2013-01-10
1
-10
/
+0
*
Missing requires
Akira Matsuda
2013-01-06
1
-0
/
+1
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-5
/
+3
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec
Rafael Mendonça França
2012-12-31
1
-3
/
+0
*
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+0
*
Use File.join to better integrate fixture_path in fixture_file_upload.
Ben Woosley
2012-11-26
1
-5
/
+7
*
Removed extra call to #diff in #assert_recognizes. assert_equal calls it for ...
Ryan Davis
2012-11-17
1
-4
/
+7
*
Deprecate Hash#diff.
Steve Klabnik
2012-11-09
1
-3
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
6
-46
/
+46
|
\
|
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
6
-46
/
+46
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-2
/
+1
*
|
Add missing require for minitest assertions. Breaks calling 'app' in console ...
Jeremy Kemper
2012-10-25
1
-0
/
+1
|
/
*
Register AD::IntegrationTest for minitest's spec DSL
Mike Moore
2012-09-24
1
-0
/
+3
*
Merge pull request #7530 from robin850/master
Xavier Noria
2012-09-05
1
-1
/
+1
|
\
|
*
Fix a typo
Robin Dupret
2012-09-05
1
-1
/
+1
*
|
Move action_controller/vendor/html-scanner to action_view
Piotr Sarnacki
2012-08-28
3
-3
/
+4
[prev]
[next]