Hi all
I followed these instructions
http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx
some a few weeks ago to get Rails up and running on my Mac. No problems.
Then I had some wierd issues to my PATH being forgotten about a week
ago, which I managed to resolve (don’t remember the exact steps).
Yesterday my Mac crashed and it seemed to lose some path info. One of
the results (I’m assuming) is that an app that used to run just fine,
now gives this error when I start Mongrel:
Exiting
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:246:in `activate’: can’t
activate rails (= 1.2.6), already activated rails-1.2.3]
(Gem::Exception)
This has coincided with my path issue, so I’m associating the two
events. My path is currently set to:
/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/usr/sbin:/bin:/sbin
Any suggestions? Is this a path issue?
Thx
Nick