We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./bin/rails
1 parent 5a6b6e4 commit 5ff19c5Copy full SHA for 5ff19c5
bin/rails
@@ -0,0 +1,13 @@
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
+APP_PATH = File.expand_path("../test/dummy/config/application", __dir__)
7
8
+# Set up gems listed in the Gemfile.
9
+ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
10
+require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
11
12
+require "rails/all"
13
+require "rails/engine/commands"
0 commit comments