"ruby test/functional/repositories_git_controller_test.rb" fails on Japanese Windows and Mingw Ruby 1.9.3p0 because "Rails" is not defined. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8833 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4d5d51e322
commit
a2c362a88d
|
@ -7,13 +7,13 @@
|
||||||
# Specifies gem version of Rails to use when vendor/rails is not present
|
# Specifies gem version of Rails to use when vendor/rails is not present
|
||||||
RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION
|
RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION
|
||||||
|
|
||||||
|
# Bootstrap the Rails environment, frameworks, and default configuration
|
||||||
|
require File.join(File.dirname(__FILE__), 'boot')
|
||||||
|
|
||||||
if RUBY_VERSION >= '1.9' && defined?(Rails) && Rails::VERSION::MAJOR < 3
|
if RUBY_VERSION >= '1.9' && defined?(Rails) && Rails::VERSION::MAJOR < 3
|
||||||
Encoding.default_external = 'UTF-8'
|
Encoding.default_external = 'UTF-8'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Bootstrap the Rails environment, frameworks, and default configuration
|
|
||||||
require File.join(File.dirname(__FILE__), 'boot')
|
|
||||||
|
|
||||||
# Load Engine plugin if available
|
# Load Engine plugin if available
|
||||||
begin
|
begin
|
||||||
require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot')
|
require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot')
|
||||||
|
|
Loading…
Reference in New Issue