comparison config/application.rb @ 460:b1ef80121c79

Update to use correct timestamp datatype Use sql dump instead of ruby because zone info would be lost otherwise.
author nanaya <me@nanaya.pro>
date Mon, 25 Jun 2018 16:53:47 +0900
parents 07d6c6639adf
children fd3078b4d355
comparison
equal deleted inserted replaced
459:07d6c6639adf 460:b1ef80121c79
52 config.active_support.escape_html_entities_in_json = true 52 config.active_support.escape_html_entities_in_json = true
53 53
54 # Use SQL instead of Active Record's schema dumper when creating the database. 54 # Use SQL instead of Active Record's schema dumper when creating the database.
55 # This is necessary if your schema can't be completely dumped by the schema dumper, 55 # This is necessary if your schema can't be completely dumped by the schema dumper,
56 # like if you have constraints or database-specific column types 56 # like if you have constraints or database-specific column types
57 # config.active_record.schema_format = :sql 57 config.active_record.schema_format = :sql
58 58
59 # Enable the asset pipeline 59 # Enable the asset pipeline
60 config.assets.enabled = true 60 config.assets.enabled = true
61 61
62 # No need to initialize application when precompiling assets 62 # No need to initialize application when precompiling assets