aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | :nail_care:Rafael Mendonça França2016-02-251-2/+2
* | | Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-251-1/+12
|\ \ \
| * | | Update documentation and deprecation messagePrathamesh Sonpatki2016-02-251-3/+3
| * | | Added deprecation for older appsPrathamesh Sonpatki2016-02-251-1/+12
| * | | HSTS without IncludeSubdomains is often uselessEgor Homakov2016-02-251-1/+1
* | | | Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-2/+2
* | | | Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-262-9/+15
| |_|/ |/| |
* | | Additional review of 6b31761.Kasper Timm Hansen2016-02-251-1/+1
* | | Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-252-18/+75
|/ /
* | [ci skip] Replace usage of rake routes with rails routesAbhishek Jain2016-02-252-2/+2
* | Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* | Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-1/+1
* | Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-242-17/+11
|\ \
| * | Update Session to utilize indiffernt accessTom Prats2016-01-302-15/+9
| * | Update session to have indifferent accessTom Prats2016-01-291-2/+2
* | | 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-231-0/+4
|/ / /
* | | Add `internal` attribute to routesJon Moss2016-02-223-4/+7
* | | Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-222-4/+14
* | | Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-222-4/+4
* | | 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
* | | | Deprecate AC::Parameters#== with a HashBenjamin Quorning2016-02-191-9/+14
* | | | Fix AC::Parameters#== with other AC::ParametersBenjamin Quorning2016-02-191-3/+4
* | | | fields_for_style needs to test for AC::ParametersAaron Patterson2016-02-171-1/+1
* | | | partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2Aaron Patterson2016-02-171-4/+1
* | | | Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-1/+5
* | | | Merge pull request #23729 from maclover7/rm-unused-journeyRafael França2016-02-172-8/+0
|\ \ \ \
| * | | | Remove unused Journey codeJon Moss2016-02-172-8/+0
* | | | | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...Rafael França2016-02-171-1/+1
|\ \ \ \ \
| * | | | | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-1/+1
* | | | | | Fix code styleRafael Mendonça França2016-02-171-3/+4
| |/ / / / |/| | | |
* | | | | Merge pull request #23661 from meinac/add_gzip_mime_typeRichard Schneeman2016-02-161-0/+1
|\ \ \ \ \
| * | | | | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-131-0/+1
* | | | | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exceptionRichard Schneeman2016-02-161-7/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-7/+11
* | | | | | Merge pull request #23692 from abhishekjain16/docsYves Senn2016-02-162-2/+2
|\ \ \ \ \ \
| * | | | | | Use a URL instead of an URL everywhereAbhishek Jain2016-02-152-2/+2
| | |/ / / / | |/| | | |
* | | | | | Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
* | | | | | Add require and move escape to private methodAndrew White2016-02-161-1/+6
* | | | | | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...Andrew White2016-02-161-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-301-1/+1