[Rails] Update 'strong_parameters' from 0.1.4 to 0.2.3

2014-02-16 Thread Eric Jefcoat
Hello, Can anyone tell me how to upgrade 'strong_parameters' from 0.1.4 to 0.2.3 on the Terminal? When I use 'update strong_parameters' it tell me that it no longer uses update. When I say upgrade it says command not found. I am using RVM. Thank you so much for your help, Eric -- You

[Rails] RVM group in Terminal

2014-02-16 Thread Eric Jefcoat
Hello, I need to fix some RVM permissions. How do I make sure I'm in the RVM group in the Terminal? Thank you for your help, Eric -- 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

[Rails] Re: RVM group in Terminal

2014-02-16 Thread Eric Jefcoat
When I try to fix permissions, with 'rvm fix-permissions' it tells me that it's fixing them in 'users/group'. I need to fix them in the rvm group but don't know how to fix them IN the rvm group. Thank you for your help, Eric On Sunday, February 16, 2014 9:44:55 PM UTC-7, Eric Jefcoat wrote

[Rails] Gem errors

2014-02-07 Thread Eric Jefcoat
Hello all, I seem to still be getting Gem errors when trying to run 'rails server'. Not sure what I need to do to fix it. Computer:treebook admin$ rails server */usr/local/rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tmpdir.rb:80:in `mkdir': ERROR: Failed to build gem native extension.

[Rails] Re: Gem errors

2014-02-07 Thread Eric Jefcoat
NevermindHa! I just ran the same stuff @mpapis told me to do for a seperate permission error and now it seems to be running the rails server just fine. Sheesh. Sometimes the solution is right under your nose. Thanks anyway, Eric On Friday, February 7, 2014 1:24:02 PM UTC-7, Eric Jefcoat

[Rails] rbenv to RVM command equivalencies

2014-02-05 Thread Eric Jefcoat
Hello, I need a sort of translation dictionary for rbenv to RVM commands. I am working on some learning tracks and projects on Treehouse for RoR development and their tutorial calls for using rbenv. I already have RVM installed for the Skillshare class, Rails in 30 Days. I received some great

[Rails] Re: Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-30 Thread Eric Jefcoat
, Frederick Cheung wrote: On Thursday, January 30, 2014 5:41:59 AM UTC, Eric Jefcoat wrote: ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/local/rvm/gems/ruby-1.9.3-p392 directory. That looks like a systemwide install of rvm

[Rails] Re: Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-30 Thread Eric Jefcoat
Michael, Thank you for helping. I followed your directions to fix the permissions, and I was able to run the bundle install, without errors! You are the man!! Thank you so much! Eric computer:crumblr admin$ rails server

[Rails] Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-29 Thread Eric Jefcoat
Hello, I heard from 37signals that this is where the go to people hang out for Ruby on Rails. I included a full screenshot of my Terminal interaction, as well as a brief explanation below. I am taking a Ruby on Rails class on Skillshare.com. It's a great class, but I'm just learning