-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add support for PostgreSQL data types: hstore, array, json, etc #27
Comments
Thank you:) Would you like to give it a try? It should be fairly easy to extend the field handler to handle those types. |
Yeah, I just got it working. I'll be submitting a PR a little later =) |
Is there a way to get this working when the app doesn't have a |
@xtagon: If you want to help contribute, let me know and we can discuss next steps. |
@theodorton I'd be happy to help out. I can't commit to anything crazy right now but I'd definitely do testing and stuff like that. Feel free to e-mail me directly if you want to go over things. |
Support for the PostgreSQL data types would be a nice addition to this library, IMHO. See: http://edgeguides.rubyonrails.org/active_record_postgresql.html
The text was updated successfully, but these errors were encountered: