Mitch VanDuyn

Results 234 comments of Mitch VanDuyn

At first glance it seems like the key line has been elided: https://github.com/ruby-hyperloop/hyper-mesh/blob/ebf661eecc592799b7723bb666c1d42d84551918/lib/reactive_record/active_record/reactive_record/isomorphic_base.rb#L420 We will have to re-enable that line and if it causes problems, find an intelligent solution. I...

I'm a little confused - is the gist all that is needed RIGHT NOW on current opal to get everything to work?

@janbiedermann so what we should do is put the gist into Hyperloop now wrapped with ```ruby if defined?(ActiveSupport::Concerns) the gist end ``` that way it will work out of the...

@frostmark you may, please do a PR - need help? Just ask.

Yes Indeed! This will be done when we transition to the new new Hyperstack architecture.

Okay lets explore having the hyperloop gem be a bit "smarter" such that if it does not detect active-record, it drops hyper-model, likewise for any other dependencies. I.e. it auto-adapts...

auto detect is no harder just do it...

thanks!