frabcus / acts_as_xapian

Xapian full text search plugin for Ruby on Rails

This URL has Read+Write access

Comments for frabcus's acts_as_xapian   feed

robmckinnon commented on frabcus/acts_as_xapian Sat Sep 13 04:28:00 -0700 2008
Comment on lib/acts_as_xapian.rb L569 in 8b22184:

should be: value.kind_of? not this: value.kind_f?

boone commented on frabcus/acts_as_xapian Thu Aug 21 07:11:16 -0700 2008
Comment in 39e9dff:

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?

railsdog commented on frabcus/acts_as_xapian Thu Aug 21 05:32:30 -0700 2008
Comment in 39e9dff:

Nice fix. I was going to suggest this myself.