public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
railscasts-episodes / episode-120
name age message
..
file README Sat Jul 26 21:31:17 -0700 2008 adding episode 120 [ryanb]
directory blog/ Sat Jul 26 21:31:17 -0700 2008 adding episode 120 [ryanb]
episode-120/README
Railscasts Episode #120: Thinking Sphinx

http://railscasts.com/episodes/120

Commands    

  script/plugin install git://github.com/freelancing-god/thinking-sphinx.git
  rake thinking_sphinx:index
  rake thinking_sphinx:start

Search Options
  
  :include => :author 
  :conditions => { :created_at => 1.week.ago.to_i..Time.now.to_i }
  :order => :name
  :field_weights => { :name => 20, :content => 10, :author_name => 5 }
  :match_mode => :boolean
  :page => 1, :per_page => 20