I’ve been trying to find a date picker that works really well with
Rails. I’ve looked into the following thus far:
jMaki Widget jQuery.datepicker
jRails jQuery.datepicker
However, none of these provide any information on how to use them with
Rails. I’ve scrounged the web for tutorials or any information about
jQuery but most are either very out of date, or don’t have any substance
that I can work through.
Can anyone recommend something that will allow me to do the following:
User visits “x” page that contains a pre-populated table view.
User clicks on “y” button/widget/etc.
User selects a date (either from a drop down or a calendar widget)
Date is sent to a find/search parameter.
Data for the pre-populated table view is refreshed to show the new
criteria based on date.
I would believe that people who use rails would be using many types of
datepickers/selectors/etc. I’m surprised to see that there is very
little documentation about this area. Rails and ajax go hand in hand…
Maybe my google is broke…