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. On Oct 29, 9:50 pm, Deezzer <[EMAIL PROTECTED]> wrote: > I'll keep notes of progress and hack (no pun intended) in the coming > days. > > On Oct 29, 7:22 pm, "Steven A Bristol" <[EMAIL PROTECTED]> > wrote: > > > On Wed, Oct 29, 2008 at 6:11 PM, Deezzer <[EMAIL PROTECTED]> wrote: > > > > Halloween is just around the corner. Anyone embark the scariest idea - > > > Rails 2.2? > > > How much blood, guts, and pain will we see with this one? Because over > > > at community_engine, you're dead. > > > I don't think anyone's tried yet. I don't think it'll be to hard, > > wanna have a go at it? > > > 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? -~----------~----~----~----~------~----~------~--~---
