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
...
|
*
|
|
|
|
[ci skip] This modifies the HTTP Token authentication example's `authenticate...
Nick Malcolm
2016-04-12
1
-1
/
+6
*
|
|
|
|
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
5
-6
/
+6
|
/
/
/
/
/
*
|
|
|
|
quick edits on the AC::API RDoc [ci skip]
Xavier Noria
2016-04-05
1
-19
/
+20
*
|
|
|
|
it's => its typo
Ryan McCuaig
2016-04-04
1
-1
/
+1
*
|
|
|
|
Fixes #24239
Ryan T. Hosford
2016-04-04
3
-1
/
+31
*
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-04-03
1
-0
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
[ci skip] Fix example of ActionController::Parameters#to_unsafe_h
Prathamesh Sonpatki
2016-03-24
1
-1
/
+1
|
*
|
|
|
|
Add example for ActionController::Parameters#to_unsafe_h
Gaurish Sharma
2016-03-12
1
-0
/
+7
*
|
|
|
|
|
Grammar fixes based on pass over ETag doc changes
Vipul A M
2016-04-03
1
-2
/
+2
*
|
|
|
|
|
Grammer fix in comment: capitalize first word in sentence [ci skip].
utilum
2016-04-02
1
-1
/
+1
*
|
|
|
|
|
Strong ETag validators
Jeremy Daer
2016-03-31
6
-63
/
+210
*
|
|
|
|
|
Fix deprecation warning for ParamsParser instance :smile:
Prathamesh Sonpatki
2016-03-30
1
-1
/
+1
*
|
|
|
|
|
Deprecate ActionDispatch::ParamsParser instance.
Rafael Mendonça França
2016-03-30
2
-0
/
+6
*
|
|
|
|
|
Fix typo in headers comment
Grey Baker
2016-03-29
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix typo in Action Pack changelog [ci skip]
Prathamesh Sonpatki
2016-03-25
1
-1
/
+1
*
|
|
|
|
Merge pull request #24037 from jeremy/implicit-render-raises-on-browser-GET-r...
Jeremy Daer
2016-03-23
1
-53
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
Refinement of our "are you missing a template or did you omit it on purpose?"...
Jeremy Daer
2016-03-03
1
-53
/
+34
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Fix typo for redirect_back
Arkadiusz Fal
2016-03-22
1
-1
/
+1
*
|
|
|
|
guides, sync railties and AP changelogs with 5.0 release notes.
Yves Senn
2016-03-22
1
-12
/
+8
*
|
|
|
|
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
2
-1
/
+5
*
|
|
|
|
Add explanation about accepts_nested_attributes_for keys in the strong parame...
Bart de Water
2016-03-12
1
-2
/
+3
*
|
|
|
|
Break up a circular require between AP/AV
Sean Griffin
2016-03-11
3
-3
/
+6
*
|
|
|
|
Use the most highest priority exception handler when cause is set
Sean Griffin
2016-03-11
2
-2
/
+39
*
|
|
|
|
Merge pull request #22854 from jcoyne/missing_template
Sean Griffin
2016-03-11
3
-1
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
Render default template if block doesn't render
Justin Coyne
2016-02-25
3
-1
/
+23
*
|
|
|
|
|
[skip ci] Reorder paragraphs
Damir
2016-03-10
1
-3
/
+3
*
|
|
|
|
|
revises the homepage URL in the gemspecs [ci skip]
Xavier Noria
2016-03-10
1
-1
/
+1
*
|
|
|
|
|
add return values to example [ci skip]
yuuji.yaginuma
2016-03-10
1
-1
/
+1
*
|
|
|
|
|
Add `ActionController::Parameters#dig`
Sean Griffin
2016-03-09
3
-0
/
+40
*
|
|
|
|
|
Add changelog entry for #24115 [ci skip]
Rafael Mendonça França
2016-03-09
1
-0
/
+5
*
|
|
|
|
|
Pass headers through to payload for logging.
Gareth du Plooy
2016-03-08
2
-0
/
+7
*
|
|
|
|
|
extract ActionDispatch::IntegrationTest::Behavior
Scott Bronson
2016-03-07
1
-22
/
+35
*
|
|
|
|
|
Merge pull request #24086 from yui-knk/do_not_ad_integration_test_class
Yves Senn
2016-03-07
2
-0
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Prevent not-intended loading of `ActionDispatch::IntegrationTest`
yui-knk
2016-03-07
2
-0
/
+7
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #24091 from mcfiredrill/fix-helper-method-docs
Rafael França
2016-03-07
1
-1
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
clarify that helper_method makes both methods available in the view
Tony Miller
2016-03-07
1
-1
/
+2
*
|
|
|
|
|
Remove http_cache_forever's version parameter
Jean Boussier
2016-03-05
2
-13
/
+3
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
[ci skip] Fix constrain_to documentation.
Kasper Timm Hansen
2016-03-03
1
-1
/
+1
*
|
|
|
|
Rename constrain_to to exclude.
Kasper Timm Hansen
2016-03-03
2
-7
/
+8
*
|
|
|
|
Merge pull request #24027 from mechanicles/a-to-an
Xavier Noria
2016-03-03
4
-7
/
+7
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Change 'a HTTP' to 'an HTTP' [ci skip]
Santosh Wadghule
2016-03-03
4
-7
/
+7
*
|
|
|
|
Niceify the dynamic routes deprecation messages
Jon Atack
2016-03-03
1
-2
/
+8
|
/
/
/
/
*
|
|
|
Do not run app.executor callbacks in integration tests
Jorge Bejar and Santiago Pastorino
2016-03-02
1
-11
/
+2
*
|
|
|
Merge pull request #23999 from maxehmookau/patch-1
Rafael França
2016-03-02
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix typo in implicit_render
Max Woolf
2016-03-02
1
-1
/
+1
*
|
|
|
|
[ci skip] Use rails routes instead of rake routes in inspector test description
Abhishek Jain
2016-03-02
1
-9
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths
Arthur Nogueira Neves
2016-03-01
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
Remove load_paths file
Arthur Neves
2016-02-27
1
-2
/
+0
*
|
|
|
|
Merge pull request #23980 from rails/deprecate-controller-action-segments
Andrew White
2016-03-01
31
-212
/
+477
|
\
\
\
\
\
|
*
|
|
|
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
31
-212
/
+477
[prev]
[next]