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
...
*
|
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
1
-0
/
+14
|
/
*
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
1
-0
/
+9
*
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
1
-0
/
+18
*
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
59
-523
/
+523
*
|
Fix deadlock that can occur when child live thread tries to load a constant a...
Alex Chinn
2016-08-15
2
-0
/
+24
*
|
Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding
Aaron Patterson
2016-08-10
2
-13
/
+78
|
\
\
|
*
|
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
2
-13
/
+78
|
|
/
*
/
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
9
-25
/
+50
|
/
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
3
-3
/
+3
*
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
*
Merge pull request #25825 from st0012/partial-cache
Kasper Timm Hansen
2016-08-07
2
-0
/
+17
|
\
|
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
2
-0
/
+17
*
|
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
1
-0
/
+13
|
/
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
11
-12
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
43
-70
/
+31
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
31
-301
/
+298
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
29
-297
/
+247
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
73
-2007
/
+2007
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
145
-6003
/
+6003
*
Fix GET JSON integration test request to use method override
eileencodes
2016-08-05
2
-0
/
+17
*
Fix wrong assignment.
Kasper Timm Hansen
2016-08-02
1
-4
/
+5
*
Set `always_permitted_parameters`.
Kasper Timm Hansen
2016-08-02
1
-0
/
+9
*
Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.
Kasper Timm Hansen
2016-08-02
1
-2
/
+15
*
Make Parameters support legacy YAML encodings.
Kasper Timm Hansen
2016-08-01
1
-0
/
+32
*
Merge pull request #25965 from nicksieger/ac_test_case_reset_rack_input
Guillermo Iguaran
2016-07-28
2
-0
/
+22
|
\
|
*
Test that ActionDispatch::IntegrationTest does not leak parameters
Nick Sieger
2016-07-28
1
-0
/
+14
|
*
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+8
*
|
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Fix 'defaults' option for root route
Chris Arcand
2016-07-21
1
-0
/
+18
*
|
There are some cases where @@app is not defined
Santiago Pastorino
2016-07-26
1
-19
/
+0
*
|
Be more explicit with the expected result
Santiago Pastorino
2016-07-26
1
-1
/
+1
*
|
Return ActionDispatch.test_app when no app is set on IntegrationTest.app method
Santiago Pastorino
2016-07-26
1
-0
/
+19
*
|
Bring back support for callable cache_key on collection rendering
Ignatius Reza
2016-07-21
1
-1
/
+11
|
/
*
Sort the mime types before comparing
Rafael Mendonça França
2016-07-17
1
-2
/
+2
*
Make sure the tests setup are made correctly
Rafael Mendonça França
2016-07-17
1
-9
/
+9
*
Merge pull request #25775 from junaruga/hotfix/actionpack-depending-on-active...
Eileen M. Uchitelle
2016-07-16
1
-1
/
+0
|
\
|
*
Remove unused activerecord requirement in actionpack.
Jun Aruga
2016-07-11
1
-1
/
+0
*
|
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
2
-16
/
+18
*
|
Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...
Matthew Draper
2016-07-14
1
-0
/
+9
|
\
\
|
*
|
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-0
/
+9
*
|
|
Merge pull request #25817 from javan/fix-namespaced-implicit-render-etag-temp...
Rafael França
2016-07-13
2
-10
/
+45
|
\
\
\
|
*
|
|
Fix adding implicitly rendered namespaced template digests to ETags
Javan Makhmali
2016-07-13
2
-10
/
+45
|
|
/
/
*
|
|
Merge pull request #25771 from kaspth/make-test-response-assign-response-parser
Kasper Timm Hansen
2016-07-13
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Let TestResponse assign a parser.
Kasper Timm Hansen
2016-07-10
1
-0
/
+8
|
|
/
*
|
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-0
/
+6
*
|
Remove duplicate test and fix a typo in the test
Prathamesh Sonpatki
2016-07-12
2
-6
/
+1
*
|
Merge pull request #25735 from timrogers/actioncontroller-parameters-dup
Matthew Draper
2016-07-12
1
-0
/
+43
|
\
\
|
|
/
|
/
|
[prev]
[next]