aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/logger.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* avoid empty api pagesVijay Dev2012-04-081-1/+1
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-1/+0
* Fix extend -> include.José Valim2011-12-091-1/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-1/+1
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...José Valim2010-02-261-2/+2
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-20/+0
* Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-221-28/+0
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-1/+1
* Unify benchmark APIs.José Valim2009-10-151-16/+2
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-6/+6
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-1/+1
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-1/+1
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-1/+2
* Add Orchestra instrumentation to fragment and page caching.José Valim2009-09-201-8/+23
* Instrument process_action, render and sql.José Valim2009-09-201-4/+7
* Forward all methods to delayed logJoshua Peek2009-09-161-6/+8
* Have AbstractController::Logger#process_action return super's valueCarl Lerche2009-08-261-1/+3
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-0/+52