spec/dummy/config/application.rb in eav_hashes-1.0.3 vs spec/dummy/config/application.rb in eav_hashes-1.1.0

- old
+ new

@@ -42,19 +42,21 @@ config.filter_parameters += [:password] # Enable escaping HTML in JSON. config.active_support.escape_html_entities_in_json = true + config.active_record.sqlite3.represent_boolean_as_integer = true + # 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 # Enable the asset pipeline - config.assets.enabled = true + # config.assets.enabled = true # Version of your assets, change this if you want to expire all your assets - config.assets.version = '1.0' + # config.assets.version = '1.0' # Cause Windows is a little bitch and can't handle a little ANSI escape sequence here and there config.colorize_logging = false end end