Displaying 3 results from an estimated 3 matches for "indexes_column".
Did you mean:
indexes_columns
2006 Aug 18
0
Impact of inheriting controllers on models
...; Admin::ContentController
Now, for some reason this has just started to cause problems when trying
to use one of the search plugins available (specifically I have tried
ActiveSearch and Acts_as_ferret). For some reason when trying to trigger
a CRUD action on a model which has acts_as_ferret or indexes_columns
specified on it, I get a name error: uninitialized constant Page
One thing which stands out is the file that was supposed to be loaded:
This error occured while loading the following files:
admin/content/page.rb
All my model files are stored in /app/models with no sub-dirs, so why is
Rails...
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a