Displaying 2 results from an estimated 2 matches for "er4".
Did you mean:
cr4
2009 Jan 21
1
Two similar zoo objects with different structures, how to get same structure?
...y"
.. ..- attr(*, "origin")= Named num [1:3] 1 1 1970
.. .. ..- attr(*, "names")= chr [1:3] "month" "day" "year"
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:12] "ED4 COMDTY" "ED12 COMDTY" "ER4 COMDTY" "ER12 COMDTY" ...
I also have a vector of dates of same length as zoo object (5219):
> str(bldates)
chr [1:5219] "01/01/90" "01/02/90" "01/03/90" "01/04/90" "01/05/90"
"01/08/90" "01/09/90" "01/1...
2012 Jan 31
3
(de)serialization problem with rails 3.2
I have a custom serializer object that I use for an attribute of
ActiveRecord as presented in this article:
http://www.edgerails.info/articles/what-s-new-in-edge-rails/2011/03/09/custom-activerecord-attribute-serialization/index.html
If I assign a value to that attribute with a form (in my case a nested
form), I don''t get the deserialized value in the params hash as it used
to be with