aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railties
Commit message (Expand)AuthorAgeFilesLines
* Fix call sitesGannon McGibbon2018-10-021-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Simplify helpers handling. Ensure Metal can run AC hooks.José Valim2012-03-152-24/+22
* Add ActionController::HTTPSantiago Pastorino2012-03-141-1/+0
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-3/+4
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-8/+0
* Set proper engine's asset directories when assets are served from engine.Piotr Sarnacki2010-12-161-0/+8
* Add config.action_controller.include_all_helpers, by default it is set to true.Piotr Sarnacki2010-11-181-1/+3
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-2/+4
* Forgot to move that line to railtie on rebasePiotr Sarnacki2010-09-031-1/+1
* Include all helpers from non-namespaced enginesPiotr Sarnacki2010-09-031-9/+3
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-031-4/+2
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-031-0/+28
* Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...Piotr Sarnacki2010-09-031-17/+0
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-0/+17
* This is not neededPiotr Sarnacki2010-09-031-26/+0
* Add mounted_helpers to routesPiotr Sarnacki2010-09-031-0/+26
* Clean up AM and AC railties.José Valim2010-07-241-14/+0
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-56/+0
* Consistent routing languageJoshua Peek2010-03-301-3/+3
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-1/+1
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-1/+1
* Fix 1.9 issueYehuda Katz2010-02-261-1/+1
* Final pass at removing the router from a global constantCarlhuda2010-02-251-0/+14
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-9/+1
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Lookup the status code and rework the Completed line a bitDavid Heinemeier Hansson2010-02-051-2/+1
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-1/+5
* Move parameters to the top on logging.José Valim2010-01-191-2/+6
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-6/+1
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-10/+7
* Small tweaks in ActionController subscriber messages format.José Valim2010-01-151-2/+2
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-1/+2
* Test fragment/page cache and send data/file notifications.José Valim2010-01-131-5/+5
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-0/+62