jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.

Home Page:http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development guide

illegalnumbers opened this issue · comments

How exactly does the spec/dummy/config/database.yml file get used when running database migrations? It's not present in the config/ directory at all but when I run rake db:setup or create/migrate it seems to use the configuration that is listed in there. It might be prescient to have a contributing or developer guide to avoid initial confusion like this.

Not actually needed, this follows the Rails engine conventions. I just wasn't that experienced with doing engine development rather than full Rails applications.