Tim Liner

Results 4 issues of 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: ![screen shot 2013-12-23 at 11 04 08 am](https://f.cloud.github.com/assets/209264/1801974/64cc2f3c-6bf4-11e3-870f-273a42f225d0.png) #### After: ![screen shot 2013-12-23 at 11 04 28 am](https://f.cloud.github.com/assets/209264/1801982/a541c202-6bf4-11e3-9d71-700b5079580b.png)