Commit 242cf70a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6334 from jvanbaarsen/scripts-to-bin

Rails uses bin folder we forgot to create it when upgrading
parents 0f834d11 c35036c0
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment