![dependabot[bot]](/assets/img/avatar_default.png)
* Remove `send_stream` method pulled in before upgrading Rails * Remove spring, it is no longer included by default for new apps * Remove deprecated options from environments * Remove old asset paths and workarounds no longer needed * Remove unnecessary `OAUTH_10_SUPPORT` const, LTI still uses OAuth 1.0 * Dump schema with new defaults (and specify precision for timestamps where needed)
5 lines
141 B
Ruby
Executable File
5 lines
141 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
|
require_relative "../config/boot"
|
|
require "rails/commands"
|