Hi, I am reading docs to understand how to deploy with Capistrano my ROR webapps. In guides.rubyonrails.org/2_3_release_notes.html is written: "If you’re one of the (fairly rare) Rails developers who deploys in a fashion that depends on the inspector, reaper, and spawner scripts, you’ll need to know that those scripts are no longer included in core Rails. If you need them, you’ll be able to pick up copies via the irs_process_scripts plugin." What do the "not fairly rare users" use to deploy without irs_process_scripts (deprecated) plugin ? thank you, Alessandro DS -- Posted via ruby-forum.com. --0015174c3ff2f59fb1047ce1c208 Content-Type: text/plain; charset=ISO-8859-1 -- 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 groups.google.com/group/rubyonrails-talk?hl=en. --0015174c3ff2f59fb1047ce1c208--
Marnen Laibow-Koser
2010-Jan-12 02:54 UTC
Re: Capistrano deploy without irs_process_scripts
Ale Ds wrote:> Hi, > I am reading docs to understand how to deploy with Capistrano my ROR > webapps. > > In guides.rubyonrails.org/2_3_release_notes.html is written: > "If you’re one of the (fairly rare) Rails developers who deploys in a > fashion that depends on the inspector, reaper, and spawner scripts, > you’ll need to know that those scripts are no longer included in core > Rails. If you need them, you’ll be able to pick up copies via the > irs_process_scripts plugin." > > What do the "not fairly rare users" use to deploy without > irs_process_scripts (deprecated) plugin ?Passenger?> > thank you, > Alessandro DSBest, -- Marnen Laibow-Koser marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via ruby-forum.com. --00032555412a2f3bab047ceec625 Content-Type: text/plain; charset=ISO-8859-1 -- 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 groups.google.com/group/rubyonrails-talk?hl=en. --00032555412a2f3bab047ceec625--
Marnen Laibow-Koser wrote:> Passenger?No I am not using Passenger but Apache+Mongrel, in this case have I to use irs_process_scripts ? or maybe is there other way ? Alessandro DS -- Posted via ruby-forum.com. -- 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 groups.google.com/group/rubyonrails-talk?hl=en.
On Jan 12, 8:50 am, Ale Ds <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Marnen Laibow-Koser wrote: > > Passenger? > > No I am not using Passenger but Apache+Mongrel, > in this case have I to use irs_process_scripts ? > or maybe is there other way ?We''ve got monit stopping/starting mongrels. Fred -- 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 groups.google.com/group/rubyonrails-talk?hl=en.