Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instrument cached collection renders. | Kasper Timm Hansen | 2016-02-20 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | Augments the collection caching with some instrumentation that's logged. For collections that have been cached like: ```ruby <%= render partial: 'notifications/notification', collection: @notifications, cached: true %> ``` We'll output a line showing how many cache hits we had when rendering it: ``` Rendered collection of notifications/_notification.html.erb [0 / 100 cache hits] (3396.5ms) ``` | ||||
* | allow :file to be outside rails root, but anything else must be inside the ↵ | Aaron Patterson | 2016-01-22 | 1 | -1/+1 |
| | | | | | | rails view directory CVE-2016-0752 | ||||
* | small refactors to actionview renderers | Eugene Gilburg | 2014-07-18 | 1 | -2/+4 |
| | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+47 |