Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActionView now has its own logger | Rafael Mendonça França | 2012-01-18 | 1 | -2/+1 |
| | |||||
* | make the logs a little simpler to view, put the render message inline with ↵ | James Cox | 2011-06-24 | 1 | -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 Pastorino | 2010-08-14 | 1 | -1/+1 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | AV::logger returns AC::logger if it's defined, workaround meanwhile AV ↵ | Santiago Pastorino | 2010-06-28 | 1 | -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é Valim | 2010-06-24 | 1 | -0/+27 |
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] |