Skip to content
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

Didn't work for serialized field #14

Closed
kwerle opened this issue Dec 27, 2013 · 3 comments
Closed

Didn't work for serialized field #14

kwerle opened this issue Dec 27, 2013 · 3 comments

Comments

@kwerle
Copy link

kwerle commented Dec 27, 2013

We have a model that uses a serialized attribute

serialize :toggled_modules, Array

valle did not seem to catch that the serialized field was being blown.

@melekes
Copy link
Owner

melekes commented Jan 4, 2014

Is the array limited? Or you are talking about array elements?

Supported ActiveRecord field types

:primary_key
:integer
:string
:text

It doesn't work for array field type yet.

@akirill0v
Copy link
Contributor

Perhaps it is serialized into a text field type? And the validation of this field should take place as a text type?

@melekes
Copy link
Owner

melekes commented Jun 26, 2014

No response so far. Closing.

@melekes melekes closed this as completed Jun 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants