aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Remove load_paths fileArthur Neves2016-02-271-2/+0
* :nail_care:Rafael Mendonça França2016-02-251-2/+2
* Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-252-8/+28
|\
| * Update documentation and deprecation messagePrathamesh Sonpatki2016-02-251-3/+3
| * Added deprecation for older appsPrathamesh Sonpatki2016-02-252-8/+28
| * HSTS without IncludeSubdomains is often uselessEgor Homakov2016-02-251-1/+1
* | Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-263-21/+2
* | Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-268-127/+16
* | Additional review of 6b31761.Kasper Timm Hansen2016-02-252-2/+1
* | Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-259-53/+190
|/
* Merge pull request #23862 from prathamesh-sonpatki/test-for-strong-etagRafael França2016-02-241-0/+8
|\
| * Added a test for generating Strong ETagPrathamesh Sonpatki2016-02-241-0/+8
* | [ci skip] Replace usage of rake routes with rails routesAbhishek Jain2016-02-252-2/+2
|/
* Preparing for 5.0.0.beta3 releaseeileencodes2016-02-241-0/+2
* Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* No need CHANGELOG entry for #23849.Rafael Mendonça França2016-02-241-16/+0
* Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-243-8/+34
* Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-249-17/+147
|\
| * Update Session to utilize indiffernt accessTom Prats2016-01-308-16/+127
| * Update session to have indifferent accessTom Prats2016-01-293-2/+21
* | Merge branch 'actionmailer-cache'Rafael Mendonça França2016-02-245-69/+87
|\ \
| * | Move private methods to the private visibilityRafael Mendonça França2016-02-241-10/+12
| * | Move Caching module to Abstract ControllerRafael Mendonça França2016-02-235-14/+18
| * | Remove unnecessarily included modules in ActionController::CachingStan Lo2016-02-231-1/+0
| * | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu...Stan Lo2016-02-231-7/+6
| * | Make caching configuration more flexibleStan Lo2016-02-232-7/+14
| * | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an...Stan Lo2016-02-232-54/+64
| * | Move caching/fragments in ActionMailer and ActionController to action_dispatc...Stan Lo2016-02-232-6/+3
* | | Fix `request.ssl?` bug with Action CableJon Moss2016-02-232-0/+13
|/ /
* | remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* | Add `internal` attribute to routesJon Moss2016-02-224-4/+30
* | Make sure we unregister the mime type before registeringRafael Mendonça França2016-02-221-10/+22
* | Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-223-5/+15
* | Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-224-6/+22
* | Make per form token work when method is not providedRafael Mendonça França2016-02-221-2/+16
* | Merge pull request #23752 from vipulnsward/23524-fix-button_to_deleteRafael Mendonça França2016-02-221-48/+60
|\ \
| * | Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them...Vipul A M2016-02-221-70/+38
| * | Fixed passing of delete method on button_to tag, creating wrong form csrf tokenVipul A M2016-02-211-0/+44
* | | Fix typographical errorGustavo Villa2016-02-221-1/+1
* | | Merge pull request #23682 from ShikChen/fast_strxorSantiago Pastorino2016-02-211-1/+2
|\ \ \
| * | | Improve the performance of string xor operationshik2016-02-151-1/+2
* | | | Merge pull request #23695 from kaspth/remove-automatic-collection-cachingKasper Timm Hansen2016-02-202-17/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Make collection caching explicit.Kasper Timm Hansen2016-02-202-17/+6
* | | | Deprecate AC::Parameters#== with a HashBenjamin Quorning2016-02-192-11/+18
* | | | Fix AC::Parameters#== with other AC::ParametersBenjamin Quorning2016-02-192-3/+37
* | | | Tests for AC::Parameters#==Benjamin Quorning2016-02-191-0/+6
* | | | Fix master buildJon Moss2016-02-181-1/+1
|/ / /
* | | fields_for_style needs to test for AC::ParametersAaron Patterson2016-02-172-1/+22
* | | partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2Aaron Patterson2016-02-171-4/+1
* | | Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-172-1/+14