Paul Gross

Results 27 comments of Paul Gross

No, but that would be a cool feature if you wanted to add it.

https://github.com/ifesdjeen/entrepot looks very interesting. There is definitely a lot of overlap with Curator. We haven't needed explicit relationship support yet, but we're not against adding it. Right now, we do...

I think I prefer #2: have the repository assume that created_at/updated_at always come back from the data store as Time objects.

I think it makes sense to bump the minimum. Do you want to submit a pull request for the change?

In general, instances are better than static/class methods. We did change the data stores to be instances and may want to do it for the Repositories as well in the...

One of the goals of curator is a good separation of layers in your application. Your code interacts with the repositories, but shouldn't care how the data is actually persisted....

Is this still a problem?