mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01: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:
6
bin/about
Executable file
6
bin/about
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
ENV["RAILS_ENV"] ||= "production"
|
||||
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
|
||||
puts
|
||||
puts Redmine::Info.environment
|
||||
3
bin/bundle
Normal file
3
bin/bundle
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby.exe
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
load Gem.bin_path('bundler', 'bundle')
|
||||
4
bin/rails
Normal file
4
bin/rails
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env ruby.exe
|
||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||
require_relative '../config/boot'
|
||||
require 'rails/commands'
|
||||
Reference in New Issue
Block a user