Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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] |