I was looking for the same thing. There seems to be no documentation on this, so I looked at the code and compiled the following list.
Please note that the ===
operator is used for matching, so you can use a string or regular expression when subscribing
receive.action_mailer deliver.action_mailer write_fragment.action_controller read_fragment.action_controller exist_fragment?.action_controller expire_fragment.action_controller expire_page.action_controller write_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 !render_template.action_view sql.active_record cache_read.active_support cache_fetch_hit.active_support cache_generate.active_support cache_write.active_support cache_delete.active_support cache_exist?.active_support deprecation.rails render
source share