The gems i'm using are twitter-bootstrap-rails and jquery-rails.
Basically what I'm, trying to do is set the minDate on the date picker however none of the options are being accepted.
$(selector).datepicker minDate: 0
Weirdly enough when I do a .on on the datepicker 'changeDate' works.
Any ideas?
EDIT: I just figured out that jquery-ui isn't being loaded with the page. I guess this means I am using the bootstrap datepicker, which I thought needed the jqueryui library, however no matter what I did I couldn't get the site to load jqueryui?