[Rails] where exactly are gems?

2013-04-27 Thread John Merlino
when you add a gem to the Gemfile and then run bundle install, where does the command look for the gem? If you had gem 'rails', :git = 'github.com/rails/rails.git, I assume it would update your system .rvm gems directory with the latest github commits. But what is the default repository that

Re: [Rails] where exactly are gems?

2013-04-27 Thread Walter Lee Davis
On Apr 27, 2013, at 12:19 PM, John Merlino wrote: when you add a gem to the Gemfile and then run bundle install, where does the command look for the gem? If you had gem 'rails', :git = 'github.com/rails/rails.git, I assume it would update your system .rvm gems directory with the latest

Re: [Rails] where exactly are gems?

2013-04-27 Thread Leoncio Caminha
Rubygems .org is a default gem source with u dont specify i guess Sent from my iPad On 27/04/2013, at 13:19, John Merlino stoici...@aol.com wrote: when you add a gem to the Gemfile and then run bundle install, where does the command look for the gem? If you had gem 'rails', :git =