This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f4e98330b3a7f85a4bca91fca062106ffbee2bf
rails
/
actionpack
/
lib
/
action_view
History
José Valim
75ba102a80
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
..
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
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