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
*
Merge pull request #35139 from 7coAim/fix_debug_exceptions
George Claghorn
2019-02-05
1
-0
/
+4
|
\
|
*
fix NameError
kurosawat
2019-02-05
1
-0
/
+4
*
|
Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs
Gannon McGibbon
2019-02-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Cleanup the whitelisting references after #33145
Genadi Samokovarov
2019-02-03
1
-1
/
+1
*
|
driver_option -> driver_options
Edouard CHIN
2019-01-29
1
-1
/
+2
*
|
Implement a way to add browser capabilities:
Edouard CHIN
2019-01-29
1
-1
/
+6
|
/
*
Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host
Rafael França
2019-01-22
1
-6
/
+0
|
\
|
*
Revert ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-22
1
-6
/
+0
*
|
1. Replaced unused variables by `_`.
alkesh26
2019-01-22
1
-2
/
+2
|
/
*
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
1
-0
/
+2
*
Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...
Rafael Mendonça França
2019-01-17
1
-0
/
+4
*
Remove deprecated methods in ActionDispatch::TestResponse
Rafael Mendonça França
2019-01-17
1
-0
/
+7
*
Ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-17
1
-0
/
+6
*
Revert "Don't handle params option in a special way in url_for helper"
Rafael Mendonça França
2019-01-16
1
-4
/
+0
*
Require Ruby 2.5 for Rails 6.
Kasper Timm Hansen
2018-12-19
1
-2
/
+2
*
[ci skip] Remove needless changelog entry, as bug fix was backported to 5.2.
Kasper Timm Hansen
2018-12-18
1
-4
/
+0
*
Allow nil params on controller HTTP test methods
r7kamura
2018-12-18
1
-0
/
+4
*
Merge branch 'master' into host-authorization
Eileen M. Uchitelle
2018-12-17
1
-0
/
+18
|
\
|
*
Allow using parsed_body in ActionController::TestCase
Tobias Bühlmann
2018-12-16
1
-0
/
+18
*
|
Introduce a guard against DNS rebinding attacks
Genadi Samokovarov
2018-12-15
1
-0
/
+10
|
/
*
Raise an error on root route naming conflicts.
Gannon McGibbon
2018-11-20
1
-0
/
+7
*
Allow rescue from parameter parse errors
Gannon McGibbon
2018-11-13
1
-0
/
+10
*
Reset sessions on failed system test screenshot
Maxim Perepelitsa
2018-11-13
1
-0
/
+7
*
Fix broken CHANGELOG markup [ci skip]
Ryuta Kamizono
2018-11-08
1
-3
/
+3
*
Use request object for context if there's no controller
Andrew White
2018-10-22
1
-0
/
+10
*
Apply mapping to symbols returned from dynamic CSP sources
Andrew White
2018-10-22
1
-0
/
+17
*
Fix `ActionController::Parameters#each_value` and add changelog entry to this...
Bogdan
2018-10-15
1
-0
/
+4
*
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
1
-0
/
+4
*
Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option
Ryuta Kamizono
2018-10-01
1
-0
/
+4
|
\
|
*
Don't handle params option in a special way in url_for helper
Ilkka Oksanen
2018-08-20
1
-0
/
+4
*
|
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
1
-0
/
+12
*
|
Formatting CHANGELOGs [ci skip]
Ryuta Kamizono
2018-09-07
1
-1
/
+1
*
|
Faster permitted_scalar_filter
schneems
2018-08-31
1
-0
/
+5
*
|
Fix `actionpack/CHANGELOG.md` [ci skip]
bogdanvlviv
2018-08-30
1
-4
/
+2
|
/
*
Changelog for the new purpose metadata and improved tests
Assain
2018-08-13
1
-0
/
+16
*
:scissors: .
Ryuta Kamizono
2018-07-31
1
-1
/
+1
*
Raises exception when respond_to called multiple times in incompatible way
Patrick Toomey
2018-07-30
1
-0
/
+15
*
Add implicit to path conversion to uploaded file (#28676)
Aaron Kromer
2018-07-22
1
-0
/
+10
*
[ci skip] Strike changelog entry, since it's 5.2 backported.
Kasper Timm Hansen
2018-07-20
1
-11
/
+0
*
[ci skip] Move changelog entry up top. Clarify.
Kasper Timm Hansen
2018-07-20
1
-7
/
+11
*
Prevent `RequestEncoder#encode_params` to parse falsey params
Alireza Bashiri
2018-07-20
1
-0
/
+7
*
Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)
Remo Fritzsche
2018-07-05
1
-0
/
+10
*
Fix a typo in the Action Pack changelog [ci skip]
Genadi Samokovarov
2018-06-19
1
-1
/
+1
*
Merge pull request #29286 from vinistock/create_missing_exact_template_exception
Rafael Mendonça França
2018-04-20
1
-0
/
+7
|
\
*
|
Introduce ActionDispatch::DebugExceptions interceptors
Genadi Samokovarov
2018-04-20
1
-0
/
+12
*
|
Revert "Merge pull request #32652 from bogdanvlviv/add-missing-changelog-for-...
Rafael Mendonça França
2018-04-19
1
-12
/
+0
*
|
Add missing changelog entry
bogdanvlviv
2018-04-20
1
-0
/
+12
*
|
Fix reference to fixed issue in actionpack/CHANGELOG.md
bogdanvlviv
2018-04-19
1
-1
/
+1
*
|
Don't link issue number in CHANGELOG [ci skip]
Andrew White
2018-04-18
1
-1
/
+1
*
|
Pass nonce to CSP policy from outside
Andrew White
2018-04-18
1
-1
/
+1
[next]