Rails integration for the Sunspot Solr search library
http://github.com/outoftime/sunspot/tree/master/sunspot_rails
Sunspot::Rails is an extension to the Sunspot library for Solr search.
Sunspot::Rails adds integration between Sunspot and ActiveRecord, including
defining search and indexing related methods on ActiveRecord models themselves,
running a Sunspot-compatible Solr instance for development and test
environments, and automatically commit Solr index changes at the end of each
Rails request.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:ruby:extensions/rubygem-sunspot_rails && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
rubygem-sunspot_rails.changes | 0000000667 667 Bytes | |
rubygem-sunspot_rails.spec | 0000002805 2.74 KB | |
sunspot_rails-2.0.0.gem | 0000035328 34.5 KB |
Revision 3 (latest revision is 20)
Stephan Kulow (coolo)
committed
(revision 3)
- updated to version 2.0.0 * Finds orphaned objects in batches to avoid excessive memory use (Peer Allan) * Default batch size can be specified by setting `Sunspot.config.indexing.default_batch_size` (Peer Allan) * Explanation of `progress_bar` is written to stdout instead of stderr (Matt Gornick) * Fixes deprecated behavior of using InstanceMethods module with ActiveSupport::Concern (Everton J. Carpes)
Comments 0