bootstrap-daterangepicker-rails icon indicating copy to clipboard operation
bootstrap-daterangepicker-rails copied to clipboard

A gem to incorporate the bootstrap-daterangepicker plugin into Rails 4.1+ projects

Results 9 bootstrap-daterangepicker-rails issues
Sort by recently updated
recently updated
newest added

Any guide on importing CSS styles in SCSS for this?

Hello, First of its a nice gem for date-range picker. Thanks for you good work. After your recent upgrade its not working for me. ``` 0.1.7 - November 23, 2017...

Hey there, Not sure if still is still actively maintained, but I am giving it a try. I got this issue when I upgrade rails, with that, ofcourse momentjs also...

It could be a good idea to update daterangepicker to version 2.1.14. ISO for week numbers is supported.

Also updated daterangepicker source so setStartDate setEndDate triggers event, so can do callbacks on only first date select.

Rename *.css to *.css.scss This fixes the issue reported in #32 for me and is an alternative to PR #33 - this way rails automatically compiles the scss files.

I have a failing build due to a `//` commenting style in [bootstrap-daterangepicker-rails/vendor/assets/stylesheets/daterangepicker-bs3.css](https://raw.githubusercontent.com/jordanbrock/bootstrap-daterangepicker-rails/master/vendor/assets/stylesheets/daterangepicker-bs3.css). Possible that the preprocessor failed to render it as plain CSS?

'Syntax for all the options can be found in the examples.html file.' What am I missing? So far as I can tell no such file exists in this repo or...

Latest version (as of writing this) is 1.3.21: https://github.com/dangrossman/bootstrap-daterangepicker/blob/master/daterangepicker.js Using current version results in pesky `Deprecation warning: moment().zone is deprecated` warnings in js console (because of the miss-match between daterangepicker.js...