Michael Roudnitski
Michael Roudnitski
Added with #11 but still need to add animations to the form and one or two UI elements to distinguish what you owe vs what you are owed.
Hi @yuki24, we were able to replicate the problem with the most basic example from the README and all our extra filtering/sorting removed. In our case, this looked like: ```ruby...
> that does not mean we do not have to understand the root cause Absolutely :) I did try creating a fresh app following your example and everything worked as...
Good catch! That helps a lot In the bare-bones Rails app, I only have 1 source_location (learned something new today): ``` ["/Users/mroudnitski/.asdf/installs/ruby/3.2.3/lib/ruby/gems/3.2.0/gems/activesupport-7.1.3/lib/active_support/deep_mergeable.rb", 29] ``` In my real app, I have...
@yuki24 it sounds like the problem is fully solved, thank you so much for your help. the deep_merge gem was indeed declared below the rails gem. I will go ahead...