aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Break up a circular require between AP/AVSean Griffin2016-03-113-3/+6
* Use the most highest priority exception handler when cause is setSean Griffin2016-03-111-2/+6
* Merge pull request #22854 from jcoyne/missing_templateSean Griffin2016-03-111-1/+1
|\
| * Render default template if block doesn't renderJustin Coyne2016-02-251-1/+1
* | [skip ci] Reorder paragraphsDamir2016-03-101-3/+3
* | add return values to example [ci skip]yuuji.yaginuma2016-03-101-1/+1
* | Add `ActionController::Parameters#dig`Sean Griffin2016-03-091-0/+15
* | Pass headers through to payload for logging.Gareth du Plooy2016-03-081-0/+1
* | extract ActionDispatch::IntegrationTest::BehaviorScott Bronson2016-03-071-22/+35
* | Merge pull request #24086 from yui-knk/do_not_ad_integration_test_classYves Senn2016-03-071-0/+2
|\ \
| * | Prevent not-intended loading of `ActionDispatch::IntegrationTest`yui-knk2016-03-071-0/+2
* | | Merge pull request #24091 from mcfiredrill/fix-helper-method-docsRafael França2016-03-071-1/+2
|\ \ \ | |/ / |/| |
| * | clarify that helper_method makes both methods available in the viewTony Miller2016-03-071-1/+2
* | | Remove http_cache_forever's version parameterJean Boussier2016-03-051-4/+2
* | | [ci skip] Fix constrain_to documentation.Kasper Timm Hansen2016-03-031-1/+1
* | | Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-3/+4
* | | Merge pull request #24027 from mechanicles/a-to-anXavier Noria2016-03-034-7/+7
|\ \ \
| * | | Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-034-7/+7
* | | | Niceify the dynamic routes deprecation messagesJon Atack2016-03-031-2/+8
|/ / /
* | | Do not run app.executor callbacks in integration testsJorge Bejar and Santiago Pastorino2016-03-021-11/+2
* | | Fix typo in implicit_renderMax Woolf2016-03-021-1/+1
* | | Merge pull request #23980 from rails/deprecate-controller-action-segmentsAndrew White2016-03-011-0/+9
|\ \ \
| * | | Deprecate :controller and :action path parametersAndrew White2016-03-011-0/+9
* | | | Don't reference Rails.application from inside a componentMatthew Draper2016-03-022-10/+8
* | | | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-026-81/+59
|/ / /
* | | Merge pull request #23963 from gsamokovarov/exception-wrapper-no-ac-requireKasper Timm Hansen2016-02-291-1/+0
|\ \ \
| * | | Drop Action Controller require in ActionDispatch::ExceptionWrapperGenadi Samokovarov2016-02-291-1/+0
* | | | Add documentation for #13897 [skip ci]Bart de Water2016-02-291-3/+9
|/ / /
* | | add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-2/+6
* | | :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