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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-0
/
+7
*
|
Add #25546 and #25817 to changelog [ci skip]
Philip Nguyen
2016-09-23
1
-0
/
+8
*
|
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
1
-0
/
+4
*
|
Add changelog entry for #26328.
Kasper Timm Hansen
2016-08-31
1
-0
/
+7
*
|
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-1
/
+18
*
|
Include the content of the flash in the auto-generated etag (#26250)
David Heinemeier Hansson
2016-08-22
1
-0
/
+12
*
|
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
1
-0
/
+20
*
|
Copy edits in the documentation [ci skip]
Rafael Mendonça França
2016-08-19
1
-3
/
+5
*
|
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
1
-0
/
+5
*
|
Pass over changelogs [ci skip]
Vipul A M
2016-08-10
1
-5
/
+5
*
|
Add changelog entry to Action Pack as well.
Kasper Timm Hansen
2016-08-07
1
-0
/
+24
*
|
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
1
-0
/
+6
*
|
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-0
/
+7
|
\
\
|
*
|
Update changelog
Chris Arcand
2016-07-26
1
-0
/
+7
|
/
/
*
|
CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip]
Prathamesh Sonpatki
2016-07-17
1
-1
/
+1
*
|
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
1
-0
/
+10
*
|
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-0
/
+9
*
|
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-0
/
+6
*
|
Start Rails 5.1 development :tada:
Rafael Mendonça França
2016-05-10
1
-822
/
+1
*
|
Preparing for 5.0.0.rc1 release
Rafael Mendonça França
2016-05-06
1
-0
/
+2
*
|
Release notes: Add PR #24866 to release notes
Prathamesh Sonpatki
2016-05-05
1
-1
/
+1
*
|
Implement helpers proxy in controller instance level
Rafael Mendonça França
2016-05-05
1
-0
/
+6
*
|
Prep Rails 5 beta 4
eileencodes
2016-04-27
1
-0
/
+2
*
|
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-0
/
+7
*
|
[ci skip] Remove extra `so` from the Action Pack CHANGELOG
Prathamesh Sonpatki
2016-04-14
1
-2
/
+2
*
|
Merge pull request #24318 from bogdanvlviv/patch-1
Rafael Mendonça França
2016-04-12
1
-0
/
+4
|
\
\
|
*
|
extension synonyms yml and yaml
Bogdan
2016-03-27
1
-0
/
+4
*
|
|
it's => its typo
Ryan McCuaig
2016-04-04
1
-1
/
+1
*
|
|
Fixes #24239
Ryan T. Hosford
2016-04-04
1
-0
/
+9
*
|
|
Strong ETag validators
Jeremy Daer
2016-03-31
1
-0
/
+22
*
|
|
Deprecate ActionDispatch::ParamsParser instance.
Rafael Mendonça França
2016-03-30
1
-0
/
+5
|
/
/
*
|
Fix typo in Action Pack changelog [ci skip]
Prathamesh Sonpatki
2016-03-25
1
-1
/
+1
*
|
guides, sync railties and AP changelogs with 5.0 release notes.
Yves Senn
2016-03-22
1
-12
/
+8
*
|
Merge pull request #22854 from jcoyne/missing_template
Sean Griffin
2016-03-11
1
-0
/
+7
|
\
\
|
*
|
Render default template if block doesn't render
Justin Coyne
2016-02-25
1
-0
/
+7
*
|
|
Add `ActionController::Parameters#dig`
Sean Griffin
2016-03-09
1
-0
/
+5
*
|
|
Add changelog entry for #24115 [ci skip]
Rafael Mendonça França
2016-03-09
1
-0
/
+5
*
|
|
Merge pull request #24086 from yui-knk/do_not_ad_integration_test_class
Yves Senn
2016-03-07
1
-0
/
+5
|
\
\
\
|
*
|
|
Prevent not-intended loading of `ActionDispatch::IntegrationTest`
yui-knk
2016-03-07
1
-0
/
+5
|
/
/
/
*
/
/
Revert "Merge pull request #20851 from tomprats/indifferent-sessions"
Matthew Draper
2016-02-26
1
-9
/
+0
|
/
/
*
|
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
1
-0
/
+29
*
|
Preparing for 5.0.0.beta3 release
eileencodes
2016-02-24
1
-0
/
+2
*
|
No need CHANGELOG entry for #23849.
Rafael Mendonça França
2016-02-24
1
-16
/
+0
*
|
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-4
/
+20
*
|
Merge pull request #20851 from tomprats/indifferent-sessions
Rafael Mendonça França
2016-02-24
1
-0
/
+9
|
\
\
|
*
|
Update session to have indifferent access
Tom Prats
2016-01-29
1
-0
/
+9
*
|
|
application/gzip added as default mime type into mime type list
Mehmet Emin İNAÇ
2016-02-13
1
-0
/
+4
|
|
/
|
/
|
*
|
Add fixes accidentally removed.
Kasper Timm Hansen
2016-02-12
1
-1
/
+1
*
|
Flesh out request encoding + response parsing changelog entry.
Kasper Timm Hansen
2016-02-12
1
-2
/
+11
[prev]
[next]