Ryan McGeary

Results 20 issues of Ryan McGeary

[v8.9.0 is now the latest Node LTS version](https://nodejs.org/en/blog/release/v8.9.0/) https://medium.com/the-node-js-collection/news-node-js-8-moves-into-long-term-support-and-node-js-9-becomes-the-new-current-release-line-74cf754a10a0

Fixes #88 I realize this is unlikely to ever get pulled, but I ran into an old project that relied on g.raphael and experienced this bug. In case anyone else...

because raster makes eyes bleed on retina displays :sunglasses:

With the [PhantomJS project abandoned](https://github.com/ariya/phantomjs/issues/15344), and [potential issues with teaspoon + phantomjs](https://github.com/jejacks0n/teaspoon/issues/527#issuecomment-419500403), should teaspoon change it's default driver to something else?

info

Related to #34. Investigate and perhaps consider using the new attributes API instead of a `before_validation` callback. ```ruby class Strippable < ActiveRecord::Type::String def cast_value(value) value.to_s.strip end end class Something <...

ideas

Opening this for discussion. Related to https://github.com/puma/puma-dev/issues/44. Pow allows you to serve a completely static website as long as it has a `public` directory. No `Gemfile` (with puma) nor a...

enhancement
help wanted

In an effort to avoid community confusion, I'd like to propose deprecating this gem in favor of [bokmann/font-awesome-rails](https://github.com/bokmann/font-awesome-rails). **Reasons:** The font-awesome-rails gem... - tracks Font-Awesome core very closely. - has...

Adds support for Mongoid 6 while retaining support for Mongoid 5 at the same time. NOTE: This PR is stacked on top of PR #48 to account for the changes...

Enhances the Travis build matrix to test multiple variations of Mongoid dependencies. NOTE: This PR is stacked on top of PR #49 /cc @thetron * Closes #46

...avoiding [versions that have been end-of-lifed](https://www.ruby-lang.org/en/downloads/branches/) /cc @thetron