Benjamin Fleischer

Results 405 comments of Benjamin Fleischer

Thanks for following up. I forgot I had opened this. The error ended up us being on pgbouncer in transaction mode (unintentionally) To properly use pgbouncer, we need a direct...

Thanks, awesome! Want to add Rails 8 to CI?

> Presumably with this PR and the linked rails-8-CI PR both merged, this might happen soon...? yup

But we can't seem to get Heroku to install the gems using 2.5.12, for example. Installing bundelr 2.5.6 and locking the Gemfile to that worked https://github.com/heroku/heroku-buildpack-ruby/blob/5fc57092a991af0af158c121b331e75eff05aa8c/lib/language_pack/helpers/bundler_wrapper.rb#L41-L43

This looks like a cross-posting of of https://stackoverflow.com/questions/41952229/jsonapi-active-model-serializer-not-separating-model-relationships-to-its-own-o which I thought I answered there. > I'm building a rails app off a tutorial I found What tutorial, seems out of...

@ckl1989 what specifically were you missing in case someone else comes by with a similar problem?

I'd expect to make a subclass. Duplicate of https://github.com/rails-api/active_model_serializers/issues/2058#issuecomment-281232098 Obviously docs need to be improved here.

@palkan Here's an example collection of items being upsert. "field_5" is jsonb ```json [ { "field_1": "value_1", "field_2": "value_2", "field_3": "value_3", "field_4": "value_4", "field_5": { "field_5_1": "value_5_1", "field_5_2": "value_5_2", "field_5_3":...

How are you loading it? Importing it?