You can try to use this script http://github.com/marcelomurad/rails-env-install or at least follow what it does. First I uninstall the actual versions then install the needed one.
Bests, Marcelo Murad On May 1, 7:55 am, Peter Dalmaris <[email protected]> wrote: > I remember having a similar problem. It's been a while, but try doing > this: > > in config/environment.rb, look for this line (the version may be > different to what you have): > > "config.gem "hoe", :version => '1.8.3', :lib => false" > > and edit it to look like this: > > "config.gem "hoe", :version => '1.12.2', :lib => false" > > Unless there is a compatability issue with hoe version 1.12.2, this > should work. > > Regards, > > Peter > > On Apr 30, 10:11 pm, MartOn <[email protected]> wrote: > > > Hello > > I have followed the ubuntu install guide for Gitorious, but it stops > > when I run first rake to create database: > > g...@web:/var/rails/gitorious$ rake db:create RAILS_ENV=production > > (in /var/rails/gitorious) > > rake aborted! > > can't activate hoe (= 1.8.2, runtime), already activated hoe-1.12.2 > > > (See full trace by running task with --trace) > > > Then i did a : sudo gem install how --version 1.8.2 --no-ri --no-rdoc > > > This caused a new error: > > g...@web:/var/rails/gitorious$ rake db:create RAILS_ENV=production > > (in /var/rails/gitorious) > > rake aborted! > > can't activate hoe (= 1.8.2, runtime) for [], already activated > > hoe-1.12.2 for ["chronic-0.2.3"] > > > (See full trace by running task with --trace) > > > Any Ideas? > > > /MartOn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" 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/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
