[Rails] Re: Re: Re: Re: accidentally created a rails app in the home folder

2013-06-05 Thread mark ronay
Tamara Temple wrote in post #488: mark ronay li...@ruby-forum.com wrote: another, please change to a non-Rails directory first. everyone for your help and if I fix it I will post here in case it helps someone else. Is there some reason you can't move or delete the files you created

[Rails] Re: Re: accidentally created a rails app in the home folder

2013-06-04 Thread mark ronay
just an update/follow up. I can successfully run rails and get a rails server going on my localhost. However, my paths remain totally messed up and I dont know why. I get the error I originally posted about anywhere I go (and I am completely certain I am not inside a path that already has a

[Rails] Re: Re: Re: accidentally created a rails app in the home folder

2013-06-04 Thread mark ronay
well, i tried rvm implode and a fresh install using these directions: http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ still same problem: mwr@mwr-Ubuntu:~$ ls app db Documents log Projects script tmp build Desktop Downloads Music PublicTemplates

[Rails] Re: Re: Re: Re: accidentally created a rails app in the home folder

2013-06-04 Thread mark ronay
Hassan Schroeder wrote in post #345: On Tue, Jun 4, 2013 at 10:33 AM, mark ronay li...@ruby-forum.com wrote: still same problem: mwr@mwr-Ubuntu:~$ ls app db Documents log Projects script tmp build Desktop Downloads Music PublicTemplates vendor config

[Rails] Re: accidentally created a rails app in the home folder

2013-06-01 Thread mark ronay
Alright, now its working kind of! After restarting the computer and using which rails i get the much more sensible looking path * /usr/local/bin/rails * running wc -l `which path` I get * 19 /usr/local/bin/rails * so now navigating above my home directory I am able to use rails new like so: *

[Rails] accidentally created a rails app in the home folder

2013-05-31 Thread mark ronay
Im a new user - I just installed rails, following directions here: http://rubyonrails.org/download however, when it came time to make a rails new path/etc/etc I get this message: Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.

[Rails] Re: accidentally created a rails app in the home folder

2013-05-31 Thread mark ronay
exact same thing -- 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 rubyonrails-talk+unsubscr...@googlegroups.com.

[Rails] Re: Re: accidentally created a rails app in the home folder

2013-05-31 Thread mark ronay
ruby -v gives ruby 1.9.3p429 (2013-05-15 revision 40747) [x86_64-linux] rails -v gives Rails 3.2.13 gem -v gives 1.8.25 Im running ubuntu. I had ruby 1.8.6. I installed gem but it gave an error when I was trying to get rails through gem, bc i had the old version of ruby. I got rvm, updated to

[Rails] Re: Re: Re: accidentally created a rails app in the home folder

2013-05-31 Thread mark ronay
Hassan Schroeder wrote in post #1110852: On Fri, May 31, 2013 at 4:49 PM, mark ronay li...@ruby-forum.com wrote: ruby -v gives ruby 1.9.3p429 (2013-05-15 revision 40747) [x86_64-linux] rails -v gives Rails 3.2.13 gem -v gives 1.8.25 Those seem reasonable, though the result doesn't

[Rails] Re: accidentally created a rails app in the home folder

2013-05-31 Thread mark ronay
Hi Rick, thanks! I tried carrying out those instructions: heres what i got - mwr@mwr-Ubuntu:/home$ which rails /home/mwr/.rvm/gems/ruby-1.9.3-p429/bin/rails mwr@mwr-Ubuntu:/home$ which /home/mwr/.rvm/gems/ruby-1.9.3-p429/bin/rails /home/mwr/.rvm/gems/ruby-1.9.3-p429/bin/rails I suppose im