Rafael Mendonça França
|
5a6ea53514
|
ActionView now has its own logger
|
2012-01-18 14:30:33 -03:00 |
|
James Cox
|
d446c798a5
|
make the logs a little simpler to view, put the render message inline with 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
|
2011-06-24 13:10:06 -07:00 |
|
Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
Santiago Pastorino
|
3ab296fd59
|
AV::logger returns AC::logger if it's defined, workaround meanwhile AV doesn't have it's own logger
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-06-28 01:26:17 +02:00 |
|
José Valim
|
6788db824a
|
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]
|
2010-06-24 13:23:43 +02:00 |
|