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",...
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: