Closed joshuacronemeyer closed 12 years ago
I notice that the pure ruby version doesn't have this limitation, so i am using it after all, but taking a performance hit. thanks.
Thank you for your information. You are right. Pure ruby version `fuzzy-string-match_pure' gem does not depends on rubyinline gem. It is a good solution to use fuzzy-string-match_pure gem on Heroku, I think.
Your gem depends on rubyinline, and rubyinline's gem depends on zentest gem. Heroku can't bundle zentest because it requires a newer version of rake than what heroku supports. I'd love to use this gem, but can't since it doesn't work on heroku.