Tag - mysql

Deploying Rails to Centos 5 : Ruby, Gems & Rails

Coding

Hi there, if you have been following this series you would roughly know that I am trying to setup a remote Centos server to house my rails apps. After installing Apache, mySQL and Git, we are now ready…

Deploying Rails to Centos 5 : mySQL

Coding

Hello, this is part two of the series! If you have played with Rails before, you would know that the default database is SQLite. That is fine for development, for production having mySQL is better for handling more…