[Rails] Re: mysql.rb driver has been removed from Rails 2.2 ?

2008-12-11 Thread Shawn Cheatham
> > /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/mysql.bundle > > then you have a half-installed mysql driver and I bet you're on a Mac. > > The solution that worked for me was to do this: > > http://www.napcsweb.com/blog/2007/06/01/mysql-gem-on-osx/ > > I

[Rails] Re: mysql.rb driver has been removed from Rails 2.2 ?

2008-12-10 Thread Shawn Cheatham
Weng Edgar wrote: > you can go to http://www.tmtm.org/en/ruby/mysql/ to download the tar > file, and run the command below > > # ruby ./install.rb > > to install the mysql.rb Just learning so hang with me. I downloaded, unzipped and in terminal ran # ruby ./install.rb which returned a new co