On Tue, Apr 20, 2010 at 3:04 AM, JSF <[email protected]> wrote: > `report_activate_error': RubyGem version error: rack(1.0.0 not ~> > 1.0.1) (Gem::LoadError)
That's the source of the error, you need to update your rack gem. Try: gem install rack -v 1.0.1 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

