I have come into an odd problem that I couldn't figure out why.
Basically, what I did is to save a record from the form, but there's
some field that parsed to the active record returns as nil.
Is a new project. I didn't use any plugins. More funny thing is I
manually set the attributes without problem.
Example:
article.project_id=1
It works. However, not for parsing by array. I have did a few project
before, this is the first time encounter this funny issue. I try this
on rails console too, it is the same result.
Is the same thing. Project ID and Tags leaves as nil for no reason.
Are there any warnings in the console ? This really does sound an
awful lot like attr_protected or attr_accessible are being used
without you knowing it.