I've been search around for a good gem/plug-in to allow intuitive user input of a date(i.e. select a date from a pop-up calendar).
calendardateselect looks really good, but it's no longer in active development, and no longer installs correctly.
I found a few others, but they were all quite stale. What are Stack Overflow users using for date input in rails?
Per @bjg and @Fortuity jQuery UI is the direction I decided to go. Getting it up and running was a little complex, so I wrote a short how-to for others.