On Nov 3, 2:38 pm, h4ckY <[email protected]> wrote: > Hello all. > > I try to install ruby on rails and I am litle stuck now because of > following error: > > http://pastebin.com/BmFyuRs6 > > Can someone help me? >
Path with spaces, that is the issue. https://github.com/oneclick/rubyinstaller/wiki/Troubleshooting#wiki-gems_fails When you install Ruby using either RubyInstaller or RailsInstaller, it warns you about path with spaces (above the field you enter the path for installation). Install outside a path with spaces and things will work. -- Luis Lavena -- 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.

