Jyr Gaxiola

Results 24 comments of Jyr Gaxiola

Now, I work on MNPP look https://github.com/jyr/MNPP

@felixbuenemann Hi, I tried with: `gem 'postgres_ext-serializers', git: 'https://github.com/DockYard/postgres_ext-serializers.git'` the new version is: `postgres_ext-serializers (0.0.3 5de27f2)` I have the same error: ``` PG::UndefinedParameter: ERROR: there is no parameter $1 LINE...

Not works, I have the same error: `ActiveRecord::StatementInvalid (PG::UndefinedParameter: ERROR: there is no parameter $1` I think is error is of rails 4, the sql result is: `LINE 1: ..."...

the result of sql: `"SELECT \"tickets\".* FROM \"tickets\" INNER JOIN \"bookings\" ON \"tickets\".\"booking_id\" = \"bookings\".\"id\" WHERE \"bookings\".\"event_id\" = $1 AND (bookings.state ='complete')"` and query `event.tickets.includes(:booking).where('bookings.state =?', 'done')` and the result...