Tim Liner
Tim Liner
Recent versions of `bootstrap-datetimepicker` [use the `moment.isDate()` function](https://github.com/Eonasdan/bootstrap-datetimepicker/blob/25c11d79e614bc6463a87c3dd9cbf8280422e006/src/js/bootstrap-datetimepicker.js#L145), which wasn't exposed in Moment.js until version 2.9.0 ([changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7)). Requiring version 2.9.0 of `momentjs-rails` in the `gemspec` will make developers that are...
The gem currently considers methods used in an `around_filter` to be used but methods used in an `around_action` to be unused. Since Rails is now discouraging the use of the...
#### Before:  #### After: 