mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 01:56:12 +02:00
Merged rails-4.1 branch (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
ENV["RAILS_ENV"] ||= "production"
|
||||
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
|
||||
puts
|
||||
puts Redmine::Info.environment
|
||||
abort "script/about no longer exists, please use bin/about instead."
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
#!/usr/bin/env ruby
|
||||
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
||||
|
||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'rails/commands'
|
||||
abort "script/rails no longer exists, please use bin/rails instead."
|
||||
|
||||
Reference in New Issue
Block a user