[Rails] mysql on different server than rails application

2013-04-27 Thread John Merlino
There's a common problem when you run bundle install and it tries to install the msql2 gem but fails when mysql itself is not installed on the machine. What if you have mysql installed on a different machine (because you don't want your web application which is accessible to the public and your

Re: [Rails] mysql on different server than rails application

2013-04-27 Thread Walter Lee Davis
On Apr 27, 2013, at 2:31 PM, John Merlino wrote: There's a common problem when you run bundle install and it tries to install the msql2 gem but fails when mysql itself is not installed on the machine. What if you have mysql installed on a different machine (because you don't want your web