Don’t get me wrong, I still love EE and CI! But I’ve been dabbling in ruby lately and I’m really impressed by the way the language works… In a nutshell… It kicks PHP’s but 😉 So, of course I decided to check out the frameworks that works with it… Ruby on Rails…
So, I installed RoR and got it working fine with its included Mongrel server… But I’d like to be able to run it through MAMP so I can serve the RoR apps via virtual host + DynDNS URLs… I just love MAMP Pro “3 click virtual server” ease of use and I’d like to incorporate RoR to my current MAMP workflow. I successfully got RoR to talk to MAMP’s MySQL but I just don’t know enough about Apache in order to set it up so that it is a proxy to the Mongrel server… From what I read online, MAMP version of Apache might be missing some modules in order to achieve that, but I’m not entirely sure…
Anyone managed to get this setup working?
Thanks! 😊