Guo Xiang Tan
|
ee35b79d4c
|
Prefer to pass block when logging.
The Logger by default includes a guard which checks for the
logging level. By removing the custom logging guards, we can decouple
the logging guard from the logging action to be done.
This also follows the good practice listed on http://guides.rubyonrails.org/debugging_rails_applications.html#impact-of-logs-on-performance.
|
2014-07-18 15:04:43 +08:00 |
|
Rafael Mendonça França
|
87d0bde03f
|
Drop one more string allocation
|
2013-11-09 18:28:32 -02:00 |
|
Arun Agrawal
|
daf226abc8
|
sub! can return nil
Revert "drop one more string allocation"
This reverts commit 4d15661d6c .
|
2013-11-07 20:08:32 +01:00 |
|
Aaron Patterson
|
4d15661d6c
|
drop one more string allocation
|
2013-11-06 14:46:14 -08:00 |
|
Aaron Patterson
|
68b7e381f1
|
drop string allocations in the log subscriber
|
2013-11-06 14:37:30 -08:00 |
|
Łukasz Strzałkowski
|
7c8817aeef
|
Add missing require
|
2013-08-25 11:39:12 +02:00 |
|
Piotr Sarnacki
|
0d6e8edc2a
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
|