ryanb / xapit-sync

Rails plugin to automatically reload a Xapian database when models change.
MIT License
12 stars 3 forks source link

Require open-uri #7

Open ryanb opened 15 years ago

ryanb commented 15 years ago

From a GitHub message:

I fixed a slight problem with the DB reload which was due to a missing "require 'open-uri'" in the "lib/xapit-sync.rb" file.

View repository: http://github.com/k33l0r/xapit-sync/tree/master

BDQ commented 14 years ago

Yeah I've seen this issue too, +1 for this fix