icelab / dry-web-skeleton

Application prototype for Ruby web apps using ROM and Roda
MIT License
41 stars 7 forks source link

Add in task to load a DB structure from db/structure.sql #67

Open dNitza opened 7 years ago

dNitza commented 7 years ago

This PR adds a rake task to load in a database' structure via rake db:structure:load.

At the moment it's set to fail if RACK["env"] == "production"

This should address #1