Hi, I am back with a new problem. Today I've installed Ubuntu 12.04 and after some trouble also
Ruby (output for ruby -v): ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux] and Rails (output for rails -v): Rails 2.3.14 I say trouble, because when I've installed with RVM I couldn't use them. The system kept saying unknown command for ruby and rails and it suggested to install via apt-get install. So I did. Still nothing. Then I ran the RVM installs again and now everything appears to be in order. However (there's always however with me lately), when I run "rails new tasks" rails actually generates "new" as the application folder. And after "cd new" + "rails server" rails generates another application called "server". What can I do? thx 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.

