Rails and Databases
You’ll first need to create your database in whatever fashion you normally work with your RDBMS…
One rails convention that is commonly used is to separate the words in your database name with underscores.
The content of the table also plays an important part in what it is named. So if we are going [...]