ssoper / summarize

A Ruby C wrapper for Open Text Summarizer
http://intridea.com/2010/12/3/summarize-a-ruby-c-binding-for-open-text-summarizer
205 stars 14 forks source link

undefined method "summarize" in production #5

Open Epyon616 opened 11 years ago

Epyon616 commented 11 years ago

I have all the necessary packages installed for summarize, the gem is installed via my gemfile in my rails 3 application, and in development it seems to be working correctly however since deploying to production I am now getting an "undefined method 'summarize'"

mxstrand commented 11 years ago

Hey Stealthy - I'm considering using this gem. Was curious to hear if you've been able to resolve your production issue? Thx.