Upgrade foodsoft to rails 2.3.2.
This commit is contained in:
parent
c03f3da21a
commit
43fc7b06f8
3 changed files with 3 additions and 9 deletions
|
@ -44,6 +44,7 @@ module Rails
|
||||||
def load_initializer
|
def load_initializer
|
||||||
require "#{RAILS_ROOT}/vendor/rails/railties/lib/initializer"
|
require "#{RAILS_ROOT}/vendor/rails/railties/lib/initializer"
|
||||||
Rails::Initializer.run(:install_gem_spec_stubs)
|
Rails::Initializer.run(:install_gem_spec_stubs)
|
||||||
|
Rails::GemDependency.add_frozen_gem_path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# ENV['RAILS_ENV'] ||= 'production'
|
# ENV['RAILS_ENV'] ||= 'production'
|
||||||
|
|
||||||
# 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.2.2' unless defined? RAILS_GEM_VERSION
|
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
|
||||||
|
|
||||||
# Bootstrap the Rails environment, frameworks, and default configuration
|
# Bootstrap the Rails environment, frameworks, and default configuration
|
||||||
require File.join(File.dirname(__FILE__), 'boot')
|
require File.join(File.dirname(__FILE__), 'boot')
|
||||||
|
@ -75,11 +75,4 @@ Rails::Initializer.run do |config|
|
||||||
config.i18n.default_locale = :de
|
config.i18n.default_locale = :de
|
||||||
|
|
||||||
# See Rails::Configuration for more options
|
# See Rails::Configuration for more options
|
||||||
end
|
end
|
||||||
|
|
||||||
# Defines custom logging format.
|
|
||||||
#class Logger
|
|
||||||
# def format_message(severity, timestamp, progname, msg)
|
|
||||||
# format("%s %-5.5s %s\n", timestamp.strftime('%H:%M:%S'), severity, msg)
|
|
||||||
# end
|
|
||||||
#end
|
|
Loading…
Reference in a new issue