
* Remove deprecated options from environments * Remove deprecation warnings for upcoming Rails 7.2 * Dump schema with new defaults * Remove outdated (and erroneous) data attribute in view * Resolve a `NoMethodError` for seeds_spec.rb
7 lines
172 B
Ruby
Executable File
7 lines
172 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
|
require_relative "../config/boot"
|
|
require "rails/commands"
|