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

Specify the correct filename with file extension for the version_path #20

Closed parndt closed 13 years ago

parndt commented 13 years ago

Specify the correct filename with file extension for the version_path file in Windows so that the index is not permanently "out of date". (#15)

@dougal would appreciate a merge + new version as soon as you can!

pascalvanhecke commented 13 years ago

+1 on this from a poor Windows user... (but hey, since Railsinstaller.org our numbers are growing ;-)

pingfr commented 13 years ago

+1 from another windows user. This is causing me grief at the moment as well.

dougal commented 13 years ago

Merged, will push out soon.

dougal commented 13 years ago

Released in 0.7.7.

Thanks to Philip for the fix and those of you that reported this.

pingfr commented 13 years ago

Nice work! Just got 0.7.7, updated bundle, all is well.