File tree Expand file tree Collapse file tree 4 files changed +6
-29
lines changed Expand file tree Collapse file tree 4 files changed +6
-29
lines changed Original file line number Diff line number Diff line change 11require File . expand_path ( '../boot' , __FILE__ )
22
3- require 'rails/all'
3+ # Pick the frameworks you want:
4+ # require "active_record/railtie"
5+ require "action_controller/railtie"
6+ require "action_mailer/railtie"
7+ require "sprockets/railtie"
8+ require "rails/test_unit/railtie"
49
510Bundler . require ( *Rails . groups )
611require "react-rails"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 # Print deprecation notices to the Rails logger.
2020 config . active_support . deprecation = :log
2121
22- # Raise an error on page load if there are pending migrations
23- config . active_record . migration_error = :page_load
24-
2522 # Debug mode disables concatenation and preprocessing of assets.
2623 # This option may cause significant delays in view rendering with a large
2724 # number of complex assets.
You can’t perform that action at this time.
0 commit comments