I am developing an application which will scrape data from websites. The details like page_url, site_url, last_modified will be stored in the database and page_content will be stored in the file. Later on I want to search the content of the file. I am trying to Thinkingsphinx to achieve this. Does any body have an idea how to implement it ?
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...