aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* revises the homepage URL in the gemspecs [ci skip]Xavier Noria2016-03-101-1/+1
* add return values to example [ci skip]yuuji.yaginuma2016-03-101-1/+1
* Add `ActionController::Parameters#dig`Sean Griffin2016-03-093-0/+40
* Add changelog entry for #24115 [ci skip]Rafael Mendonça França2016-03-091-0/+5
* Pass headers through to payload for logging.Gareth du Plooy2016-03-082-0/+7
* extract ActionDispatch::IntegrationTest::BehaviorScott Bronson2016-03-071-22/+35
* Merge pull request #24086 from yui-knk/do_not_ad_integration_test_classYves Senn2016-03-072-0/+7
|\
| * Prevent not-intended loading of `ActionDispatch::IntegrationTest`yui-knk2016-03-072-0/+7
* | 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-052-13/+3
* | [ci skip] Fix constrain_to documentation.Kasper Timm Hansen2016-03-031-1/+1
* | Rename constrain_to to exclude.Kasper Timm Hansen2016-03-032-7/+8
* | 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
* | Merge pull request #23999 from maxehmookau/patch-1Rafael França2016-03-021-1/+1
|\ \
| * | Fix typo in implicit_renderMax Woolf2016-03-021-1/+1
* | | [ci skip] Use rails routes instead of rake routes in inspector test descriptionAbhishek Jain2016-03-021-9/+9
|/ /
* | Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-2/+0
|\ \
| * | Remove load_paths fileArthur Neves2016-02-271-2/+0
* | | Merge pull request #23980 from rails/deprecate-controller-action-segmentsAndrew White2016-03-0131-212/+477
|\ \ \
| * | | Deprecate :controller and :action path parametersAndrew White2016-03-0131-212/+477
* | | | Don't reference Rails.application from inside a componentMatthew Draper2016-03-022-10/+8
* | | | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-029-105/+250
|/ / /
* | | 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-282-2/+13
|/ /
* | :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
|\ \ \