| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify helpers handling. Ensure Metal can run AC hooks. | José Valim | 2012-03-15 | 2 | -24/+22 |
* | Add ActionController::HTTP | Santiago Pastorino | 2012-03-14 | 1 | -1/+0 |
* | Rely on a public contract between railties instead of accessing railtie metho... | José Valim | 2011-11-23 | 1 | -3/+4 |
* | Remove the ability for engines to serve assets from the public directory. | José Valim | 2011-04-15 | 1 | -8/+0 |
* | Set proper engine's asset directories when assets are served from engine. | Piotr Sarnacki | 2010-12-16 | 1 | -0/+8 |
* | Add config.action_controller.include_all_helpers, by default it is set to true. | Piotr Sarnacki | 2010-11-18 | 1 | -1/+3 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -2/+4 |
* | Forgot to move that line to railtie on rebase | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Include all helpers from non-namespaced engines | Piotr Sarnacki | 2010-09-03 | 1 | -9/+3 |
* | Set only helpers_path on inherited hook in action_controller/railtie.rb and u... | Piotr Sarnacki | 2010-09-03 | 1 | -4/+2 |
* | Moved ActionMailer and ActionController railties options to inherited hook | Piotr Sarnacki | 2010-09-03 | 1 | -0/+28 |
* | Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro... | Piotr Sarnacki | 2010-09-03 | 1 | -17/+0 |
* | Include application's helpers and router helpers by default, but include engi... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+17 |
* | This is not needed | Piotr Sarnacki | 2010-09-03 | 1 | -26/+0 |
* | Add mounted_helpers to routes | Piotr Sarnacki | 2010-09-03 | 1 | -0/+26 |
* | Clean up AM and AC railties. | José Valim | 2010-07-24 | 1 | -14/+0 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -56/+0 |
* | Consistent routing language | Joshua Peek | 2010-03-30 | 1 | -3/+3 |
* | adds missing requires for Object#blank? and Object#present? | Xavier Noria | 2010-03-28 | 1 | -0/+2 |
* | Move application configuration to the application configuration object, remov... | José Valim | 2010-03-26 | 1 | -1/+1 |
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 1 | -1/+1 |
* | Fix 1.9 issue | Yehuda Katz | 2010-02-26 | 1 | -1/+1 |
* | Final pass at removing the router from a global constant | Carlhuda | 2010-02-25 | 1 | -0/+14 |
* | Makes send_file work again by deferring to Rack::Sendfile. | Carlhuda | 2010-02-23 | 1 | -9/+1 |
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -1/+1 |
* | Lookup the status code and rework the Completed line a bit | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+1 |
* | Make filter parameters based on request, so they can be modified for anything... | José Valim | 2010-01-21 | 1 | -1/+5 |
* | Move parameters to the top on logging. | José Valim | 2010-01-19 | 1 | -2/+6 |
* | Add ActionDispatch::Railties::Subscriber and finish tidying up the logging. | José Valim | 2010-01-17 | 1 | -6/+1 |
* | Do not send the whole controller in notifications, cherry pick required pieces. | José Valim | 2010-01-15 | 1 | -10/+7 |
* | Small tweaks in ActionController subscriber messages format. | José Valim | 2010-01-15 | 1 | -2/+2 |
* | Tidy up ActiveRecord and Views runtime information on process action logger. | José Valim | 2010-01-14 | 1 | -1/+2 |
* | Test fragment/page cache and send data/file notifications. | José Valim | 2010-01-13 | 1 | -5/+5 |
* | Add subscriber for ActionPack and move all logging inside it. | José Valim | 2010-01-13 | 1 | -0/+62 |