Displaying 1 result from an estimated 1 matches for "acs_as_ferret".
Did you mean:
acts_as_ferret
2006 Nov 17
5
[Tweaking-Typo-4.0.3] acts_as_ferret `method_missing''
...ctive_record/base.rb:1129:in
`method_missing'':NoMethodError: undefined method `acts_as_ferret'' for
Content:Class
As you can see I''m using activerecord version 1.14.4 together with rails
1.1, ferret 0.10.13 and typo 4.0.3.
This is the directory structure listing of my acs_as_ferret plugin:
-rw-r--r-- 1 init.rb
drwxr-xr-x 2 lib
-rw-r--r-- 1 LICENSE
-rw-r--r-- 1 rakefile
-rw-r--r-- 1 README
I installed the pluging with this command line operation
script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret
Are there any hints? Something I mis...