spec/dummy/config/application.rb in canvas_oauth_engine-2.0.0 vs spec/dummy/config/application.rb in canvas_oauth_engine-2.1.0
- old
+ new
@@ -41,9 +41,11 @@
# Use SQL instead of Active Record's schema dumper when creating the database.
# This is necessary if your schema can't be completely dumped by the schema dumper,
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
+ config.active_record.sqlite3.represent_boolean_as_integer = true
+
# Enable the asset pipeline
config.assets.enabled = true
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'