]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
try and make the OpenStreetBugs API a bit more consistent with the rest of the API
[rails.git] / config / environment.rb
index b040c5a46da90883f7703f6ac67ff2a5b4d3abfe..1ad6aa202bab2a1bb4798ec3efb809cefe0fc97b 100644 (file)
@@ -52,7 +52,7 @@ Rails::Initializer.run do |config|
   config.gem 'rmagick', :lib => 'RMagick'
   config.gem 'oauth', :version => '>= 0.3.6'
   config.gem 'httpclient'
-  config.gem 'SystemTimer', :lib => 'system_timer', :source => "http://gemcutter.org/"
+  config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer'
 
   # Only load the plugins named here, in the order given. By default, all plugins
   # in vendor/plugins are loaded in alphabetical order.
@@ -99,4 +99,7 @@ Rails::Initializer.run do |config|
 
   # Make Active Record use UTC-base instead of local time
   config.active_record.default_timezone = :utc
+
+  Mime::Type.register "text/xml", :gpx
+
 end