Sha256: f4ab9cbac8b7bab9befa6927bd9717fb2f361543afe0b8b6bc6217e635e4baed

Contents?: true

Size: 584 Bytes

Versions: 5

Compression:

Stored size: 584 Bytes

Contents

# This file extends the new Rails (aka version 5) framework default initializers.
# It sets the application defaults therefore and because of this dummy application
# supports new version should contain this file.
# It isn't adding all defaults as the rails 5 does because of 5.1 and 5.2
# contains different settings, therefore, it is scoping the settings that this gem
# requires.
if ActiveRecord::VERSION::MAJOR >= 5
  # Require `belongs_to` associations by default. Previous versions had false.
  Rails.application.config.active_record.belongs_to_required_by_default = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
shortener-1.0.1 spec/dummy/config/initializers/new_framework_default.rb
shortener-1.0.0 spec/dummy/config/initializers/new_framework_default.rb
shortener-0.8.2 spec/dummy/config/initializers/new_framework_default.rb
shortener-0.8.1 spec/dummy/config/initializers/new_framework_default.rb
shortener-0.8.0 spec/dummy/config/initializers/new_framework_default.rb