mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Revert "Rails script commands load the application rather than just boot"
This reverts commit 358451c219.
This commit is contained in:
@@ -5,5 +5,5 @@ BOOT_PATH = File.expand_path('../../config/boot', __FILE__)
|
||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||
ROOT_PATH = File.expand_path('../..', __FILE__)
|
||||
|
||||
require APP_PATH
|
||||
require BOOT_PATH
|
||||
require 'rails/commands'
|
||||
|
||||
Reference in New Issue
Block a user