Peter Ehrlich

Results 40 comments of Peter Ehrlich

I've wondered this as well. Or is it intentionally so, to prevent complex templating?

As I use Eco, I'm getting a little bit torn on this, actually. I think it would encourage cluttery awful views, which would be bad, and my templates have actually...

I'm getting the same error -- rails 3.2.7: ``` irb > u = User.new (Object doesn't support #inspect) => > u.save => false > u.save! NoMethodError: undefined method `fail_validate!' for...

So the only mention of `fail_validate!` which I can find on the web is here: https://github.com/mongoid/mongoid/blob/master/lib/mongoid/persistence.rb#L308 Why would Architect4r be expecting a mongoid method?

great! I'll stay tuned. I did get some amount of conversion work done yesterday, so I may publish if it proves functional later. Thanks for a fantastic library~

experiencing the same issue on rails 3.1rc4. Thanks for the writeup..!

Ah, good to know! It would seem good to not include JARs in this gem at all? Is there a way?

Found an example of this, here: https://developer.leapmotion.com/gallery/vr-quickstart However, still leaving this issue open. Although that example does indeed work, it is possible or perhaps even easy to introduce a frame...

cross reference: https://github.com/leapmotion/leapjs/issues/191