Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle <%== nil %> cases | Aaron Patterson | 2014-09-14 | 1 | -0/+5 |
| | | | | | This is much less common than string literal appends, so add a special case method for it. Maybe fixes bug reported by @jeremy on 97ef636191933f1d4abc92fc10871e6d1195285c | ||||
* | Stop nil checking on safe_append= | Aaron Patterson | 2014-09-14 | 1 | -4/+0 |
| | | | | | | ERB compiler guarantees safe_append= will be called with a string, so nil checks don't make sense. Anything else calling this method should check for nil themselves before calling | ||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+49 |