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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
6
-29
/
+35
*
|
Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...
Matthew Draper
2016-07-14
3
-3
/
+21
|
\
\
|
*
|
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
3
-3
/
+21
*
|
|
Merge pull request #25817 from javan/fix-namespaced-implicit-render-etag-temp...
Rafael França
2016-07-13
3
-11
/
+46
|
\
\
\
|
*
|
|
Fix adding implicitly rendered namespaced template digests to ETags
Javan Makhmali
2016-07-13
3
-11
/
+46
|
|
/
/
*
|
|
Merge pull request #25771 from kaspth/make-test-response-assign-response-parser
Kasper Timm Hansen
2016-07-13
4
-57
/
+72
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Let TestResponse assign a parser.
Kasper Timm Hansen
2016-07-10
4
-57
/
+72
|
|
/
*
|
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
3
-2
/
+14
*
|
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
2
-14
/
+48
|
\
\
|
|
/
|
/
|
|
*
Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...
Tim Rogers
2016-07-08
2
-16
/
+20
|
*
Changes to a dupped `ActionController::Parameters` mutate the original
Tim Rogers
2016-07-07
2
-0
/
+30
*
|
Add tests for 1xx, 204 and 304 responses to response_test.rb
Masaru Nomura
2016-07-09
1
-0
/
+20
*
|
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
2
-0
/
+13
*
Merge pull request #24177 from vipulnsward/rename-test
Rafael França
2016-07-01
1
-1
/
+1
|
\
|
*
- Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...
Vipul A M
2016-03-13
1
-1
/
+1
*
|
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
*
|
|
Ensure logging on exceptions only includes what we expect
Matthew Draper
2016-07-02
1
-0
/
+23
*
|
|
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
*
|
|
Merge pull request #25582 from alexcameron89/action_controller_base
प्रथमेश Sonpatki
2016-07-01
1
-4
/
+4
|
\
\
\
|
*
|
|
[ci skip] Add 'params' formatting in ActionController::Base
Alex Kitchens
2016-06-30
1
-4
/
+4
*
|
|
|
Do not allow rack pre releases
Rafael Mendonça França
2016-06-30
1
-1
/
+1
|
/
/
/
*
|
|
[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
2
-1
/
+21
|
\
\
\
|
*
|
|
Fix setting route's to in a scope
Piotr Jakubowski
2016-06-28
2
-1
/
+21
*
|
|
|
Fix adding implicitly rendered template digests to ETags
Javan Makhmali
2016-06-28
3
-11
/
+43
|
/
/
/
*
|
|
Merge pull request #25123 from bf4/remove_problematic_mime_test
Rafael França
2016-06-27
1
-3
/
+3
|
\
\
\
|
*
|
|
Modifies mime-registration test not to interfere with real mime types
Benjamin Fleischer
2016-05-23
1
-3
/
+3
*
|
|
|
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
2
-2
/
+18
|
\
\
\
\
|
*
|
|
|
make `as` option work with get parameters
yuuji.yaginuma
2016-06-25
2
-2
/
+18
*
|
|
|
|
`params.permitted?` is false by default
Jon Moss
2016-06-23
2
-0
/
+8
*
|
|
|
|
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
2
-1
/
+8
*
|
|
existant => existent
Abhishek Jain
2016-06-09
1
-2
/
+2
*
|
|
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
2
-1
/
+31
*
|
|
Add regression test to `as` option.
Kasper Timm Hansen
2016-06-07
1
-0
/
+16
*
|
|
Use `#performed?` to terminate controller callbacks
Jeff Kreeftmeijer
2016-06-03
3
-1
/
+23
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-06-03
1
-4
/
+4
|
\
\
\
|
*
|
|
`routes.rb` --> `config/routes.rb`
Jon Moss
2016-05-19
1
-4
/
+4
*
|
|
|
Merge pull request #25236 from rajatbansal93/fix-typo
Arun Agrawal
2016-06-01
1
-5
/
+5
|
\
\
\
\
[prev]
[next]