I have created Model "House".
I followed this tutorial.
I created my scaffold and I go to my model after I add:
field :published_on, :type => Date;
Then I see the calendar in views for update the views like tutorial, but when I update the DATE in not appear the date.
I followed the tutorial, but to create or update date not appear.
What’s the problem?
Problem fixed!
For every people that working with Date and DateTime in mongoid 2.0 or higher, must add to your model the next code:
The problem is fixed in this link:
https://github.com/mongoid/mongoid/issues/30#issuecomment-1211911