diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-07 21:14:52 +0000 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-07 21:14:52 +0000 |
commit | 295dd1906a98913275145c5b9cc403f1e76cfd33 (patch) | |
tree | f45d7721c9a138b743ada905a12596f050a7473d /rails/bin | |
parent | 460edd4191229635e86c0e3781a361126c140ca9 (diff) | |
parent | a37605e3d7d17e322a9cf2a497768f6fd8b5d0a3 (diff) | |
download | lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.gz lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.bz2 lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.zip |
Merge branch 'main' of /srv/git/lingo into main
Diffstat (limited to 'rails/bin')
-rwxr-xr-x | rails/bin/rails | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rails/bin/rails b/rails/bin/rails deleted file mode 100755 index f8b09bd..0000000 --- a/rails/bin/rails +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #!/usr/bin/env ruby | ||
2 | # This command will automatically be run when you run "rails" with Rails gems | ||
3 | # installed from the root of your application. | ||
4 | |||
5 | ENGINE_ROOT = File.expand_path("..", __dir__) | ||
6 | ENGINE_PATH = File.expand_path("../lib/lingo/engine", __dir__) | ||
7 | APP_PATH = File.expand_path("../test/dummy/config/application", __dir__) | ||
8 | |||
9 | # Set up gems listed in the Gemfile. | ||
10 | ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) | ||
11 | require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"]) | ||
12 | |||
13 | require "rails/all" | ||
14 | require "rails/engine/commands" | ||