Re: [Rails] how to create gemsets using rvm

2012-07-03 Thread Colin Law
On 3 July 2012 20:52, Kory Tegman wrote: > the one thing that i noticed from screen cast that they did not talk about > is the scope of your rvm and gem installs. you should have rails installed > on your machine globally before you install it in a gemset or a .rvmrc > environment. It is not nece

Re: [Rails] how to create gemsets using rvm

2012-07-03 Thread Kory Tegman
the one thing that i noticed from screen cast that they did not talk about is the scope of your rvm and gem installs. you should have rails installed on your machine globally before you install it in a gemset or a .rvmrc environment. On Monday, July 2, 2012 10:43:46 PM UTC-7, honey ruby wrote:

Re: [Rails] how to create gemsets using rvm

2012-07-02 Thread hanish jadala
Thank you ive tried in other system it worked but not on my system.ill remove all the version of ruby and ill try with rvm On Mon, Jul 2, 2012 at 6:58 PM, thiagocifani wrote: > I recommend you remove all your ruby version on your system, remove rvm > and begins from scratch. It is probabily some

Re: [Rails] how to create gemsets using rvm

2012-07-02 Thread Hassan Schroeder
On Mon, Jul 2, 2012 at 6:23 AM, hanish jadala wrote: > everything went fine other than installing the gems only. i get this > ERROR: While executing gem ... (Errno::EACCES) > Permission denied - /home/hanish/.gem/specs So? What *are* the perms on that directory? You've probably messed them

Re: [Rails] how to create gemsets using rvm

2012-07-02 Thread thiagocifani
I recommend you remove all your ruby version on your system, remove rvm and begins from scratch. It is probabily some permission problem, because you have a ruby version installed by default in your OS. I guess you are using linux, but if not I recommend do the same approach. Remove everything and

Re: [Rails] how to create gemsets using rvm

2012-07-02 Thread hanish jadala
updates: i followed this link http://screencasts.org/episodes/how-to-use-rvmeverything went fine other than installing the gems only. i get this ERROR: While executing gem ... (Errno::EACCES) Permission denied - /home/hanish/.gem/specs when go with sudo it works but the gem is installing in ro

Re: [Rails] how to create gemsets using rvm

2012-07-02 Thread hanish jadala
ive gone through rvm site only On Mon, Jul 2, 2012 at 6:18 PM, thiagocifani wrote: > Did you follow the rvm site tutorial? Ig not please try by there! > > Sent from my iPhone > > On 02/07/2012, at 09:40, honey ruby wrote: > > Hi all ive installed rvm 1.8.7 and 1.9.2 when i select rvm 1.8.7 and w

Re: [Rails] how to create gemsets using rvm

2012-07-02 Thread thiagocifani
Did you follow the rvm site tutorial? Ig not please try by there! Sent from my iPhone On 02/07/2012, at 09:40, honey ruby wrote: > Hi all ive installed rvm 1.8.7 and 1.9.2 when i select rvm 1.8.7 and when i > try to create a gem set and install gems it is not installing it is asking > from pe

[Rails] how to create gemsets using rvm

2012-07-02 Thread honey ruby
Hi all ive installed rvm 1.8.7 and 1.9.2 when i select rvm 1.8.7 and when i try to create a gem set and install gems it is not installing it is asking from permissions. if i use sudo to install gems and then when i type gem list i can't any gem . where did i go wrong . correct me Thanks in ad