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
ryanb (author)
Sat Jul 04 15:38:50 -0700 2009
commit  af75076c6171a9dcf61668c3f43c4b646405f838
tree    93b605e61f424a6dbe7c25a26393acb37aed55e6
parent  edcee4095fa7c7bb626a91385469cafbd30d8b4e
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