spec/dummy/config/application.rb in brightcontent-attachments-2.4.6 vs spec/dummy/config/application.rb in brightcontent-attachments-2.5.0

- old
+ new

@@ -18,10 +18,11 @@ # :all can be used as a placeholder for all plugins not explicitly named. # config.plugins = [ :exception_notification, :ssl_requirement, :all ] # Activate observers that should always be running. # config.active_record.observers = :cacher, :garbage_collector, :forum_observer + config.active_record.sqlite3&.represent_boolean_as_integer = true # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. # config.time_zone = 'Central Time (US & Canada)' @@ -45,10 +46,10 @@ # Enable the asset pipeline config.assets.enabled = true # config.i18n.enforce_available_locales = true - config.active_record.raise_in_transactional_callbacks = true + # config.active_record.raise_in_transactional_callbacks = true # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' # Share migrations of Brightcontent core