Here's the problem: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/36bd945212418ff
I also tried using mysql 5, but had issues with the kind of option to choose, as comment #21 on the link below suggested: http://weblog.rubyonrails.org/2008/10/24/rails-2-2-rc1-i18n-thread-safety-docs-etag-last-modified (confusing with the strikeout, tried all kinds of variations of what he had posted, didn't work for me) On Oct 30, 4: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. > > 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? -~----------~----~----~----~------~----~------~--~---
