aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railties
Commit message (Expand)AuthorAgeFilesLines
* 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