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
*
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
*
|
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
|
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
3
-3
/
+0
*
|
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
|
Updated with_routing example to 3.x syntax [ci skip]
Wojciech Wnętrzak
2012-07-13
1
-7
/
+4
|
/
*
make the default environment have actual defaults
Aaron Patterson
2012-07-03
1
-1
/
+7
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-2
/
+5
*
references to the old behavior removed
Mikhail Vaysman
2012-05-25
1
-4
/
+3
*
Fix bug when Rails.application is defined but is nil. See #881
Marc-Andre Lafortune
2012-05-21
1
-1
/
+1
*
Correct order of expected and actual arguments
Andrew White
2012-05-20
1
-1
/
+1
*
Raise Assertion instead of RoutingError for routing assertion failures.
David Chelimsky
2012-05-20
1
-7
/
+13
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
5
-24
/
+0
*
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
1
-7
/
+24
*
Allows assert_redirected_to to accept a regular expression
Andy Lindeman
2012-05-03
1
-13
/
+20
*
Merge pull request #5716 from jurriaan/tr-gsub-cleanup
Santiago Pastorino
2012-04-04
1
-1
/
+1
|
\
|
*
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
1
-1
/
+1
*
|
No need to extend ActiveSupport::Extend here
Oscar Del Ben
2012-04-04
1
-2
/
+0
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-04-01
1
-1
/
+1
|
\
|
*
:success includes the whole 200 range, not just 200.
Erich Menge
2012-04-01
1
-1
/
+1
*
|
Remove not needed requires
Santiago Pastorino
2012-03-31
1
-1
/
+0
*
|
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
1
-0
/
+1
|
/
*
strip null bytes from Location header as well
Brian Lopez
2012-03-15
1
-1
/
+1
*
Merge pull request #5219 from mattfawcett/2781-fix-querystring-route-constrai...
Aaron Patterson
2012-02-29
1
-4
/
+3
|
\
|
*
Fix the assert_recognizes test method so that it works when there are
Matt Fawcett
2012-02-24
1
-4
/
+3
[next]