On 21 September 2010 13:23, durumdara <[email protected]> wrote: > Hi! > > This don't help me. > >> 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-wi... >> andhttp://johnivanoff.blogspot.com/2010/09/ruby-192-rails-3-clean-instal... > > I also tried to install Rails on Win2k3. > But every gem operation drop this kind of error: > > C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:68:in
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 > `installed_sp > ec_directories': undefined method `path' for Gem:Module > (NoMethodError) > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/ > source_index.rb:58:in > `from_installed_gems' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:883:in > `source_inde > x' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/ > gem_path_searcher.rb:8 > 1:in `init_gemspecs' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/ > gem_path_searcher.rb:1 > 3:in `initialize' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:841:in > `new' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:841:in > `block in se > archer' > from <internal:prelude>:10:in `synchronize' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:840:in > `searcher' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:479:in > `find_files' > > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:983:in > `load_plugin > s' > from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:1139:in > `<top (requ > ired)>' > from <internal:lib/rubygems/custom_require>:29:in `require' > from <internal:lib/rubygems/custom_require>:29:in `require' > from C:/Ruby192/bin/gem:8:in `<main>' > > What I can do to install rail? > > The gem installable with only this: > > set RUBYOPT= > ruby --disable-gems setup.rb > > > But I don't know how to install the rails. > > This is very disturbing thing. I want to use only RedMine, it needs > Rail... :-( > > What is the magic you did you can install it? > > Thanks: > dd > > -- > 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. > > -- 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.

