search for: rsolr

Displaying 3 results from an estimated 3 matches for "rsolr".

Did you mean: solr
2010 Sep 16
6
acts_as_solr plugin fate?
Just wanted to see if I was using the latest acts_as_solr plugin, but the URL <http://acts_as_solr.railsfreaks.com/> takes me to a GoDaddy domain parking page. Anyone know what''s happened to railsfreaks, and more particularly this plugin? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- You received this
2012 Sep 10
2
suggestion for user-friendly input: typeahead
Rails 3.1.3 I am hoping some of you may give me suggestions about user input helper methods. I have a large set of model, Flight, and its fields are airline, flight_name, departure, destination As you can imagine, the flight data will be very large; it could be thousands if it is international. I will ask users to input the desired flight plan, and it will be crucial if the users make
2011 Sep 09
2
acst_as_solr error
hi, i am using https://github.com/mattmatt/acts_as_solr it shows the following error "undefined method ''each'' for " for this results = Employee.find_by_solr(@id) results.each do |emp| puts emp.id end where plugin does not contains "each" method in acts_as_solr/libs/ search_results.rb so for me each is not working with ActsAsSolr::SearchResults