RVM + Rails 3 + nginx + Phusion Passenger
Recently, I have been dabbling in the Ruby/Rails world for the first time, and as a newcomer there’s lots of new information from many different sources that I thought I would put together for other newbies. After much research and head scratching this is the Rails stack that I’ve come up with, minus the database, that will be next. I am hopeful this setup will be a rock solid solution, and from what I’ve Googled around it at least appears to consist of proven frameworks and technologies.
Read it here: RVM + Rails 3 + nginx + Phusion Passenger
Comments
Hi- I created an account after I posted this…would it be possible to link this post to my user account which is ‘russpitre’. I apologize for the mishap. Thanks!
Frankly, I’m fine that it doesn’t include a database, because I always use a separate database server anyway. I just connect my rails application server to the mysql server that is shared with all our other applications.
Post a comment