]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Fixed some minor bugs and add tests to spot them
[rails.git] / config / environment.rb
index ba5241a21fc47a1d3a03c60a9fcab341585e5dac..98fdfaa8c2b3709eb2271a7cc3745a2c3c0665a5 100644 (file)
@@ -53,6 +53,7 @@ Rails::Initializer.run do |config|
   config.gem 'oauth', :version => '>= 0.3.6'
   config.gem 'httpclient'
   config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer'
+  config.gem 'sanitize'
 
   # Only load the plugins named here, in the order given. By default, all plugins
   # in vendor/plugins are loaded in alphabetical order.
@@ -99,4 +100,5 @@ Rails::Initializer.run do |config|
 
   # Make Active Record use UTC-base instead of local time
   config.active_record.default_timezone = :utc
+
 end