On Apr 23, 2012, at 6:57 AM, Lauris Zaicevs wrote:
> I have a question. I need to save any date which i choose in date_select
> tag. But all the time ruby return default time - 2000-01-01 00:00:00
> UTC!! No matter which year or month or day i chooce it returns me
> default date.
Debugging 101: you''re either not saving the value it into the database,
or you''re not retrieving the row from the database, or you''re
not setting the value in the HTML. So first read the output of the server, and
maybe add a couple of print statements at strategic places, to figure out which
it is. Then you can figure out why that step is not happening.
--
Scott Ribe
scott_ribe-ZCQMRMivIIdUL8GK/JU1Wg@public.gmane.org
http://www.elevated-dev.com/
(303) 722-0567 voice
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.