Jacek Grzybowski
Jacek Grzybowski
@davideghz as the author stated, this way you're going to put all posts into cache, and u might have milions of them, so that's not a good solution.
@ajcarpenter thanks, your solution works great :+1: BTW, `$graph = $newGraph;` was not needed in my case.
happens to me as well (v 1.3.6)
+1 for rails initializer idea
could the maintainer of this package speak his mind about this?
@dblock thanks for a quick response. Content-type is JSON. ```ruby module API class Base < Grape::API prefix :api content_type :json, 'application/json; charset=utf-8' format :json formatter :json, Grape::Formatter::ActiveModelSerializers ... end ```
@chrfalch I've just introduced FluidTransitions into my project and I'm facing the same problem. react-navigation-fluid-transition: 0.3.1 react-native 0.57.8 react-navigation 3.0.9 E: updating `react-navigation` to `3.2.0` did not help downgrading `react-navigation-fluid-transition`...
@mhanberg any luck with solving active model error?
No worries, thanks the feedback :+1: @klobuczek maybe you'd be able to help? I'm trying to migrate from 9.x to 10. I see that activemodel is locked at `>= 4.0`...
@cheerfulstoic so what's the recommended way of saving a model along with multiple associated objects?