Hi,
I already have the wamp server (Apache & php w/ mysql) installed and want to use Ruby on Rails (RoR) with it. I installed everything fine (Ruby, Rubygems, Rails), but how do I get RoR to use the Apache server instead of starting the Webrick server that installed with it?
Also, is there any benefit to using sqlite over mysql in development since deployment will be using a mysql db? Seems like I'd have to go through a lot of trouble to migrate, so I should just develop in mysql. Correct?
Thanks!
Start Free Trial