>
> The second line happens with some minor errors. Now:
>
> cm-84:~ mikhailkovalev$ rails
> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
> 1.8/rubygems.rb:379:in `report_activate_error': Could not find RubyGem
> activeresource (= 2.0.2) (Gem::LoadError)
> .....
>
>
> I want to
> a) purge everything and do a clean re-install
> b) is there a way out of this
> c) back to php and see you in 2 years ? :(
or..
d) read the error message more carefully..
it appears that your gem activeresource is the wrong version, you may
try
sudo gem update activeresource
although:
sudo gem update
should have picked up all dependencies by default...
I believe the --source and --system options are not needed for the
majority of cases..
If you keep plugging away at it, you will fix it... If you are ready to
go back to php after one slight hiccup then you should leave now as Ruby
is evolving very rapidly and tinkering at it is almost unavoidable..
hth
ilan
--
Posted via http://www.ruby-forum.com/.