| Commit message (Expand) | Author | Age | Files | Lines |
* | extract ActionDispatch::IntegrationTest::Behavior | Scott Bronson | 2016-03-07 | 1 | -22/+35 |
* | Merge pull request #24086 from yui-knk/do_not_ad_integration_test_class | Yves Senn | 2016-03-07 | 1 | -0/+2 |
|\ |
|
| * | Prevent not-intended loading of `ActionDispatch::IntegrationTest` | yui-knk | 2016-03-07 | 1 | -0/+2 |
* | | Merge pull request #24091 from mcfiredrill/fix-helper-method-docs | Rafael França | 2016-03-07 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | clarify that helper_method makes both methods available in the view | Tony Miller | 2016-03-07 | 1 | -1/+2 |
* | | Remove http_cache_forever's version parameter | Jean Boussier | 2016-03-05 | 1 | -4/+2 |
* | | [ci skip] Fix constrain_to documentation. | Kasper Timm Hansen | 2016-03-03 | 1 | -1/+1 |
* | | Rename constrain_to to exclude. | Kasper Timm Hansen | 2016-03-03 | 1 | -3/+4 |
* | | Merge pull request #24027 from mechanicles/a-to-an | Xavier Noria | 2016-03-03 | 4 | -7/+7 |
|\ \ |
|
| * | | Change 'a HTTP' to 'an HTTP' [ci skip] | Santosh Wadghule | 2016-03-03 | 4 | -7/+7 |
* | | | Niceify the dynamic routes deprecation messages | Jon Atack | 2016-03-03 | 1 | -2/+8 |
|/ / |
|
* | | Do not run app.executor callbacks in integration tests | Jorge Bejar and Santiago Pastorino | 2016-03-02 | 1 | -11/+2 |
* | | Fix typo in implicit_render | Max Woolf | 2016-03-02 | 1 | -1/+1 |
* | | Merge pull request #23980 from rails/deprecate-controller-action-segments | Andrew White | 2016-03-01 | 1 | -0/+9 |
|\ \ |
|
| * | | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 1 | -0/+9 |
* | | | Don't reference Rails.application from inside a component | Matthew Draper | 2016-03-02 | 2 | -10/+8 |
* | | | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 6 | -81/+59 |
|/ / |
|
* | | Merge pull request #23963 from gsamokovarov/exception-wrapper-no-ac-require | Kasper Timm Hansen | 2016-02-29 | 1 | -1/+0 |
|\ \ |
|
| * | | Drop Action Controller require in ActionDispatch::ExceptionWrapper | Genadi Samokovarov | 2016-02-29 | 1 | -1/+0 |
* | | | Add documentation for #13897 [skip ci] | Bart de Water | 2016-02-29 | 1 | -3/+9 |
|/ / |
|
* | | add `constraint_to` option to SSL middleware | Greg Molnar | 2016-02-28 | 1 | -2/+6 |
* | | :nail_care: | Rafael Mendonça França | 2016-02-25 | 1 | -2/+2 |
* | | Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomains | Rafael França | 2016-02-25 | 1 | -1/+12 |
|\ \ |
|
| * | | Update documentation and deprecation message | Prathamesh Sonpatki | 2016-02-25 | 1 | -3/+3 |
| * | | Added deprecation for older apps | Prathamesh Sonpatki | 2016-02-25 | 1 | -1/+12 |
| * | | HSTS without IncludeSubdomains is often useless | Egor Homakov | 2016-02-25 | 1 | -1/+1 |
* | | | Revert "Merge pull request #20851 from tomprats/indifferent-sessions" | Matthew Draper | 2016-02-26 | 1 | -2/+2 |
* | | | Revert "Update Session to utilize indiffernt access" | Matthew Draper | 2016-02-26 | 2 | -9/+15 |
* | | | Additional review of 6b31761. | Kasper Timm Hansen | 2016-02-25 | 1 | -1/+1 |
* | | | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 2 | -18/+75 |
|/ / |
|
* | | [ci skip] Replace usage of rake routes with rails routes | Abhishek Jain | 2016-02-25 | 2 | -2/+2 |
* | | Prep release for Rails 5 beta3 | eileencodes | 2016-02-24 | 1 | -1/+1 |
* | | Show permitted flag in the output of AC::Parameters#inspect | Prathamesh Sonpatki | 2016-02-24 | 1 | -1/+1 |
* | | Merge pull request #20851 from tomprats/indifferent-sessions | Rafael Mendonça França | 2016-02-24 | 2 | -17/+11 |
|\ \ |
|
| * | | Update Session to utilize indiffernt access | Tom Prats | 2016-01-30 | 2 | -15/+9 |
| * | | Update session to have indifferent access | Tom Prats | 2016-01-29 | 1 | -2/+2 |
* | | | Merge branch 'actionmailer-cache' | Rafael Mendonça França | 2016-02-24 | 5 | -69/+87 |
|\ \ \ |
|
| * | | | Move private methods to the private visibility | Rafael Mendonça França | 2016-02-24 | 1 | -10/+12 |
| * | | | Move Caching module to Abstract Controller | Rafael Mendonça França | 2016-02-23 | 5 | -14/+18 |
| * | | | Remove unnecessarily included modules in ActionController::Caching | Stan Lo | 2016-02-23 | 1 | -1/+0 |
| * | | | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu... | Stan Lo | 2016-02-23 | 1 | -7/+6 |
| * | | | Make caching configuration more flexible | Stan Lo | 2016-02-23 | 2 | -7/+14 |
| * | | | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an... | Stan Lo | 2016-02-23 | 2 | -54/+64 |
| * | | | Move caching/fragments in ActionMailer and ActionController to action_dispatc... | Stan Lo | 2016-02-23 | 2 | -6/+3 |
* | | | | Fix `request.ssl?` bug with Action Cable | Jon Moss | 2016-02-23 | 1 | -0/+4 |
|/ / / |
|
* | | | Add `internal` attribute to routes | Jon Moss | 2016-02-22 | 3 | -4/+7 |
* | | | Transform the mime object to symbol when registering the parsers | Rafael Mendonça França | 2016-02-22 | 2 | -4/+14 |
* | | | Use symbol of mime type instead of object to get correct parser | Mehmet Emin İNAÇ | 2016-02-22 | 2 | -4/+4 |
* | | | Fix typographical error | Gustavo Villa | 2016-02-22 | 1 | -1/+1 |
* | | | Merge pull request #23682 from ShikChen/fast_strxor | Santiago Pastorino | 2016-02-21 | 1 | -1/+2 |
|\ \ \ |
|