updates binstubs for rails 4
This commit is contained in:
19
bin/rails
19
bin/rails
@@ -1,17 +1,4 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
# frozen_string_literal: true
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||||
#
|
require_relative '../config/boot'
|
||||||
# This file was generated by Bundler.
|
require 'rails/commands'
|
||||||
#
|
|
||||||
# The application 'rails' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require "pathname"
|
|
||||||
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
|
||||||
Pathname.new(__FILE__).realpath)
|
|
||||||
|
|
||||||
require "rubygems"
|
|
||||||
require "bundler/setup"
|
|
||||||
|
|
||||||
load Gem.bin_path("railties", "rails")
|
|
||||||
|
|||||||
19
bin/rake
19
bin/rake
@@ -1,17 +1,4 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
# frozen_string_literal: true
|
require_relative '../config/boot'
|
||||||
#
|
require 'rake'
|
||||||
# This file was generated by Bundler.
|
Rake.application.run
|
||||||
#
|
|
||||||
# The application 'rake' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require "pathname"
|
|
||||||
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
|
||||||
Pathname.new(__FILE__).realpath)
|
|
||||||
|
|
||||||
require "rubygems"
|
|
||||||
require "bundler/setup"
|
|
||||||
|
|
||||||
load Gem.bin_path("rake", "rake")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user