-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect extraneous quoting when trying to update/insert #37
Comments
vjt
added a commit
to ifad/activerecord-postgres-array
that referenced
this issue
Nov 27, 2013
* leonardvandriel/master: Fix incorrect extraneous quoting (issues tlconnor#34 and tlconnor#37)
@tlconnor could this get merged? |
Because of this bug, the gem is worthless. |
You can downgrade to version 0.0.9, that should fix the bug. You can can safely stay at this version, since this gem is not maintained anymore. Alternatively, try a fork: #38 |
@leonardvandriel thanks. Just did that and 0.0.9 works fine :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using this gem for over a year, and I just ran bundle update and for some reason now it keeps raising
unit_amenities must be an Array or have a valid array value (''{"balcony","dishwasher","hardwood floors","home office","tile floors"}'')
params[:unit_amenities]
are submitted as follows:In the Rails console, this is what I get:
The text was updated successfully, but these errors were encountered: