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
Commit message (
Expand
)
Author
Age
Files
Lines
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
96
-571
/
+571
*
Fix GET JSON integration test request to use method override
eileencodes
2016-08-05
1
-1
/
+6
*
Move the YAML hook closer to `init_with`.
Kasper Timm Hansen
2016-08-02
1
-8
/
+9
*
Replace implicit formats with a case statement.
Kasper Timm Hansen
2016-08-02
1
-7
/
+8
*
Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.
Kasper Timm Hansen
2016-08-02
1
-2
/
+9
*
Make Parameters support legacy YAML encodings.
Kasper Timm Hansen
2016-08-01
1
-0
/
+19
*
Merge pull request #25965 from nicksieger/ac_test_case_reset_rack_input
Guillermo Iguaran
2016-07-28
1
-0
/
+1
|
\
|
*
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+1
*
|
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix 'defaults' option for root route
Chris Arcand
2016-07-21
1
-1
/
+8
*
|
There are some cases where @@app is not defined
Santiago Pastorino
2016-07-26
1
-1
/
+5
*
|
Return ActionDispatch.test_app when no app is set on IntegrationTest.app method
Santiago Pastorino
2016-07-26
1
-1
/
+1
*
|
Also yield in parameters for a nil content_mime_type
Julian Nadeau
2016-07-25
1
-1
/
+1
*
|
Fix incorrect indentation in method comment [ci skip]
Junya Ogura
2016-07-21
1
-3
/
+3
|
/
*
Fix failing requirement of duplicable in ParameterFilter
Vipul A M
2016-07-16
1
-0
/
+2
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
3
-13
/
+7
*
Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...
Matthew Draper
2016-07-14
1
-3
/
+3
|
\
|
*
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-3
/
+3
*
|
Merge pull request #25817 from javan/fix-namespaced-implicit-render-etag-temp...
Rafael França
2016-07-13
1
-1
/
+1
|
\
\
|
*
|
Fix adding implicitly rendered namespaced template digests to ETags
Javan Makhmali
2016-07-13
1
-1
/
+1
|
|
/
*
|
Merge pull request #25771 from kaspth/make-test-response-assign-response-parser
Kasper Timm Hansen
2016-07-13
3
-57
/
+64
|
\
\
|
|
/
|
/
|
|
*
Let TestResponse assign a parser.
Kasper Timm Hansen
2016-07-10
3
-57
/
+64
*
|
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-2
/
+2
*
|
Merge pull request #25735 from timrogers/actioncontroller-parameters-dup
Matthew Draper
2016-07-12
1
-14
/
+5
|
\
\
|
|
/
|
/
|
|
*
Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...
Tim Rogers
2016-07-08
1
-15
/
+1
|
*
Changes to a dupped `ActionController::Parameters` mutate the original
Tim Rogers
2016-07-07
1
-0
/
+5
*
|
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-1
/
+1
*
|
[ci skip] Correct defaults in documentation for ActionDispatch::SSL
Tim Rogers
2016-07-06
1
-4
/
+5
|
/
*
Deprecate usage of nil as route path
Volmer
2016-07-05
1
-0
/
+6
*
Fix conditional order broken in ea40ec56.
Kasper Timm Hansen
2016-07-02
1
-2
/
+2
*
Merge pull request #25344 from matthewd/debug-locks
Matthew Draper
2016-07-02
2
-0
/
+123
|
\
|
*
Provide a middleware to debug misbehaving locks
Matthew Draper
2016-06-10
2
-0
/
+123
*
|
Silence DebugExceptions template render logs during exceptions
Genadi Samokovarov
2016-07-02
1
-0
/
+8
*
|
Make mutation stand out some more.
Kasper Timm Hansen
2016-07-01
1
-2
/
+5
*
|
Fix request encoding in tests when string literals are frozen
Volmer
2016-07-01
1
-1
/
+1
*
|
[ci skip] Add 'params' formatting in ActionController::Base
Alex Kitchens
2016-06-30
1
-4
/
+4
*
|
[ci skip] Fix typo & add link in PolymorphicRoutes
Alex Kitchens
2016-06-29
1
-2
/
+2
*
|
Merge pull request #25544 from piotrj/pj-issue-25488
Rafael França
2016-06-28
1
-1
/
+9
|
\
\
|
*
|
Fix setting route's to in a scope
Piotr Jakubowski
2016-06-28
1
-1
/
+9
*
|
|
Fix adding implicitly rendered template digests to ETags
Javan Makhmali
2016-06-28
1
-1
/
+7
|
/
/
*
|
Extract method to share path expansion logic.
Kasper Timm Hansen
2016-06-25
1
-11
/
+16
*
|
Simplify `as` passed check.
Kasper Timm Hansen
2016-06-25
1
-1
/
+1
*
|
Merge pull request #25435 from y-yagi/make_as_option_work_with_get_parameters
Kasper Timm Hansen
2016-06-25
1
-2
/
+4
|
\
\
|
*
|
make `as` option work with get parameters
yuuji.yaginuma
2016-06-25
1
-2
/
+4
*
|
|
`params.permitted?` is false by default
Jon Moss
2016-06-23
1
-0
/
+2
*
|
|
Update ActionController::Parameters documentation [ci skip]
Benjamin Quorning
2016-06-22
1
-19
/
+18
|
/
/
*
/
Fix typo in ActionController::Renderer [ci skip]
Alex Kitchens
2016-06-10
1
-1
/
+1
|
/
*
render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)
Brandon Medenwald
2016-06-09
1
-1
/
+1
*
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-1
/
+1
*
Use `#performed?` to terminate controller callbacks
Jeff Kreeftmeijer
2016-06-03
2
-1
/
+8
[next]