Brian Morton

Results 57 comments of Brian Morton

I'll happily accept a pull request if you get it updated and working. If not, I'll take a look in the next few days.

What is the asset URL that you're getting and what's the URL that you're expecting?

Hmm, do you have any more output? What is the `sudo pghero run` part for?

Was there ever a conclusion on this? Does anyone run templar in a high-traffic environment right now?

Sorry, it looks like the changes would not be backwards compatible :( Thoughts on switching to this method or optionally using the attribute DSL? EDIT: Wrong again. I'm getting confused...

It looks like this change is still compatible with `attr_accessor`, but breaks `attr_reader` support for defining attributes. It looks like the Curator::Model constructor sets attributes through instance variables, while Virtus'...

Awesome. I'll get a pull request and some documentation pulled together and we can start looking at how this will come together. Thanks! Sent from my iPhone > On Jan...

Given this, how do people feel moving forward using Virtus by default? Should we wait for something more performant? Should we push attribute management like this outside the scope of...

Agreed. I like using Virtus as a default, but providing the tools to build your own models from the ground up to optimize or handle whatever is needed.