Tag Archive for 'datamapper'

DataMapper Move Over For This Project Please

Having used DataMapper for a while now on this project, I’m starting to see the complexity I’ve created. By using MySQL for storing the data required in a relational format, it is taking too long to update the data (the admin back end hasn’t been completed yet).
Continue reading ‘DataMapper Move Over For This Project Please’

DataMapper and BigDecimal - validation

I just spent two hours stuffing around because dm-validations said my BigDecimal wasn’t valid due to it not being a number. Continue reading ‘DataMapper and BigDecimal - validation’