diff --git a/config/environments/production.rb b/config/environments/production.rb index a301912..102dc15 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -76,3 +76,7 @@ Lobsters::Application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false end + +%w{render_template render_partial render_collection}.each do |event| + ActiveSupport::Notifications.unsubscribe "#{event}.action_view" +end