running ruby on rails in a production environment

| | Comments (1) | TrackBacks (0)

Real Lessons for Rails Deployment
checklist with ample explanation of how to go live with a production instance of your rails project!

Don't even consider running your Rails app in CGI mode. Even in production mode. That crisp feel won't be there. You're app will feel slow. Even worse, it will be slow. Just skip that part. You might as well delete dispatch.cgi out of your Rails directory and not even futz with it.

0 TrackBacks

Listed below are links to blogs that reference this entry: running ruby on rails in a production environment.

TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/1617

1 Comments

mgreenly said:

It for sure isn't usable for a production site but it works very nicely for development. I keep Apache running with a symbolic link in my root directory. Simply point the link at which every project I'm working on. It saves me the trouble of always running script/server. Using cgi in this setup eliminates any caching issues so editing files like config/environment.rb don't require an apache restart like fast-cgi would.

About this Entry

This page contains a single entry by klsh published on December 27, 2005 9:49 AM.

object oriented framework for machine learning written in Python was the previous entry in this blog.

video encoder for linux: MEncoder GUI frontend is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.