On 25 July 2012 09:21, Sebastjan H. <[email protected]> wrote: > Colin Law wrote in post #1070094: >> On 24 July 2012 15:04, Sebastjan H. <[email protected]> wrote: >>>> ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux] >>> >>> I've checked my ubuntu program centre and there I have something called >>> a transitional package for ruby 1.8 (I am backtranslating from my >>> language). If I try to uninstall it I'd have to uninstall some >>> dependencies and I am not sure if I may. >> >> No need to do that, your are using rvm so it should be using the >> version installed under rvm. >> Can you post the complete output from trying to create a new rails app. >> >> Colin > > I've uninstalled the transitional package anyways and it didn't help. It > still tries to access the location below. > > The entire output: > > sebah@sebah-laptop:~/rails$ rails new test > /usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs': > Could not find railties (>= 0) amongst [] (Gem::LoadError) > from /usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:256:in > `to_spec' > from /usr/local/lib/site_ruby/1.8/rubygems.rb:1231:in `gem' > from /usr/local/bin/rails:18
Have you installed rails inside rvm? Try gem install rails Note, no sudo. -- 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 https://groups.google.com/groups/opt_out.

