C:\rubygems-1.3.7>ruby setup.rb
C:/rubygems-1.3.7/lib/rubygems/source_index.rb:68:in
installed_spec_directories': undefined method `path' for Gem:Module
(NoMethodError)
Ruby version is ruby-1.9.2-p0.
Any idea ?
Thanks.
Dani
--
Posted via http://www.ruby-forum.com/.
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
UFFFFF, I have managed installing Ruby 1.9.2 & Rails 3 on windows.
The following links has helped:
http://accidentaltechnologist.com/ruby-on-rails/running-rails-3-on-windows/
and
http://johnivanoff.blogspot.com/2010/09/ruby-192-rails-3-clean-install-on.html
with the combination of the two I did it !.
BUT, I will also try the next to install also on linux (ubuntu).
I just don't understand why it should be that difficult to install
rails.
I hope this one will help all windows users.
You must have ruby 1.9.2, this looks like 1.9.1, or is it just a
strangely named dir? Use
ruby -v
to find out.
Colin
As I have mentioned above, do what the following link instructs to do:
http://accidentaltechnologist.com/ruby-on-rails/running-rails-3-on-windows/
it worked for me.
if the above link does not help, try the following link:
http://johnivanoff.blogspot.com/2010/09/ruby-192-rails-3-clean-install-on.html
Hope this helps.
Regards,
thats the documentation, it should not stop you from doing anything