master
Xapian full text search plugin for Ruby on Rails — Read more
http://github.com/frabcus/acts_as_xapian/wikis
This URL has Read+Write access
should be: value.kind_of? not this: value.kind_f?
Yeah, I just encountered some instances where ENV[‘RAILS_ENV’] was nil but RAILS_ENV was defined. Is there ever a case where RAILS_ENV is not defined?
Nice fix. I was going to suggest this myself.