Skip to content

Commit

Permalink
Removed deprecated config option
Browse files Browse the repository at this point in the history
  • Loading branch information
amatriain committed Jan 7, 2020
1 parent 109f0be commit 8193d06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
3 changes: 0 additions & 3 deletions config/application.rb
Expand Up @@ -46,9 +46,6 @@ class Application < Rails::Application
# Use Rack::Deflater middleware to compress server responses when the client supports it.
config.middleware.use Rack::Deflater

# In SQLite represent booleans as 1/0 integers instead of t/f strings (which is deprecated)
config.active_record.sqlite3.represent_boolean_as_integer = true

# Rails generators generate FactoryGirl factories instead of fixtures
config.generators do |g|
g.fixture_replacement :factory_girl
Expand Down
38 changes: 0 additions & 38 deletions config/initializers/new_framework_defaults_5_2.rb

This file was deleted.

0 comments on commit 8193d06

Please sign in to comment.