Hey everyone, I''m having an incredibly difficult time getting bundle to work properly on my production server. My production server setup: Ubuntu 10.04 Ruby 1.9.2p290 Rails 3.0.4 Passenger rvm 1.6.32 My Gemfile (relevant parts): gem ''linkedin'', :git => "https://github.com/renatosnrg/linkedin.git" Whenever I try to do "bundle install" I get this error: "https://github.com/renatosnrg/linkedin.git (at master) is not checked out. Please run `bundle install`" "bundle install" works perfectly on my development machine. Does anyone have any ideas? I have no clue how to fix this. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Aug 6, 12:59 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey everyone, > I''m having an incredibly difficult time getting bundle to work > properly on my production server. >Dumb question: is git installed (and is it a sufficiently recent version that it can work with https urls) ? Fred> My production server setup: > Ubuntu 10.04 > Ruby 1.9.2p290 > Rails 3.0.4 > Passenger > rvm 1.6.32 > > My Gemfile (relevant parts): > gem ''linkedin'', :git => "https://github.com/renatosnrg/linkedin.git" > > Whenever I try to do "bundle install" I get this error: > "https://github.com/renatosnrg/linkedin.git(at master) is not checked > out. Please run `bundle install`" > > "bundle install" works perfectly on my development machine. > > Does anyone have any ideas? I have no clue how to fix this.-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yep, it''s installed (I''ve used it on the server before). I''m not sure but I think this has something to do with RVM changing all of the application paths but I don''t really know how to diagnose this. On Aug 6, 4:33 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Aug 6, 12:59 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey everyone, > > I''m having an incredibly difficult time getting bundle to work > > properly on my production server. > > Dumb question: isgitinstalled (and is it a sufficiently recent > version that it can work with https urls) ? > > Fred > > > > > > > > > My production server setup: > > Ubuntu 10.04 > > Ruby 1.9.2p290 > > Rails 3.0.4 > > Passenger > > rvm 1.6.32 > > > My Gemfile (relevant parts): > >gem''linkedin'', :git=> "https://github.com/renatosnrg/linkedin.git" > > > Whenever I try to do "bundle install" I get this error: > > "https://github.com/renatosnrg/linkedin.git(atmaster) is not checked > > out. Please run `bundle install`" > > > "bundle install" works perfectly on my development machine. > > > Does anyone have any ideas? I have no clue how to fix this.-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Aug 7, 2:28 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yep, it''s installed (I''ve used it on the server before). I''m not sure > but I think this has something to do with RVM changing all of the > application paths but I don''t really know how to diagnose this. >Can you clone the repository in question from the command line? Fred> On Aug 6, 4:33 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > > > > > On Aug 6, 12:59 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey everyone, > > > I''m having an incredibly difficult time getting bundle to work > > > properly on my production server. > > > Dumb question: isgitinstalled (and is it a sufficiently recent > > version that it can work with https urls) ? > > > Fred > > > > My production server setup: > > > Ubuntu 10.04 > > > Ruby 1.9.2p290 > > > Rails 3.0.4 > > > Passenger > > > rvm 1.6.32 > > > > My Gemfile (relevant parts): > > >gem''linkedin'', :git=> "https://github.com/renatosnrg/linkedin.git" > > > > Whenever I try to do "bundle install" I get this error: > > > "https://github.com/renatosnrg/linkedin.git(atmaster) is not checked > > > out. Please run `bundle install`" > > > > "bundle install" works perfectly on my development machine. > > > > Does anyone have any ideas? I have no clue how to fix this.-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sun, Aug 7, 2011 at 2:11 AM, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On Aug 7, 2:28 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Yep, it''s installed (I''ve used it on the server before). I''m not sure > > but I think this has something to do with RVM changing all of the > > application paths but I don''t really know how to diagnose this. > > > Can you clone the repository in question from the command line? > > Fred >Jimmy, Fred makes a very good point. Please verify that the following works where you''re trying to execute `bundle install`: git clone https://github.com/renatosnrg/linkedin.git The above worked for me without any issues and I''m using rvm as well. -Conrad> > On Aug 6, 4:33 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > > > > > > > > > > > > > > > > On Aug 6, 12:59 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey > everyone, > > > > I''m having an incredibly difficult time getting bundle to work > > > > properly on my production server. > > > > > Dumb question: isgitinstalled (and is it a sufficiently recent > > > version that it can work with https urls) ? > > > > > Fred > > > > > > My production server setup: > > > > Ubuntu 10.04 > > > > Ruby 1.9.2p290 > > > > Rails 3.0.4 > > > > Passenger > > > > rvm 1.6.32 > > > > > > My Gemfile (relevant parts): > > > >gem''linkedin'', :git=> "https://github.com/renatosnrg/linkedin.git" > > > > > > Whenever I try to do "bundle install" I get this error: > > > > "https://github.com/renatosnrg/linkedin.git(atmaster) is not checked > > > > out. Please run `bundle install`" > > > > > > "bundle install" works perfectly on my development machine. > > > > > > Does anyone have any ideas? I have no clue how to fix this. > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I just checked and "git clone https://github.com/renatosnrg/linkedin.git" worked in the directory I''m trying to run "bundle install" in. On Aug 7, 6:02 am, Conrad Taylor <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sun, Aug 7, 2011 at 2:11 AM, Frederick Cheung <frederick.che...@gmail.com > > > wrote: > > > On Aug 7, 2:28 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Yep, it''s installed (I''ve used it on the server before). I''m not sure > > > but I think this has something to do with RVM changing all of the > > > application paths but I don''t really know how to diagnose this. > > > Can you clone the repository in question from the command line? > > > Fred > > Jimmy, Fred makes a very good point. Please verify that the following > works where you''re trying to execute `bundle install`: > > git clonehttps://github.com/renatosnrg/linkedin.git > > The above worked for me without any issues and I''m using rvm as well. > > -Conrad > > > > > > > > > > On Aug 6, 4:33 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote: > > > > > On Aug 6, 12:59 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey > > everyone, > > > > > I''m having an incredibly difficult time getting bundle to work > > > > > properly on my production server. > > > > > Dumb question: isgitinstalled (and is it a sufficiently recent > > > > version that it can work with https urls) ? > > > > > Fred > > > > > > My production server setup: > > > > > Ubuntu 10.04 > > > > > Ruby 1.9.2p290 > > > > > Rails 3.0.4 > > > > > Passenger > > > > > rvm 1.6.32 > > > > > > My Gemfile (relevant parts): > > > > >gem''linkedin'', :git=> "https://github.com/renatosnrg/linkedin.git" > > > > > > Whenever I try to do "bundle install" I get this error: > > > > > "https://github.com/renatosnrg/linkedin.git(atmaster) is not checked > > > > > out. Please run `bundle install`" > > > > > > "bundle install" works perfectly on my development machine. > > > > > > Does anyone have any ideas? I have no clue how to fix this. > > > -- > > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en.-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Well I couldn''t figure it out so I eventually just ended up cloning the gem to my vendor folder and including it that way. On Aug 7, 12:33 pm, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I just checked and "git clonehttps://github.com/renatosnrg/linkedin.git" > worked in the directory I''m trying to run "bundle install" in. > > On Aug 7, 6:02 am, Conrad Taylor <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > On Sun, Aug 7, 2011 at 2:11 AM, Frederick Cheung <frederick.che...@gmail.com > > > > wrote: > > > > On Aug 7, 2:28 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Yep, it''s installed (I''ve used it on the server before). I''m not sure > > > > but I think this has something to do with RVM changing all of the > > > > application paths but I don''t really know how to diagnose this. > > > > Can you clone the repository in question from the command line? > > > > Fred > > > Jimmy, Fred makes a very good point. Please verify that the following > > works where you''re trying to execute `bundle install`: > > > git clonehttps://github.com/renatosnrg/linkedin.git > > > The above worked for me without any issues and I''m using rvm as well. > > > -Conrad > > > > > On Aug 6, 4:33 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > wrote: > > > > > > On Aug 6, 12:59 am, jjb123 <jimmyblanch...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey > > > everyone, > > > > > > I''m having an incredibly difficult time getting bundle to work > > > > > > properly on my production server. > > > > > > Dumb question: isgitinstalled (and is it a sufficiently recent > > > > > version that it can work with https urls) ? > > > > > > Fred > > > > > > > My production server setup: > > > > > > Ubuntu 10.04 > > > > > > Ruby 1.9.2p290 > > > > > > Rails 3.0.4 > > > > > > Passenger > > > > > > rvm 1.6.32 > > > > > > > My Gemfile (relevant parts): > > > > > >gem''linkedin'', :git=> "https://github.com/renatosnrg/linkedin.git" > > > > > > > Whenever I try to do "bundle install" I get this error: > > > > > > "https://github.com/renatosnrg/linkedin.git(atmaster) is not checked > > > > > > out. Please run `bundle install`" > > > > > > > "bundle install" works perfectly on my development machine. > > > > > > > Does anyone have any ideas? I have no clue how to fix this. > > > > -- > > > 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 rubyonrails-talk-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en.-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.