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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
\
\
|
|
/
|
/
|
|
*
add `ActionController::Parameters#merge!`
yuuji.yaginuma
2016-10-18
1
-0
/
+17
*
|
Show what was the error when assertion has failed
Akira Matsuda
2016-11-05
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
17
-158
/
+158
*
|
Remove mona lisa image from the tests
Rafael Mendonça França
2016-10-25
2
-18
/
+18
*
|
Soften this test since YAML.dump may produce keys in other orders.
Charles Oliver Nutter
2016-10-21
1
-6
/
+4
*
|
Revert "Undefine assings in IntegrationTest"
Rafael Mendonça França
2016-10-21
1
-8
/
+0
|
/
*
Allow any key in Renderer environment hash
Sammy Larbi
2016-10-15
1
-0
/
+8
*
ActionController::Parameters#deep_dup (#26567)
Pavel Evstigneev
2016-10-11
1
-0
/
+22
*
Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...
Rafael Mendonça França
2016-10-10
1
-55
/
+0
*
Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.
Rafael Mendonça França
2016-10-10
1
-89
/
+0
*
Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`
Rafael Mendonça França
2016-10-10
1
-102
/
+4
*
Remove deprecated support to non-keyword arguments #process
Rafael Mendonça França
2016-10-10
1
-111
/
+0
*
Remove deprecated `xml_http_request` and `xhr` methods
Rafael Mendonça França
2016-10-10
1
-15
/
+0
*
Remove deprecated methods in ActionController::Parameters
Rafael Mendonça França
2016-10-10
1
-7
/
+1
*
Remove deprecated comparing support with `ActionController::Parameters`
Rafael Mendonça França
2016-10-10
1
-8
/
+0
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
2
-200
/
+0
*
Remove deprecated support to :nothing in render
Rafael Mendonça França
2016-10-09
1
-10
/
+0
*
Remove deprecated support to `:back` in `redirect_to`
Rafael Mendonça França
2016-10-09
1
-42
/
+0
*
Remove deprecated support for status option in head
Rafael Mendonça França
2016-10-09
1
-21
/
+0
*
Remove deprecated methods related to controller filters
Rafael Mendonça França
2016-10-09
1
-29
/
+1
*
Silence a warning
Rafael Mendonça França
2016-10-07
1
-1
/
+3
*
Undefine assings in IntegrationTest
Rafael Mendonça França
2016-10-07
1
-0
/
+8
*
Merge pull request #26573 from kirs/action-controller-as-format
Rafael França
2016-09-27
1
-0
/
+5
|
\
|
*
Make :as option also set request format (AC::TestCase)
Kir Shatrov
2016-09-21
1
-0
/
+5
*
|
Only search fixture_path for files that can't be found directly
Matthew Draper
2016-09-24
1
-0
/
+7
*
|
improve error message when include assertions fail
Michael Grosser
2016-09-16
5
-16
/
+16
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
|
Do not mutate AC::TestRequest::DEFAULT_OPTIONS
Kir Shatrov
2016-09-10
1
-0
/
+5
|
/
*
call `.to_h` to avoid using deprecated method
yuuji.yaginuma
2016-09-07
1
-0
/
+7
*
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
1
-0
/
+36
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-3
/
+3
*
Do not allow to_param on AC::Parameters
Kir Shatrov
2016-08-31
1
-0
/
+6
*
Add regression tests
Jon Moss
2016-08-29
1
-0
/
+14
*
Remove unneeded FIXME note
Rafael Mendonça França
2016-08-29
1
-2
/
+0
*
Include the content of the flash in the auto-generated etag (#26250)
David Heinemeier Hansson
2016-08-22
1
-0
/
+29
*
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
1
-0
/
+9
*
Merge pull request #26094 from igorkasyanchuk/master
Rafael França
2016-08-16
1
-4
/
+4
|
\
|
*
Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...
Igor Kasyanchuk
2016-08-10
1
-4
/
+4
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
33
-327
/
+327
*
|
Fix deadlock that can occur when child live thread tries to load a constant a...
Alex Chinn
2016-08-15
1
-0
/
+22
*
|
Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding
Aaron Patterson
2016-08-10
1
-0
/
+73
|
\
\
|
*
|
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
1
-0
/
+73
|
|
/
*
/
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
7
-22
/
+44
|
/
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
2
-2
/
+2
*
adds missing comma in assert call
Xavier Noria
2016-08-07
1
-2
/
+2
*
Assign config on base instead of on `@controller`.
Kasper Timm Hansen
2016-08-07
1
-1
/
+1
[prev]
[next]