Matchu
8f4200d0d3
Whew! Seems like a pretty clean one? Ran `rails app:upgrade` and stuff, and made some corrections to keyword arguments for `translate` calls. There might be more such problems elsewhere? But that's hard to search for, and we'll have to see.
4 lines
141 B
Ruby
Executable file
4 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"
|