Ruby on Rails Headaches
So, I managed to create a nice web-app in RoR in very little lines of code, and it even has user login! Now the real problem that I encountered is this: how do you deploy a simple web-app with RoR? I mean, I don’t want to put the code on SVN and then use some advanced system like Capistrano to deploy my app to 5 servers. I just have a Mac Mini with integrated Apache and 4 users that will use the product. How do I do a SIMPLE deployment?
It is just weird that an app that is so meant for developers with deadlines, it is very badly documented on how to do a simple deployment!