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
2009-12-28 17:36:08 -08: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 Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. 2009-12-26 20:28:53 +01:00
template Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -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