Skip to content

Instantly share code, notes, and snippets.

@ericallam
Created June 1, 2012 21:20
Show Gist options
  • Save ericallam/2855197 to your computer and use it in GitHub Desktop.
Save ericallam/2855197 to your computer and use it in GitHub Desktop.
All ActiveSupport::Notifications that Rails instruments
receive.action_mailer
deliver.action_mailer
write_fragment.action_controller
read_fragment.action_controller
exist_fragment?.action_controller
expire_fragment.action_controller
write_page.action_controller
expire_page.action_controller
start_processing.action_controller
process_action.action_controller
send_file.action_controller
send_data.action_controller
redirect_to.action_controller
halted_callback.action_controller
render_collection.action_view
render_partial.action_view
render_template.action_view
cache_read.active_support
cache_fetch_hit.active_support
cache_fetch_generate.active_support
cache_write.active_support
cache_delete.active_support
cache_exist?.active_support
cache_increment.active_support
cache_decrement.active_support
cache_cleanup.active_support
cache_prune.active_support
cache_delete_matched.active_support
!render_template.action_view
sql.active_record
identity.active_record
request.active_resource
deprecation.rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment