Hey guys. I got a project that is running on Rails 2.3.5 on ruby 1.8.6. I am used to working with rails 3.0 where, when I get the codebase, I use bundler to install my gems, as per declared in the gemfile. What was the predecessor to bundler? Is there a way to quickly set up my environment. And where is the gemfile.......all I see if a few gems listed in the environment.rb file? Any help would be greatly appreciated. Thank you! -- 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.
Hi,> What was the predecessor to bundler?The gems were declared in environment.rb like the ones you saw.> Is there a way to quickly set up my > environment. And where is the gemfile.......all I see if a few gems > listed in the environment.rb file? >I recommend you use bundler for Rails 2.3.x apps : http://gembundler.com/rails23.html Hope it helps. Alex -- 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.
Thanks Alex. So are you saying that previous to Rails 3, there was no command that would install all the gems needed? I have install them one by one? Bertly On Mar 28, 2:29 pm, Alexandre Friquet <alexandre.friq...-7A39yuGQHbbJDZsZoshWJA@public.gmane.org> wrote:> Hi, > > > What was the predecessor to bundler? > > The gems were declared in environment.rb like the ones you saw. > > > Is there a way to quickly set up my > > environment. And where is the gemfile.......all I see if a few gems > > listed in the environment.rb file? > > I recommend you use bundler for Rails 2.3.x apps :http://gembundler.com/rails23.html > > Hope it helps. > > Alex-- 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.
I believe the command you are looking for is rake gems:install jason On Mon, Mar 28, 2011 at 2:01 PM, bertly_the_coder <muchira-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks Alex. > > So are you saying that previous to Rails 3, there was no command that > would install all the gems needed? I have install them one by one? > > Bertly > > On Mar 28, 2:29 pm, Alexandre Friquet <alexandre.friq...-7A39yuGQHbbJDZsZoshWJA@public.gmane.org> > wrote: > > Hi, > > > > > What was the predecessor to bundler? > > > > The gems were declared in environment.rb like the ones you saw. > > > > > Is there a way to quickly set up my > > > environment. And where is the gemfile.......all I see if a few gems > > > listed in the environment.rb file? > > > > I recommend you use bundler for Rails 2.3.x apps : > http://gembundler.com/rails23.html > > > > Hope it helps. > > > > Alex > > -- > 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.
also: rake gems:install RAILS_ENV=development Trevor On Mon, Mar 28, 2011 at 3:43 PM, jason white <jasonwhitestl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I believe the command you are looking for is rake gems:install > > jason > > On Mon, Mar 28, 2011 at 2:01 PM, bertly_the_coder <muchira-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> Thanks Alex. >> >> So are you saying that previous to Rails 3, there was no command that >> would install all the gems needed? I have install them one by one? >> >> Bertly >> >> On Mar 28, 2:29 pm, Alexandre Friquet <alexandre.friq...-7A39yuGQHbbJDZsZoshWJA@public.gmane.org> >> wrote: >> > Hi, >> > >> > > What was the predecessor to bundler? >> > >> > The gems were declared in environment.rb like the ones you saw. >> > >> > > Is there a way to quickly set up my >> > > environment. And where is the gemfile.......all I see if a few gems >> > > listed in the environment.rb file? >> > >> > I recommend you use bundler for Rails 2.3.x apps >> > :http://gembundler.com/rails23.html >> > >> > Hope it helps. >> > >> > Alex >> >> -- >> 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. >-- 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.
Thank you sir! On Mar 28, 3:43 pm, jason white <jasonwhite...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I believe the command you are looking for is rake gems:install > > jason > > > > > > > > On Mon, Mar 28, 2011 at 2:01 PM, bertly_the_coder <much...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Thanks Alex. > > > So are you saying that previous to Rails 3, there was no command that > > would install all the gems needed? I have install them one by one? > > > Bertly > > > On Mar 28, 2:29 pm, Alexandre Friquet <alexandre.friq...-7A39yuGQHbbJDZsZoshWJA@public.gmane.org> > > wrote: > > > Hi, > > > > > What was the predecessor to bundler? > > > > The gems were declared in environment.rb like the ones you saw. > > > > > Is there a way to quickly set up my > > > > environment. And where is the gemfile.......all I see if a few gems > > > > listed in the environment.rb file? > > > > I recommend you use bundler for Rails 2.3.x apps : > >http://gembundler.com/rails23.html > > > > Hope it helps. > > > > Alex > > > -- > > 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.