From: Tom Hughes Date: Tue, 21 Apr 2009 07:52:47 +0000 (+0000) Subject: Remove explicit load of mysql and rails automatically loads the X-Git-Tag: live~7589 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/94a807d0d0bfc9c9c90b077b6344c9af433ac190?hp=832e7a6729ac5028eda43fe93c9dfe4409f60426 Remove explicit load of mysql and rails automatically loads the right database driver already. --- diff --git a/config/environment.rb b/config/environment.rb index 7f83fd4ad..c303c3535 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -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 'mysql' # Only load the plugins named here, in the order given. By default, all plugins # in vendor/plugins are loaded in alphabetical order.