search for: pitkin

Displaying 2 results from an estimated 2 matches for "pitkin".

Did you mean: itkin
2006 Jul 08
2
Creating/Saving dependent objects
...y/hash:HashWithIndifferentAccess user: !ruby/hash:HashWithIndifferentAccess password_confirmation: rohant username: rohant password: rohant commit: Add User action: add_user controller: user address: !ruby/hash:HashWithIndifferentAccess city: San Jose zip: "95125" street: 7777 Pitkin Ct Clearly I am missing something simple here but am not sure what. The part I am not clear about is how does Rails pick up the fact that the address instance needs to be saved automatically when I save the user instance? I am trying to do something similar to what Dave has done with his Depot exa...
2011 Jul 06
1
trouble parsing a date using strptime()
Hi, I am having a trouble parsing dates using strptime() that I get in the format of year and week number. The data looks like this "201127" which means year 2011 and week 27. I would like to graph this using ggplot but then I get a gap between 201054 and 201101 so I thought I would just easily convert it. I tried to use strptime and as.Date and the format string of %Y%W but it seems