| Commit message (Expand) | Author | Age | Files | Lines |
* | [Action Controller] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -2/+2 |
* | Include the content of the flash in the auto-generated etag (#26250) | David Heinemeier Hansson | 2016-08-22 | 1 | -0/+1 |
* | Allow specifying encoding of parameters by action | Kerri Miller | 2016-08-09 | 1 | -0/+1 |
* | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 1 | -13/+13 |
* | Move Caching module to Abstract Controller | Rafael Mendonça França | 2016-02-23 | 1 | -6/+4 |
* | Re-add ActionController::ApiRendering | Jon Moss | 2016-01-20 | 1 | -0/+4 |
* | remove RackDelegation module | Aaron Patterson | 2015-08-26 | 1 | -1/+0 |
* | Return 204 if render is not called in API controllers | Jorge Bejar | 2015-06-11 | 1 | -0/+1 |
* | Remove Compatibility module since we don't remember why it was added :smile: | Jorge Bejar | 2015-06-11 | 1 | -1/+0 |
* | Remove api_rendering is not needed | Santiago Pastorino | 2015-06-11 | 1 | -4/+0 |
* | Add ActionController API functionality | Santiago Pastorino | 2015-06-11 | 1 | -0/+5 |
* | Override default form builder for a controller | Kevin McPhillips | 2015-04-13 | 1 | -0/+1 |
* | Add ActionController::Renderer | brainopia | 2015-01-22 | 1 | -0/+1 |
* | remove autoload HideActions, no longer exist | yuuji.yaginuma | 2015-01-11 | 1 | -1/+0 |
* | Responder was removed at ee77770d57de9da87b05a2fe84b9d46ec6852c62 | Akira Matsuda | 2014-09-30 | 1 | -1/+0 |
* | When your templates change, browser caches bust automatically. | Jeremy Kemper | 2014-08-17 | 1 | -0/+1 |
* | Remove deprecated cattr_* requires | Genadi Samokovarov | 2013-12-03 | 1 | -1/+1 |
* | Remove BasicRendering tests | José Valim | 2013-09-09 | 1 | -1/+0 |
* | Load HTML in ActionView not ActionPack | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
* | Fist stab on basic rendering | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Do not load AV inside AP | Łukasz Strzałkowski | 2013-08-25 | 1 | -8/+0 |
* | Remove deprecated constants autoload | Carlos Antonio da Silva | 2013-07-02 | 1 | -3/+0 |
* | Remove ActionController::RecordIdentifier was deprecated. | kennyj | 2013-06-01 | 1 | -4/+0 |
* | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 1 | -1/+0 |
* | Add config.action_controller.permit_all_attributes to bypass StrongParameters... | Guillermo Iguaran | 2012-09-16 | 1 | -0/+1 |
* | Integrate ActionController::Parameters from StrongParameters gem | Guillermo Iguaran | 2012-09-16 | 1 | -0/+1 |
* | Sprockets-rails tests fail | Dmitry Vorotilin | 2012-09-01 | 1 | -1/+0 |
* | Don't require action_dispatch in ActionView::UrlHelpers | Piotr Sarnacki | 2012-08-28 | 1 | -0/+4 |
* | Move action_controller/vendor/html-scanner to action_view | Piotr Sarnacki | 2012-08-28 | 1 | -1/+1 |
* | Deprecate ActionController::RecordIdentifier | Piotr Sarnacki | 2012-08-28 | 1 | -0/+4 |
* | Move ActionController::RecordIdentifier to ActionView | Piotr Sarnacki | 2012-08-28 | 1 | -4/+0 |
* | Remove dependency on actionpack in ActionView::AssetPaths | Piotr Sarnacki | 2012-08-28 | 1 | -0/+1 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -0/+6 |
* | load active_support/core_ext/module/delegation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/concern in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | defines a private require-hub active_support/rails | Xavier Noria | 2012-08-02 | 1 | -0/+1 |
* | added live responses which can be written and read in separate threads | Aaron Patterson | 2012-07-29 | 1 | -0/+1 |
* | Remove --http. | José Valim | 2012-03-14 | 1 | -1/+0 |
* | Add ActionController::HTTP | Santiago Pastorino | 2012-03-14 | 1 | -0/+1 |
* | Remove unused ActionController::SessionManagement | Santiago Pastorino | 2012-03-06 | 1 | -1/+0 |
* | remove autoload UrlWriter, no longer exists | Vishnu Atrai | 2012-01-29 | 1 | -1/+0 |
* | Revert the serializers API as other alternatives are now also under discussion | José Valim | 2011-11-25 | 1 | -1/+0 |
* | Initial commit of serializer support | Jose and Yehuda | 2011-10-15 | 1 | -0/+1 |
* | TODO fix explicitly loading exceptations, autoload removed | Vishnu Atrai | 2011-07-11 | 1 | -15/+0 |
* | Restructure TemplateAssertions-related code to eliminate circular requires. | wycats | 2011-05-22 | 1 | -6/+7 |
* | Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash | Prem Sichanugrist | 2011-05-03 | 1 | -0/+1 |
* | Body... wanna *stream* my body? Body... such a thrill my body! | José Valim | 2011-04-18 | 1 | -0/+1 |
* | Rename it to DataStreaming. | José Valim | 2011-04-18 | 1 | -1/+1 |
* | Add controller-specific `force_ssl` method to force web browser to use HTTPS ... | Prem Sichanugrist | 2011-03-28 | 1 | -0/+1 |
* | Move uri parser to AS as URI.parser method to reuse it in AP and ARes. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |