datamappify icon indicating copy to clipboard operation
datamappify copied to clipboard

Compose, decouple and manage domain logic and data persistence separately. Works particularly great for composing form objects!

Results 3 datamappify issues
Sort by recently updated
recently updated
newest added

Hi again @fredwu I'm trying to using the `Datamappify::Lazy` feature. However, once I start including it, things like saving break. Instead of trying to explain it in the abstract, I've...

It would be nice with support for [her](https://github.com/remiprev/her). It should be fairly similar to ActiveRecord implementation.

Feature

Right now once an entity is saved, you have to reload it to populate the timestamps: ``` ruby user = User.new(name: 'test') UserRepository.save(user) user.created_at #=> nil UserRepository.find(user.id).created_at #=> 2013-07-13 21:17:35...

Feature