spec/dummy/config/application.rb in status_cat-5.0.2 vs spec/dummy/config/application.rb in status_cat-5.2.0

- old
+ new

@@ -19,9 +19,11 @@ # 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)' # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.