Ruby on Rails just de-railed
I’m having a hell of a time to get Rails working properly.
Rails requires a database if you plan on doing any really interactive sites, so to kill all the birds with one stone, I installed WAMP, which is a fully integrated distribution of Apache, PHP, MySQL, and some administration tools. Its convenient if you need a quick testing server up and running and don’t want to waste time setting up a bunch of infrastructure.
So, installing the server and ruby is easy - they’re both oneclick installs. Its getting them to work *together* that’s the issue.
Apache doesn’t automatically understand Ruby, and Ruby doesn’t automatically want to use Apache, so there’s a bunch of config files and settings that need to be changed. Having done that, and getting to the happy “Now you’re on Rails!” welcome page (which means server<->Ruby communications are up and running) I try to build an application.
Now, I’m met with all sorts of error messages and missing plug in warnings. And this is the 3rd time I’ve completely un-installed and re-installed the setup. Just short of re-installing windows too, just to be sure. CRAZY!
Is this stupid language worth it? It doesn’t help I can’t find any good tutorials or resources either.