Jason Fleetwood-Boldt

Results 34 comments of Jason Fleetwood-Boldt

this is impossible on a technical level AFAIK because Ruby doesn't keep a record (line of code) of where an Arel was first created.

>> "everything is included" does not mention the fact to access the helpers with Rspec you need to add to `rails_helper.rb` ``` config.include ActionCable::TestHelper ```

@lorenzsell @jmburges @shenst1 -- I think the problem here is that master branch is not consistent with what is pushed to Rubygems. see last known published gem https://github.com/mhenrixon/active_campaign/tree/v0.1.16 sync_contact became...

this seems like all developer confusion to me. I went down these same rabbit holes, explained here: https://github.com/mhenrixon/active_campaign/pull/84 @lorenzsell @jmburges @shenst1 **as well, you must take note that the comment...

also to debug the actual API, I had to do a little low-level monkey patching. Since the published version of the gem is currently old and I see that master...

**2021-10-13 - RESOLVED -JFB ** I seem to have this problem here with this on the Heroku Pipeline ![verso-commerce · Pipeline | Heroku 2021-10-13 09-26-37](https://user-images.githubusercontent.com/59002/137141938-465fdd7f-e54d-4407-97b8-61705d3a3735.png) the pipeline documentation is here...

hey @alexeyr -- I think I'm gonna work on this a little this weekend if you want to pair up. not sure if you were building a **jsbundling app** or...

@alexeyr-c -- ok very good I think I'm a different path anyway.

on 7.0.2.3 I'm seeing the error again of basically no Devise pages responding as expected. the Rails-side does this for me when I log in: ``` 16:26:26 web.1 | Started...

I should mention these are brand new esbuild apps running with `./bin/dev` and jsbundling. what I'm seeing is that the front end just doesn't change after a form submission but...