| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove warning "URI.unescape is obsolete" from actionpack. | Emilio Tagua | 2010-09-27 | 1 | -0/+1 |
* | Partial revert of #d650b71 'Remove deprecated stuff in ActionController' | Carlos Antonio da Silva | 2010-09-26 | 1 | -0/+5 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -5/+0 |
* | Revert "Setup explicit requires for files with exceptions. Removed them from ... | José Valim | 2010-09-02 | 1 | -0/+15 |
* | Setup explicit requires for files with exceptions. Removed them from autoload... | Łukasz Strzałkowski | 2010-09-02 | 1 | -15/+0 |
* | Remove deprecated support to <% form_for %> and several ActionController::Bas... | José Valim | 2010-08-29 | 1 | -1/+0 |
* | Moved PolymorphicRoutes to ActionDispatch::Routing | Piotr Sarnacki | 2010-07-20 | 1 | -1/+0 |
* | No need to create a new module in the previous commit. | José Valim | 2010-07-19 | 1 | -1/+0 |
* | Exceptions from views should be rescued based on the original exception. If a... | Neeraj Singh | 2010-07-19 | 1 | -0/+1 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 1 | -1/+1 |
* | Move verification to a plugin as well: http://github.com/rails/verification.git | José Valim | 2010-04-10 | 1 | -1/+0 |
* | Move AC::UrlRewriter onto route set | Joshua Peek | 2010-03-09 | 1 | -1/+0 |
* | Remove a failed attempt at refactoring AC configuration | Carlhuda | 2010-03-03 | 1 | -1/+0 |
* | Actually move ImplicitRender into it's own file | Carl Lerche | 2010-03-03 | 1 | -0/+1 |
* | Continued effort to deglobalize the router | Carlhuda | 2010-02-25 | 1 | -1/+1 |
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -1/+1 |
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -6/+4 |
* | Tidy up new filter_parameters implementation. | José Valim | 2010-01-21 | 1 | -1/+0 |
* | Move ActionController::Translation to AbstractController::Translation. | José Valim | 2010-01-20 | 1 | -1/+0 |
* | Move Dispatcher setup to Railties and add instrumentation hook. | José Valim | 2010-01-15 | 1 | -1/+1 |
* | Add subscriber for ActionPack and move all logging inside it. | José Valim | 2010-01-13 | 1 | -1/+1 |
* | Remove duplicated url_for code and move methods shared between ActionMailer a... | José Valim | 2010-01-07 | 1 | -1/+0 |
* | Autoload AC and AV test case classes | Joshua Peek | 2010-01-04 | 1 | -3/+5 |