]> git.openstreetmap.org Git - rails.git/commitdiff
Remove explicit load of mysql and rails automatically loads the
authorTom Hughes <tom@compton.nu>
Tue, 21 Apr 2009 07:52:47 +0000 (07:52 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Apr 2009 07:52:47 +0000 (07:52 +0000)
right database driver already.

config/environment.rb

index 7f83fd4ad7f87670a6b4e17a770bcce4345796e0..c303c353531b4cf15347925747e1a051a27a79d8 100644 (file)
@@ -49,7 +49,6 @@ Rails::Initializer.run do |config|
   config.gem 'composite_primary_keys', :version => '1.1.0'
   config.gem 'libxml-ruby', :version => '>= 1.1.1', :lib => 'libxml'
   config.gem 'rmagick', :lib => 'RMagick'
   config.gem 'composite_primary_keys', :version => '1.1.0'
   config.gem 'libxml-ruby', :version => '>= 1.1.1', :lib => 'libxml'
   config.gem 'rmagick', :lib => 'RMagick'
-  config.gem 'mysql'
 
   # Only load the plugins named here, in the order given. By default, all plugins 
   # in vendor/plugins are loaded in alphabetical order.
 
   # Only load the plugins named here, in the order given. By default, all plugins 
   # in vendor/plugins are loaded in alphabetical order.