Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 1 | -5/+5 |
| | | | | | | | | 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. | ||||
* | Drop one more string allocation | Rafael Mendonça França | 2013-11-09 | 1 | -1/+3 |
| | |||||
* | sub! can return nil | Arun Agrawal | 2013-11-07 | 1 | -1/+1 |
| | | | | | | Revert "drop one more string allocation" This reverts commit 4d15661d6c46c86a62ee1fc358f4b3ef9dd9f2ea. | ||||
* | drop one more string allocation | Aaron Patterson | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | drop string allocations in the log subscriber | Aaron Patterson | 2013-11-06 | 1 | -2/+12 |
| | |||||
* | Add missing require | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+2 |
| | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+30 |