It seems that you still using ruby 1.8. Try :
*ruby -v * And show me the output. If it's not ruby 1.9.3-p194, just install this version of ruby *rvm install 1.9.3-p194 *( if you are using 'rvm' as ruby management tool ) Keep me posted ;) 2012/7/23 Sebastjan H. <[email protected]> > Hi, > > I've just installed the latest gem version and also rails. Everything > went ok. I am using Ubuntu 11.10 with ruby 1.9.3-p194. > > However, when I try to create a new application, I get: > > --------------------------------------------------------------------------- > /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 > --------------------------------------------------------------------------- > > > when I want to get the rails version I also get this: > --------------------------------------------------------------------------- > /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 > --------------------------------------------------------------------------- > > regards, > seba > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- *lionel Bastian LONKAP TSAMBA* Étudiant 4e année Génie Informatique et Statistiques à Polytech-lille Site: http://first-developer.fr Email: [email protected] Tel: +336 12 48 03 01 -- *lionel Bastian LONKAP TSAMBA* Fourth year student in Software Engineering and Statistics at the Lille University Graduate School of Engineers (Polytech-Lille) Site: http://first-developer.fr Email: [email protected] Phone: +336 12 48 03 01 -- 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.

