Here's what I think happened. You created your first Ruby application 
called "profile".. it generated successfully and terminal opened up the 
directory. Now you want to create another rails app, but terminal is 
still in that rails directory of "profile" (hence the name profile next 
to your imac's name).

To get out of it, type "cd ~/Desktop" (which stands for "change 
directory" and that will change the directory to your desktop. Then type 
"rails new {name}" for your next app, and it should work again!

If you find yourself having trouble with this, I recommend going through 
the first chapters of the Rails Tutorial book by Michael Hartl. If I 
remember correctly, he discusses the command prompts and other stuff 
around ruby and rails at great lengths.

Let me know if this worked out for you, otherwise we'll have to find 
another solution!

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/5e6ce579cb6df54d39330fd645329dd1%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to