To edit pages or tickets please login with username/password: aaf/aaf

Changeset 79

Show
Ignore:
Timestamp:
08/24/06 09:12:35 (2 years ago)
Author:
jk
Message:

debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugin/acts_as_ferret/lib/acts_as_ferret.rb

    r77 r79  
    180180        #   wihch means the ferret StandardAnalyzer gets used) 
    181181        # 
    182         # TODO: handle additional_fields 
    183182        def acts_as_ferret(options={}, ferret_options={}) 
    184183          configuration = {  
     
    276275            fields.update(model.fields_for_ferret) 
    277276          end 
     277          logger.debug("class #{self.name}: fields for index: #{fields.keys.join(',')}") 
    278278          fields.each_pair do |field, options| 
    279279            fi.add_field(field, { :store => :no,  

To edit pages or tickets please login with username/password: aaf/aaf