RoR has been hyped--and rightly so--as hitting the sweet spot for greenfield development. That is, when you're starting a fresh project, and can commit to configuring everything--from web server to database schema to deployment strategy--to Rails' liking. True enough. But many of us are not working with a blank slate. We have to deal with existing servers and databases. New projects need to be integrated into existing websites and interop with legacy systems. What then? Is Rails still a good choice?
To explore this question, I'm going to recount some of the strategies I've used in deploying Rails applications into an existing website.
First, some caveats:
I'll use this post as the table of contents, and update it as I add new entries.
Table of Contents:
Posted by Karl
September 10, 2006 09:31 PM