whiteboard-gem / whiteboard

The intellectually satisfying way to start new Rails apps.
MIT License
12 stars 0 forks source link

Add support for MongoDB #7

Open nbashaw opened 10 years ago

nbashaw commented 10 years ago

Right now the database option just uses rails' default options, which are mysql/oracle/postgresql/sqlite3/frontbase/ibm_db/sqlserver/jdbcmysql/jdbcsqlite3/ jdbcpostgresql/jdbc.

That list doesn't include MongoDB. It would be cool if you could use that instead. Maybe also include support for Mongoid or MongoMapper instead of ActiveRecord.

lachlanjc commented 9 years ago

I think this a feature we can deprioritize. Getting everything working and super fast is more important IMO.