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
*
formatting pass over CHANGELOGs. [ci skip]
Yves Senn
2015-01-10
1
-1
/
+1
*
Merge pull request #18423 from jone/remove-default-header
Yves Senn
2015-01-09
1
-0
/
+5
|
\
|
*
Default headers, removed in controller actions, will not be reapplied to the ...
Jonas Baumann
2015-01-09
1
-0
/
+5
|
/
*
Deprecate all *_filter callbacks in favor of *_action callbacks
Abdelkader Boudih
2015-01-08
1
-1
/
+5
*
Fix the example (for realz)
David Heinemeier Hansson
2015-01-08
1
-1
/
+1
*
Fix the example
David Heinemeier Hansson
2015-01-08
1
-1
/
+1
*
Add prepend option to protect_from_forgery.
Josef Šimánek
2015-01-08
1
-0
/
+23
*
Remove ActionController::HideActions (closes #18336)
brainopia
2015-01-06
1
-0
/
+4
*
Remove respond_to/respond_with placeholder methods
Carlos Antonio da Silva
2015-01-04
1
-0
/
+5
*
Remove deprecated assertion files
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated usage of string keys in URL helpers
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated `only_path` option on `*_path` helpers
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated `NamedRouteCollection#helpers`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated `ActionDispatch::Response#to_ary`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated `ActionDispatch::Request#deep_munge`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Merge pull request #17978 from kommen/fixed-pr-14903
Rafael Mendonça França
2015-01-02
1
-0
/
+11
|
\
|
*
Ensure append_info_to_payload is called even if an exception is raised.
Dieter Komendera
2014-12-10
1
-0
/
+11
*
|
Correctly use the response's status code calling head
Robin Dupret
2014-12-31
1
-0
/
+4
*
|
Remove single space response body for head request
Prathamesh Sonpatki
2014-12-30
1
-0
/
+12
*
|
Merge pull request #18251 from tjgrathwell/fix-polymorphic-routes-to-model
Rafael Mendonça França
2014-12-30
1
-0
/
+4
*
|
cleanup CHANGELOGs. [ci skip]
Yves Senn
2014-12-23
1
-2
/
+2
*
|
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
1
-0
/
+11
*
|
allow URL helpers to work with optional scopes
Alex Robbin
2014-12-13
1
-0
/
+4
*
|
Fix handling of positional url helper arguments when format is false
Tatiana Soukiassian
2014-12-13
1
-0
/
+6
|
/
*
Start Rails 5 development :tada:
Rafael Mendonça França
2014-11-28
1
-410
/
+1
*
Merge pull request #17186 from tgxworld/header_authentication_token
Matthew Draper
2014-11-27
1
-0
/
+7
|
\
*
|
Changelog format
Sean Griffin
2014-11-24
1
-2
/
+3
*
|
Deprecate string options in URL helpers
Melanie Gilman
2014-11-24
1
-0
/
+6
*
|
Deprecate the `only_path` option on `*_path` helpers.
Godfrey Chan
2014-10-28
1
-0
/
+10
*
|
some changelog formatting. [ci skip]
Yves Senn
2014-10-16
1
-2
/
+2
*
|
Improve Journey compliance to RFC 3986
Nicolas Cavigneaux
2014-10-14
1
-0
/
+10
|
/
*
No need CHANGLOG entry for a bug in a non released version
Rafael Mendonça França
2014-09-25
1
-7
/
+0
*
Remove internal options from query string of paths
Gert Goet
2014-09-25
1
-0
/
+7
*
Deprecate implicit AD::Response splatting and Array conversion
Jeremy Kemper
2014-09-06
1
-0
/
+13
*
Don't rescue IPAddr::InvalidAddressError
Peter Suschlik
2014-08-29
1
-0
/
+7
*
Merge pull request #16637 from Agis-/redirect-with-constraint-route
Aaron Patterson
2014-08-28
1
-0
/
+7
|
\
|
*
Don't ignore constraints in redirect routes
Agis-
2014-08-25
1
-0
/
+7
*
|
minor changelog formatting changes.
Yves Senn
2014-08-27
1
-4
/
+5
|
/
*
Refactor ActionDispatch::RemoteIp
Sam Aarons
2014-08-21
1
-0
/
+8
*
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
1
-0
/
+8
*
Enable gzip compression by default
schneems
2014-08-20
1
-0
/
+6
*
Make `AC::Params#to_h` return Hash with safe keys
Prem Sichanugrist
2014-08-18
1
-0
/
+35
*
Deprecate TagAssertion instead of removing
Rafael Mendonça França
2014-08-18
1
-1
/
+1
*
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-17
1
-0
/
+45
|
\
|
*
Use AS::JSON for (de)serializing cookies
Godfrey Chan
2014-08-17
1
-0
/
+8
|
*
Merge pull request #16467 from strzalek/cookies-digest-config-option2
Godfrey Chan
2014-08-17
1
-0
/
+5
|
|
\
|
|
*
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
1
-0
/
+5
[next]