1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/template
2009-12-28 17:36:08 -08:00
..
handlers Instead of marking raw text in templates as safe, and then putting them through String#<< which checks if the String is safe, use safe_concat, which uses the original (internal) String#<< and leaves the safe flag as is. Results in a significant performance improvement. 2009-12-24 21:50:18 -08:00
error.rb Add autoloads for ActionView::Template* classes, and an ActionView::TemplateError alias for ActionView::Template::Error. 2009-12-10 13:11:21 -08:00
handler.rb Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
handlers.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
resolver.rb Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
text.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00