dougal / acts_as_indexed

Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app
http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed
MIT License
211 stars 49 forks source link

Storage#lock_file fails on JRuby #13

Closed banderso closed 13 years ago

banderso commented 13 years ago

lock_file fails on JRuby with:

Errno::EBADF: Bad file descriptor - cannot acquire exclusive lock on File not opened for write

dougal commented 13 years ago

Excellent! Thanks for this. Will get this merged and push out an update tomorrow.