[Rails] You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3.

2013-05-18 Thread John Merlino
I'm careful to create separate gemsets for each project, so when I run bundle install, it only installs gems for that gemset. This way gems dont creep into the wrong projects. Now I just pulled a project from github. I made sure I was in the correct gemset, and then I run bundle install and it

Re: [Rails] You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3.

2013-05-18 Thread Walter Lee Davis
On May 18, 2013, at 1:19 PM, John Merlino wrote: I'm careful to create separate gemsets for each project, so when I run bundle install, it only installs gems for that gemset. This way gems dont creep into the wrong projects. Now I just pulled a project from github. I made sure I was in the

Re: [Rails] You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3.

2013-05-18 Thread Emil S
I guess you have installed rake in your `global` gemset for the ruby version you are using. Go outside the project and run `rvm use ruby version@global` and then `gem list`. If you see rake in the list, that means you have it in the global gemset. No matter which gemset you use with the ruby

Re: [Rails] You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3.

2013-05-18 Thread Dheeraj Kumar
Bundler is present in the global gemset. What I usually do is rvm gemset use @global and then do a gem uninstall bundler On May 18, 2013 10:51 PM, John Merlino stoici...@aol.com wrote: I'm careful to create separate gemsets for each project, so when I run bundle install, it only installs gems

[Rails] Re: [JOBS] Opportunity with a product firm for Ruby Developers - Pramati Technologies ( For Chennai

2013-05-18 Thread sindhuja j.
Hi Sir/Mam, I am a Ruby on Rails developer with 1+ years of experience. I have attached my resume for your kind perusal. With Regards, Sindhuja J Attachments: http://www.ruby-forum.com/attachment/8431/resume-sindhu-exp.doc -- Posted via http://www.ruby-forum.com/. -- You received