aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/buffers.rb
Commit message (Collapse)AuthorAgeFilesLines
* handle <%== nil %> casesAaron Patterson2014-09-141-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 Patterson2014-09-141-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/libPiotr Sarnacki2013-06-201-0/+49