Peter
2010-Mar-24 20:15 UTC
dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
I''m doing a series of ruby on rails tutorials and it got to a part where i need to edit the following files that should be automatically inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I have none of these inside my public folder. Is there a reason for this? And how can i change it so they are back The only files in my public folder at present are 404.html 500.html 422.html images javascripts stylesheets favicon.ico index.html robots.txt -- 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.
Peter
2010-Mar-24 20:17 UTC
dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
I''m doing a series of ruby on rails tutorials and it got to a part where i need to edit the following files that should be automatically inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I have none of these inside my public folder. Is there a reason for this? And how can i change it so they are back The only files in my public folder at present are 404.html 500.html 422.html images javascripts stylesheets favicon.ico index.html robots.txt -- 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.
Lasse Bunk
2010-Mar-24 20:23 UTC
Re: dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
Check out http://www.anchor.com.au/hosting/dedicated/Running-Rails-2.3-Using-CGI-with-Rackunder "The Meat". /Lasse 2010/3/24 Peter <Peterorpete-BUHhN+a2lJ4@public.gmane.org>> I''m doing a series of ruby on rails tutorials and it got to a part > where i need to edit the following files that should be automatically > inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I > have none of these inside my public folder. Is there a reason for > this? And how can i change it so they are back > > The only files in my public folder at present are > > 404.html 500.html 422.html images javascripts stylesheets favicon.ico > index.html robots.txt > > -- > 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.
Lasse Bunk
2010-Mar-24 20:25 UTC
Re: dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
Or you could use mod_rails <http://www.modrails.com/> (Passenger) instead. /Lasse 2010/3/24 Lasse Bunk <lassebunk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> Check out > http://www.anchor.com.au/hosting/dedicated/Running-Rails-2.3-Using-CGI-with-Rackunder "The Meat". > > /Lasse > > 2010/3/24 Peter <Peterorpete-BUHhN+a2lJ4@public.gmane.org> > > I''m doing a series of ruby on rails tutorials and it got to a part >> where i need to edit the following files that should be automatically >> inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I >> have none of these inside my public folder. Is there a reason for >> this? And how can i change it so they are back >> >> The only files in my public folder at present are >> >> 404.html 500.html 422.html images javascripts stylesheets favicon.ico >> index.html robots.txt >> >> -- >> 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.
Peter Simmons
2010-Mar-24 20:30 UTC
Re: dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
thank you, so they aren''t meant to be there nowadays, I originally thought i had done something wrong, i can move on now, cheers On 24 Mar 2010, at 20:25, Lasse Bunk wrote:> Or you could use mod_rails (Passenger) instead. > > /Lasse > > 2010/3/24 Lasse Bunk <lassebunk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > Check out http://www.anchor.com.au/hosting/dedicated/Running-Rails-2.3-Using-CGI-with-Rack under "The Meat". > > /Lasse > > 2010/3/24 Peter <Peterorpete-BUHhN+a2lJ4@public.gmane.org> > > I''m doing a series of ruby on rails tutorials and it got to a part > where i need to edit the following files that should be automatically > inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I > have none of these inside my public folder. Is there a reason for > this? And how can i change it so they are back > > The only files in my public folder at present are > > 404.html 500.html 422.html images javascripts stylesheets favicon.ico > index.html robots.txt > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Lasse Bunk
2010-Mar-24 20:55 UTC
Re: dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
Glad you found out :) /Lasse 2010/3/24 Peter Simmons <peterorpete-BUHhN+a2lJ4@public.gmane.org>> thank you, so they aren''t meant to be there nowadays, I originally thought > i had done something wrong, i can move on now, cheers > On 24 Mar 2010, at 20:25, Lasse Bunk wrote: > > Or you could use mod_rails <http://www.modrails.com/> (Passenger) instead. > > /Lasse > > 2010/3/24 Lasse Bunk <lassebunk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > >> Check out >> http://www.anchor.com.au/hosting/dedicated/Running-Rails-2.3-Using-CGI-with-Rackunder "The Meat". >> >> /Lasse >> >> 2010/3/24 Peter <Peterorpete-BUHhN+a2lJ4@public.gmane.org> >> >> I''m doing a series of ruby on rails tutorials and it got to a part >>> where i need to edit the following files that should be automatically >>> inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I >>> have none of these inside my public folder. Is there a reason for >>> this? And how can i change it so they are back >>> >>> The only files in my public folder at present are >>> >>> 404.html 500.html 422.html images javascripts stylesheets favicon.ico >>> index.html robots.txt >>> >>> -- >>> 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 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.
Mario Sergio Coelho Marroquim
2010-Mar-25 03:06 UTC
Re: dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
Yeah no need to use them. Install Passenger and have fun! 2010/3/24 Lasse Bunk <lassebunk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> Glad you found out :) > > /Lasse > > 2010/3/24 Peter Simmons <peterorpete-BUHhN+a2lJ4@public.gmane.org> > > thank you, so they aren''t meant to be there nowadays, I originally thought >> i had done something wrong, i can move on now, cheers >> On 24 Mar 2010, at 20:25, Lasse Bunk wrote: >> >> Or you could use mod_rails <http://www.modrails.com/> (Passenger) >> instead. >> >> /Lasse >> >> 2010/3/24 Lasse Bunk <lassebunk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> >>> Check out >>> http://www.anchor.com.au/hosting/dedicated/Running-Rails-2.3-Using-CGI-with-Rackunder "The Meat". >>> >>> /Lasse >>> >>> 2010/3/24 Peter <Peterorpete-BUHhN+a2lJ4@public.gmane.org> >>> >>> I''m doing a series of ruby on rails tutorials and it got to a part >>>> where i need to edit the following files that should be automatically >>>> inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I >>>> have none of these inside my public folder. Is there a reason for >>>> this? And how can i change it so they are back >>>> >>>> The only files in my public folder at present are >>>> >>>> 404.html 500.html 422.html images javascripts stylesheets favicon.ico >>>> index.html robots.txt >>>> >>>> -- >>>> 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<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 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. >-- Mário Sérgio Coelho Marroquim http://blogdomario.wordpress.com http://www.muraldeideias.com.br http://www.credishop.com.br -- 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.