Created
January 30, 2015 10:08
-
-
Save jdelStrother/0a80ba4b0c928d00eb2b to your computer and use it in GitHub Desktop.
Gems lost while migrating to jruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Stuff with obvious replacements: | |
| image_science, rmagick => mini_magick (not a drop-in replacement) | |
| mysql2 => activerecord-jdbc-adapter, jdbc-mysql | |
| unicorn => puma | |
| # Stuff that we only use because they're optimized: | |
| hiredis | |
| yajl-ruby => json | |
| oily_png | |
| # Stuff without obvious replacements: | |
| redcarpet | |
| taglib-ruby | |
| ruby-audio | |
| waveform | |
| posix-spawn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment