Changeset 47
- Timestamp:
- 05/04/06 23:05:25 (3 years ago)
- Files:
-
- trunk/plugin/acts_as_ferret/lib/acts_as_ferret.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugin/acts_as_ferret/lib/acts_as_ferret.rb
r45 r47 26 26 # loads. Until Ferret 0.9.x stabilizes, you should consider this 27 27 # version for production scenarios. 28 require_gem 'ferret', '=0.3.2'28 #require_gem 'ferret', '=0.3.2' 29 29 30 30 # Ferret >=0.9, Ruby-only, is much slower than 0.3.2 with it's small C … … 38 38 # accessible yet. Several tests fail with this version, but basic single-index 39 39 # functionality is there and working. 40 #require 'ferret'40 require 'ferret' 41 41 42 42 # Yet another Ferret Mixin.
