From: Erik Hollensbe Date: 2009-01-10T21:10:45+09:00 Subject: Re: Using DBI and MySQL gems David Bennett wrote: > Owein Herrmann wrote: >> require 'dbi' > > Try upper case: > require 'DBI' > > It works for me. Dunno why. Try adding a: gem 'dbd-mysql' after the require 'dbi'. Basically, you have to have both packages loaded so DBI can require them. If you've done a setup.rb installation, you shouldn't have any issues here. -- Posted via http://www.ruby-forum.com/.