Seems that the Rails.env doesn't consistently work. Removing condition in config/environment.rb

This commit is contained in:
Shaun McDonald 2010-04-03 21:31:35 +00:00
parent 9dabe69032
commit a2c4462db2

View file

@ -54,9 +54,9 @@ Rails::Initializer.run do |config|
config.gem 'httpclient'
config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer'
config.gem 'sanitize'
if Rails.env == "development"
# if Rails.env == "development"
config.gem 'timecop'
end
# end
# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.