peter
March 24, 2010, 9:18pm
1
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
peter
March 24, 2010, 9:24pm
2
peter
March 24, 2010, 9:26pm
3
Or you could use mod_rails http://www.modrails.com/ (Passenger)
instead.
/Lasse
2010/3/24 Lasse B. [email protected]
peter
March 24, 2010, 9:57pm
4
Glad you found out
/Lasse
2010/3/24 Peter S. [email protected]
peter
March 25, 2010, 4:07am
5
Yeah no need to use them. Install Passenger and have fun!
2010/3/24 Lasse B. [email protected]
Or you could use mod_rails http://www.modrails.com/ (Passenger)
404.html 500.html 422.html images javascripts stylesheets favicon.ico
http://groups.google.com/group/rubyonrails-talk?hl=en .
For more options, visit this group at
For more options, visit this group at
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en .
–
Mário Sérgio Coelho Marroquim
http://www.muraldeideias.com.br
peter
March 24, 2010, 9:31pm
6
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