Displaying 2 results from an estimated 2 matches for "posted_at_sort".
2007 Mar 31
3
Sorting issues, can anyone help me?
...=> {:boost => 2},
                                :description      => {},
                                :url              => {},
                                :rank_sort        => {:index =>
:untokenized_omit_norms, :term_vector => :no},
                                :posted_at_sort   => {:index =>
:untokenized_omit_norms, :term_vector => :no}
                            },  :remote => true
  belongs_to :blog
  def rank_sort
    begin
      return self.blog.rank_links.to_i
    rescue
      return nil
    end
  end
  def posted_at_sort
    begin
      return self...
2007 Apr 08
10
[ActsAsFerret] Fatal failed to allocate memory in DRb
I''m using DRb with edge [AAF] and my server is really fast reaching 3GB+
of memory and soon it will crash with this  message:
[FATAL] failed to allocate memory
Now its like this:
10542 bbs        2  59    0 3649M 3647M sleep    1:27  0.10% runner
Anybody has any ideas on this?
-- 
Posted via http://www.ruby-forum.com/.