David Litvak Bruno
David Litvak Bruno
Hey @reidcooper & @jpowell, I'm currently on parental leave, I'm back on August 1st. I will remove the dependency as soon as I'm back. Cheers Edit: That said, ActiveSupport will...
Hey @BravoSimone, I'm currently on parental leave enjoying my newborn, I'll be back in 2 weeks and look through the backlog of unreleased stuff. I'm sorry for the inconvenience. Cheers
Hey @sebbean, Sorry for taking so long to reply, I was talking with my team regarding how to give you more contribution power as your help with this gem has...
Sounds good, We can schedule something privately - email me to [email protected] Cheers
Hey @zrisher, Sorry for taking so long to check this out, but I find your feature request super interesting, and I'll definitely be looking into ways of providing support for...
If you set `ContentfulModel.use_preview_api = true` it will use the Preview API. Hope this helps, Cheers
Hey @dezmathio, Looks like something we can improve on, I'll look onto it as soon as I have a free slot on my schedule. I'll propose taking a look again...
Hey @dezmathio, Sorry response took a bit longer, I've been travelling quite a bit (right now at RubyConf US). My first priority now is to address all Rails Integration related...
Hey @raybradley, Looks like you may have multiple circular references. To limit them, either enable `reuse_entries` or limit the maximum include resolution depth with `max_include_resolution_depth`, I'd suggest to your maximum...
Hey @raybradley, It depends, reuse_entries will be more performant and will take less memory, but this is at the cost of disabling caching capabilities when having circular references, as it...