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 7abbbfc commit 07422eaCopy full SHA for 07422ea
Rakefile
@@ -51,7 +51,7 @@ namespace :generate do
51
bindir = File.expand_path("bin")
52
53
# Rails 4 cannot use a `rails` binstub generated by Bundler
54
- sh "rm #{bindir}/rails"
+ sh "rm -f #{bindir}/rails"
55
sh "bundle exec rails new ./tmp/example_app --skip-javascript --skip-gemfile --skip-git --skip-test-unit"
56
57
if test ?d, bindir
0 commit comments