Hello Experts, Is there way to disable DB connection to load rails, when i need i can connect manually? That too in production mode. Thanks, Bala --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Sat, Sep 27, 2008 at 2:32 PM, Bala <mbbala-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello Experts, > > Is there way to disable DB connection to load rails, when i need i can > connect manually? > That too in production mode.I''m not entirely sure what you mean by this. Could you elaborate more? Robby -- Robby Russell Chief Evangelist, Partner PLANET ARGON, LLC design // development // hosting http://www.planetargon.com/ http://www.robbyonrails.com/ aim: planetargon +1 503 445 2457 +1 877 55 ARGON [toll free] +1 815 642 4068 [fax] --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
By default all the adapters will load to connect with Rails initially, so i dont want to connect with any database when rails initialization. Just i want to load Home page without database connection. So that i can connect to any kind of db which i''ll provide by user input as db, username, password and host. Thanks, Bala 2008/9/28 Robby Russell <robby-/Lcn8Y7Ot69QmPsQ1CNsNQ@public.gmane.org>> > On Sat, Sep 27, 2008 at 2:32 PM, Bala <mbbala-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hello Experts, > > > > Is there way to disable DB connection to load rails, when i need i can > > connect manually? > > That too in production mode. > > > I''m not entirely sure what you mean by this. Could you elaborate more? > > Robby > > > -- > Robby Russell > Chief Evangelist, Partner > > PLANET ARGON, LLC > design // development // hosting > > http://www.planetargon.com/ > http://www.robbyonrails.com/ > aim: planetargon > > +1 503 445 2457 > +1 877 55 ARGON [toll free] > +1 815 642 4068 [fax] > > > >-- "Smile while you cry." "There are only two tragedies in life: one is not getting what one wants, and the other is getting it." --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---