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
slim_scrooge doesn't work with ruby-1.9 and rails-3.2.19 !
I get this error for every query with includes methods.
ActiveRecord::StatementInvalid - PG::Error: ERROR: column "X" does not exist
Where X is a number (id in my query)
See an example for a real issue:
ActiveRecord::StatementInvalid - PG::Error: ERROR: column "16" does not exist
LINE 1: ...n","services"."id" FROM "services" WHERE "id" IN ("16","17",...
The text was updated successfully, but these errors were encountered:
RedaBenh
changed the title
slim_scrooge doesn't work with ruby-1.9 and rails-3.2.19 !
ActiveRecord::StatementInvalid - PG::Error: ERROR: column "X" does not exist
Apr 9, 2016
slim_scrooge doesn't work with ruby-1.9 and rails-3.2.19 !
I get this error for every query with includes methods.
Where X is a number (id in my query)
See an example for a real issue:
My env Env:
The text was updated successfully, but these errors were encountered: