Displaying 5 results from an estimated 5 matches for "bodlund".
2007 Mar 22
3
Noice words...
Hi
I use acts_as_ferret on an app that is in Danish and English. In
Danish english words like "and" and "under" has meaning. Is it
possible to make ferret search for these words? As it is now a seach
for "under" returns nothing even-though I know the word is present in
the index.
Cheers
Mattias
2008 Apr 24
1
Date not changing...
I run Apache/2.2.8 (FreeBSD), mongrel_cluster (1.0.5) and mongrel
(1.1.3) The app I have issues with is a Rails 1.2.6 app.
In one controller I have a before filter that sets the month, year
variables to the current month and year if it''s not passed in the
request. The problem that I now have, after changing to the above
configuration from a lighttpd/fast-cgi), is that the date
2007 Jun 04
5
Sorting and getting occurrences of search in hit
Is there any way you could get the number of occurrences of the search
in one hit?
In a result I get the ferret_rank and ferret_score but not how many hits
the search generated in the current record.
I would also like to be able to sort after this when I search.
/mattias
--
Posted via http://www.ruby-forum.com/.
2006 Apr 05
0
FileColumn - version and not image files
Hi
I have this filecolumn:
file_column :file, :magick => { :versions => { :large => ''756x567>'' } }
Does anybody have a solution to make this also accept files that aren''t
images? Now this makes filecolumn return an error of "File invalid
image" if the file isn''t an image.
Would be nice if it, when the file is invalid image, just
2006 Jan 08
0
Creating versions with file_column but only if file is image
I would like to create versions of images uploaded to a model that has a
file_column but only if the file is a image.
file_column :file, :magick => { :versions => {"thumb" => "64x64"}}
If I upload a txt file this will give me an error of "File invalid
image".
Any idears?
--
Posted via http://www.ruby-forum.com/.