| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | 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 |
* | | | | Merge pull request #23999 from maxehmookau/patch-1 | Rafael França | 2016-03-02 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix typo in implicit_render | Max Woolf | 2016-03-02 | 1 | -1/+1 |
* | | | | | [ci skip] Use rails routes instead of rake routes in inspector test description | Abhishek Jain | 2016-03-02 | 1 | -9/+9 |
|/ / / / |
|
* | | | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -2/+0 |
|\ \ \ \ |
|
| * | | | | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -2/+0 |
* | | | | | Merge pull request #23980 from rails/deprecate-controller-action-segments | Andrew White | 2016-03-01 | 31 | -212/+477 |
|\ \ \ \ \ |
|
| * | | | | | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 31 | -212/+477 |
* | | | | | | 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 | 9 | -105/+250 |
|/ / / / / |
|
* | | | | | 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 | 2 | -2/+13 |
|/ / / / |
|
* | | | | :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 | 2 | -8/+28 |
|\ \ \ \ |
|
| * | | | | Update documentation and deprecation message | Prathamesh Sonpatki | 2016-02-25 | 1 | -3/+3 |
| * | | | | Added deprecation for older apps | Prathamesh Sonpatki | 2016-02-25 | 2 | -8/+28 |
| * | | | | 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 | 3 | -21/+2 |
* | | | | | Revert "Update Session to utilize indiffernt access" | Matthew Draper | 2016-02-26 | 8 | -127/+16 |
| |_|/ /
|/| | | |
|
* | | | | Additional review of 6b31761. | Kasper Timm Hansen | 2016-02-25 | 2 | -2/+1 |
* | | | | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 9 | -53/+190 |
|/ / / |
|
* | | | Merge pull request #23862 from prathamesh-sonpatki/test-for-strong-etag | Rafael França | 2016-02-24 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Added a test for generating Strong ETag | Prathamesh Sonpatki | 2016-02-24 | 1 | -0/+8 |
* | | | | [ci skip] Replace usage of rake routes with rails routes | Abhishek Jain | 2016-02-25 | 2 | -2/+2 |
|/ / / |
|
* | | | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+2 |
* | | | Prep release for Rails 5 beta3 | eileencodes | 2016-02-24 | 1 | -1/+1 |
* | | | No need CHANGELOG entry for #23849. | Rafael Mendonça França | 2016-02-24 | 1 | -16/+0 |
* | | | Show permitted flag in the output of AC::Parameters#inspect | Prathamesh Sonpatki | 2016-02-24 | 3 | -8/+34 |
* | | | Merge pull request #20851 from tomprats/indifferent-sessions | Rafael Mendonça França | 2016-02-24 | 9 | -17/+147 |
|\ \ \ |
|
| * | | | Update Session to utilize indiffernt access | Tom Prats | 2016-01-30 | 8 | -16/+127 |
| * | | | Update session to have indifferent access | Tom Prats | 2016-01-29 | 3 | -2/+21 |
* | | | | 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 | 2 | -0/+13 |
|/ / / / |
|
* | | | | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 1 | -1/+1 |
* | | | | Add `internal` attribute to routes | Jon Moss | 2016-02-22 | 4 | -4/+30 |
* | | | | Make sure we unregister the mime type before registering | Rafael Mendonça França | 2016-02-22 | 1 | -10/+22 |
* | | | | Transform the mime object to symbol when registering the parsers | Rafael Mendonça França | 2016-02-22 | 3 | -5/+15 |
* | | | | Use symbol of mime type instead of object to get correct parser | Mehmet Emin İNAÇ | 2016-02-22 | 4 | -6/+22 |
* | | | | Make per form token work when method is not provided | Rafael Mendonça França | 2016-02-22 | 1 | -2/+16 |
* | | | | Merge pull request #23752 from vipulnsward/23524-fix-button_to_delete | Rafael Mendonça França | 2016-02-22 | 1 | -48/+60 |
|\ \ \ \ |
|