You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I installed your gem, but haven't started to implement its functions.
I was working on a Model which saves file uploads together with the "acts-as-taggable-on" gem.
I couldn't save the model so I looked up the full trace:
The following ArgumentException is thrown when the Models save-Method is called: wrong number of arguments (given 3, expected 2)
After I removed the fine_print Gem the Exception disappeared. I check my Gemfile.lock and baby_squeel isn't used in any other gems.
I really like you Gem however I'm not sure how to fix this issue. Maybe your Gem can be refactored to eliminate the use of baby_squeel as it seems its just a different way of expressing SQL queries.
My Ruby Version was: 2.4.3
I am using Postgres.
The text was updated successfully, but these errors were encountered:
Hi, I installed your gem, but haven't started to implement its functions.
I was working on a Model which saves file uploads together with the "acts-as-taggable-on" gem.
I couldn't save the model so I looked up the full trace:
The following ArgumentException is thrown when the Models save-Method is called:
wrong number of arguments (given 3, expected 2)
After I removed the fine_print Gem the Exception disappeared. I check my Gemfile.lock and baby_squeel isn't used in any other gems.
I really like you Gem however I'm not sure how to fix this issue. Maybe your Gem can be refactored to eliminate the use of baby_squeel as it seems its just a different way of expressing SQL queries.
My Ruby Version was: 2.4.3
I am using Postgres.
The text was updated successfully, but these errors were encountered: