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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly escape test names
Akira Matsuda
2017-02-02
1
-3
/
+3
*
Remove deprecated callbacks from ActionDispatch middlewares
Rafael Mendonça França
2017-01-31
2
-101
/
+46
*
Delete PATH_INFO after each controller test request
Dominic Cleal
2017-01-23
1
-0
/
+14
*
Use ActionDispatch::IntegrationTest http helper methods
Andrew White
2017-01-18
1
-45
/
+41
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-1
/
+5
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
2
-10
/
+22
*
Fix all rubocop violations
Rafael Mendonça França
2017-01-17
1
-1
/
+1
*
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
*
Merge pull request #27692 from y-yagi/make_render_work_with_ac_params
Eileen M. Uchitelle
2017-01-16
1
-1
/
+0
|
\
|
*
make `render` work with AC::Params
yuuji.yaginuma
2017-01-15
1
-1
/
+0
*
|
Added test to ensure that we dont break #to_h again when trying to restore th...
David Heinemeier Hansson
2017-01-16
1
-0
/
+5
*
|
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
1
-5
/
+0
|
/
*
Small spelling error
Lachlan Priest
2017-01-14
1
-4
/
+4
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-2
/
+2
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
2
-2
/
+2
*
Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing
Andrew White
2017-01-12
1
-1
/
+1
|
\
|
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
1
-1
/
+1
*
|
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
1
-9
/
+0
*
|
Use Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
1
-2
/
+2
|
/
*
Update `cookies` helper on all HTTP requests
Jon Moss
2017-01-05
1
-0
/
+9
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
3
-4
/
+4
*
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-3
/
+3
*
fix with_routing when testing api only controllers
Julia López
2016-12-29
1
-0
/
+24
*
Use `next` instead of `break`; avoid terminating whole loop
Jon Moss
2016-12-29
1
-0
/
+21
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
2
-2
/
+2
*
Optimize Journey::Route#score
Ben Hughes
2016-12-28
1
-1
/
+1
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
2
-3
/
+3
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in minites...
Akira Matsuda
2016-12-25
1
-2
/
+1
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."
Akira Matsuda
2016-12-25
1
-4
/
+4
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
15
-40
/
+40
*
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
10
-22
/
+20
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
1
-31
/
+8
*
Merge pull request #27414 from matthewd/fix-xml-vs-html-assertion
Matthew Draper
2016-12-21
1
-12
/
+12
|
\
|
*
Revise the "XML is not HTML" test
Matthew Draper
2016-12-20
1
-12
/
+12
*
|
Merge pull request #27408 from matthewd/charset-fix
Matthew Draper
2016-12-20
1
-1
/
+8
|
\
\
|
*
|
Only default the response charset when it is first set
Matthew Draper
2016-12-20
1
-1
/
+8
|
|
/
*
/
Do not clear HTTP_COOKIES header after request
Jon Moss
2016-12-11
1
-0
/
+10
|
/
*
Do not raise exception when content_type is a empty string
Rafael Mendonça França
2016-12-09
1
-0
/
+5
*
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
1
-1
/
+1
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
use public Module#include instead of send :include
yuuji.yaginuma
2016-11-27
1
-1
/
+1
*
Use accept header instead of mangling request path.
Kasper Timm Hansen
2016-11-23
1
-2
/
+25
*
Fix `ActionDispatch::IntegrationTest#open_session`
Tawan Sierek
2016-11-18
1
-0
/
+8
*
Fixed CONTENT_LENGTH header in ActionController::TestRequest
Artem Rashev
2016-11-15
1
-0
/
+10
*
Fix style violations
Rafael Mendonça França
2016-11-14
1
-1
/
+1
*
Merge pull request #27007 from maclover7/jm-fix-26912
Rafael Mendonça França
2016-11-13
1
-0
/
+10
|
\
|
*
Don't error on an empty CONTENT_TYPE
Jon Moss
2016-11-10
1
-0
/
+10
*
|
significant speedup of AC::Parameters#permit
Xavier Noria
2016-11-12
1
-0
/
+5
*
|
adds support for arbitrary hashes in strong parameters
Xavier Noria
2016-11-11
1
-0
/
+33
*
|
Merge pull request #26820 from y-yagi/add_bang_merge_to_parameters
Rafael França
2016-11-10
1
-0
/
+17
|
\
\
|
|
/
|
/
|
[next]