aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/log_subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Optimize log subscribers to check if the log level is sufficient before ↵Brian Durand2012-09-301-2/+5
| | | | performing an operations.
* ActionView now has its own loggerRafael Mendonça França2012-01-181-2/+1
|
* make the logs a little simpler to view, put the render message inline with ↵James Cox2011-06-241-1/+1
| | | | other events, pull processing to char[0] and add a new line to the completed. looks more like a block now, which is useful for serial actions like test/dev
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* AV::logger returns AC::logger if it's defined, workaround meanwhile AV ↵Santiago Pastorino2010-06-281-2/+3
| | | | | | doesn't have it's own logger Signed-off-by: José Valim <jose.valim@gmail.com>
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵José Valim2010-06-241-0/+27
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]