Monthly Archives: April 2010
text_field_with_auto_complete pass multiple field values
In ruby on rails there is a method called text_field_with_auto_complete. By default it will call a method on your controller with the name auto_complete_for_<form>_<field>. It will pass in a param value for the field you are updating. The details of … Continue reading
Posted in Ruby on Rails
Leave a comment
Thinking Sphinx doesn’t execute query when you think it will
I was working late tonight (ok, technically it was last night, but the nights and days are blurry sometimes) and I was having trouble seeing a new ThinkingSphinx query in the searchd.query.log file. After much WTF, I realized that I … Continue reading
Posted in Ruby on Rails
Leave a comment