aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize log subscribers to check if the log level is sufficient before perfo...Brian Durand2012-09-301-2/+5
* 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 ot...James Cox2011-06-241-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* AV::logger returns AC::logger if it's defined, workaround meanwhile AV doesn'...Santiago Pastorino2010-06-281-2/+3
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+27