On Thu, Oct 30, 2008 at 7:09 AM, Deezzer <[EMAIL PROTECTED]> wrote: > > Lovd by rails 2.2 in 4 steps > > 1. upgrade your hpricot with 'sudo gem install hpricot' > > 2. edit environment.rb: > config.gem 'hpricot', :version=>"0.6.161" (or whatever version you > just upgraded hpricot to) > > 3. now you'll need to move the filename mysql.rb from Rails 2.1 over > to your app's lib folder. Download it here if you dont want to copy > from your own location: > http://www.lettuceprint.com/mysql.rb > > 4. edit the file mysql_adapter.rb > replace line 63 with: > require RAILS_ROOT + "/lib/mysql.rb" > > Tests may fail, but this will get you at least up. >
Why does the mysql.rb need to be moved? Can someone finish this with tests and send me a pull request? cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
