Seems that the Rails.env doesn't consistently work. Removing condition in config/environment.rb
This commit is contained in:
parent
9dabe69032
commit
a2c4462db2
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue