starterkits/rails4-starterkit

How do you use this with mongodb?

Closed this issue · 1 comments

Description says it is compatible with mysql n mongodb. Does it mean we can directly used it with other dbs as well.

Yes. The starter kit is just using the common Rails db gems that support different databases. MongoDB will require a bit of modification per application.