[Rails] Re: Need help even generating a new app

2013-01-17 Thread Robert Walker
Josh Aronoff wrote in post #1092595: Ok cool... Ugh, this permissions thing is driving me nuts. Can I just uninstall everything by deleting all the directories and re running the ruby and rails instals using either homebrow or rvm? to be clear, I'm only saying delete the ruby directory in my

[Rails] Re: Need help even generating a new app

2013-01-16 Thread Josh Aronoff
Ok cool... Ugh, this permissions thing is driving me nuts. Can I just uninstall everything by deleting all the directories and re running the ruby and rails instals using either homebrow or rvm? to be clear, I'm only saying delete the ruby directory in my Library. -- Posted via

Re: [Rails] Re: Need help even generating a new app

2013-01-15 Thread Johnneylee Rollins
Hey, This is because you installed rvm, which is my preference but I have no qualms about you using rbenv. For some reason the permissions on something in your rvm directory got changed. sudo chown -r $USER:/$USER $HOME/.rvm That will help there. I can help you continue to use rvm if you want.

[Rails] Re: Need help even generating a new app

2013-01-14 Thread Robert Walker
Josh Aronoff wrote in post #1092274: I'm having trouble even installing new rails apps. I get to the Bundle run, and it errors on Json, here's what my error says. I'm new to ALL of this, including Terminal commands, etc. Hope someone can help me out. Runs the Bundler then I error out at

[Rails] Re: Need help even generating a new app

2013-01-14 Thread Robert Walker
Robert Walker wrote in post #1092320: Step 2: Install and configure rbenv and ruby-build using Homebrew. $ brew install rbenv $ brew install ruby-build Oh! And, don't forget to set the newly installed Ruby as your default Ruby version: $ rbenv global 1.9.3-p237 or $ rbenv local 1.9.3-p237

[Rails] Re: Need help even generating a new app

2013-01-14 Thread Josh Aronoff
thank you! I'll try this and let you know how it went!! Thanks for responding! -- 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

[Rails] Re: Need help even generating a new app

2013-01-14 Thread Josh Aronoff
Ok. got to Step 3: and then ran into this:: Installing yaml-0.1.4... BUILD FAILED Inspect or clean up the working tree at /var/folders/3r/hdtty71s32bd26yrzyq4m5lrgn/T/ruby-build.20130114234238.25080 Results logged to

[Rails] Re: Need help even generating a new app

2013-01-14 Thread Josh Aronoff
OK I went the Homebrew route, after some googling and tried to update my 1.8.7 Ruby to 1.9.3 like you mentioned and I'm STILL running into a permissions thing with my Library and that Gems directory. After running $ gem install rails bundler unicorn pg I get this: Permission denied -