how get validation messages from mangomapper using rails console ?
- by Alex
Hi,
I am basically teaching myself how to use RoR and MongoDB at the same time.
I am following the very good book / tutorial : http://railstutorial.org/
I decided to replace Sqlite3 by MongoDB using the mongomapper gem.
Everything works out about alright, but I am having some non-blocking little issues that I truly wish I could get rid of.
In…