rails--rails/actionpack/lib/action_view
José Valim c86424a72d Break instrumentation into several end-points so rendering of partials can be optimized. 2009-12-26 14:11:04 +01:00
..
erb Silence warning: discarding old h 2009-11-09 15:44:36 -05:00
helpers Translated strings in the view are assumed html_safe (Closes #3401) 2009-12-24 20:32:53 -08:00
locale Bring agnosticism to error_messages_for. 2009-10-17 13:03:28 -03:00
render Break instrumentation into several end-points so rendering of partials can be optimized. 2009-12-26 14:11:04 +01:00
template 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
base.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
context.rb replace _render_*_from_controller with render_* as they are intended to be public 2009-08-06 19:43:28 -03:00
helpers.rb Unify benchmark APIs. 2009-10-15 18:19:25 -03:00
paths.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
safe_buffer.rb Stray carrier return 2009-12-24 16:13:50 -08:00
template.rb Break instrumentation into several end-points so rendering of partials can be optimized. 2009-12-26 14:11:04 +01:00
test_case.rb TestProcess belongs in AD 2009-12-12 18:09:44 -06:00