Hello list! I''m trying to get gem bundler up and running for a Rails app, but without any success. I''ve followed the guide from Yakuda, but gem bundler is not creating the structure of dir and files I''m expecting. For me, after I run "gem bundle", it is creating a vendor/bundler_gems/ruby/1.8/[cache],[doc],... and *no environment.rb on vendor/bundler_gems whatsoever*. I have ruby-gems 1.3.5, and just clones and installed gem bundler from the git repo. Could anyone enlighten-me here? Thanks in advance, Marcelo. -- 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 Sun, Jan 17, 2010 at 11:13 PM, Marcelo de Moraes Serpa < celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello list! > > I''m trying to get gem bundler up and running for a Rails app, but without > any success. > > I''ve followed the guide from Yakuda, but gem bundler is not creating the > structure of dir and files I''m expecting. For me, after I run "gem bundle", > it is creating a vendor/bundler_gems/ruby/1.8/[cache],[doc],... and *no > environment.rb on vendor/bundler_gems whatsoever*. > > I have ruby-gems 1.3.5, and just clones and installed gem bundler from the > git repo. > > Could anyone enlighten-me here? > > Thanks in advance, > > Marcelo. > > >Without the version of Rails, Ruby, and OS, it''s difficult to diagnose this problem? -Conrad> -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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.
Marcelo de Moraes Serpa
2010-Jan-18 18:22 UTC
Re: Gem bundler not creating the environemnt.rb
Rails 2.3.2, Mac OSX Snow Leopard, Ruby 1.8.6. Sorry about that. On Mon, Jan 18, 2010 at 3:05 AM, Conrad Taylor <conradwt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sun, Jan 17, 2010 at 11:13 PM, Marcelo de Moraes Serpa < > celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hello list! >> >> I''m trying to get gem bundler up and running for a Rails app, but without >> any success. >> >> I''ve followed the guide from Yakuda, but gem bundler is not creating the >> structure of dir and files I''m expecting. For me, after I run "gem bundle", >> it is creating a vendor/bundler_gems/ruby/1.8/[cache],[doc],... and *no >> environment.rb on vendor/bundler_gems whatsoever*. >> >> I have ruby-gems 1.3.5, and just clones and installed gem bundler from the >> git repo. >> >> Could anyone enlighten-me here? >> >> Thanks in advance, >> >> Marcelo. >> >> >> > Without the version of Rails, Ruby, and OS, it''s difficult to diagnose this > problem? > > -Conrad > > >> -- >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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.
You may find http://gemcutter.org/ to be of assistance with the gemcutter gem. On Sun, Jan 17, 2010 at 11:13 PM, Marcelo de Moraes Serpa < celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello list! > > I''m trying to get gem bundler up and running for a Rails app, but without > any success. > > I''ve followed the guide from Yakuda, but gem bundler is not creating the > structure of dir and files I''m expecting. For me, after I run "gem bundle", > it is creating a vendor/bundler_gems/ruby/1.8/[cache],[doc],... and *no > environment.rb on vendor/bundler_gems whatsoever*. > > I have ruby-gems 1.3.5, and just clones and installed gem bundler from the > git repo. > > Could anyone enlighten-me here? > > Thanks in advance, > > Marcelo. > > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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.
Marcelo de Moraes Serpa
2010-Jan-19 16:59 UTC
Re: Gem bundler not creating the environemnt.rb
What? What does gemcutter has to do with this issue? I''m sorry, don''t mean to be rude, I know gemcuttern can be used in conjuction with gem bundler. But my issue is a totally different subject. Marcelo. On Mon, Jan 18, 2010 at 12:52 PM, Curtis Schofield < curtis.schofield-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> You may find http://gemcutter.org/ > > to be of assistance with the gemcutter gem. > > > On Sun, Jan 17, 2010 at 11:13 PM, Marcelo de Moraes Serpa < > celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hello list! >> >> I''m trying to get gem bundler up and running for a Rails app, but without >> any success. >> >> I''ve followed the guide from Yakuda, but gem bundler is not creating the >> structure of dir and files I''m expecting. For me, after I run "gem bundle", >> it is creating a vendor/bundler_gems/ruby/1.8/[cache],[doc],... and *no >> environment.rb on vendor/bundler_gems whatsoever*. >> >> I have ruby-gems 1.3.5, and just clones and installed gem bundler from the >> git repo. >> >> Could anyone enlighten-me here? >> >> Thanks in advance, >> >> Marcelo. >> >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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.
Can you tell us what version of the bundler gem you''re using? Also, is there a particular reason that you''re using Ruby 1.8.6 being that the system default is Ruby 1.8.7? Lastly, please provide the Gemfile and the link to the guide that you followed? Thanks, -Conrad On Mon, Jan 18, 2010 at 10:22 AM, Marcelo de Moraes Serpa < celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Rails 2.3.2, Mac OSX Snow Leopard, Ruby 1.8.6. Sorry about that. > > > On Mon, Jan 18, 2010 at 3:05 AM, Conrad Taylor <conradwt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> On Sun, Jan 17, 2010 at 11:13 PM, Marcelo de Moraes Serpa < >> celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> Hello list! >>> >>> I''m trying to get gem bundler up and running for a Rails app, but without >>> any success. >>> >>> I''ve followed the guide from Yakuda, but gem bundler is not creating the >>> structure of dir and files I''m expecting. For me, after I run "gem bundle", >>> it is creating a vendor/bundler_gems/ruby/1.8/[cache],[doc],... and *no >>> environment.rb on vendor/bundler_gems whatsoever*. >>> >>> I have ruby-gems 1.3.5, and just clones and installed gem bundler from >>> the git repo. >>> >>> Could anyone enlighten-me here? >>> >>> Thanks in advance, >>> >>> Marcelo. >>> >>> >>> >> Without the version of Rails, Ruby, and OS, it''s difficult to diagnose >> this problem? >> >> -Conrad >> >> >>> -- >>> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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.