Hi everyone,

I've been doing ruby and rails for about a year now after dropping 5
years of php and I currently have two plugins that I'd like to share
with you all.

The first plugin (http://acts-as-solr.rubyforge.org) is called
acts_as_solr. It adds full text search capabilities using Solr
(http://incubator.apache.org/solr/) to any Rails model. My personal
experience from Solr compared to Ferret is that Solr is much faster
and doesn't have those write lock errors. The current (stable) release
is 0.02, which has bug fixes and a couple of new features.

The other is a plugin (http://caching-plugin.rubyforge.org) that lets
you cache query strings such as
http://site/search?q=string&page=2&z=foo+bar using the rails action
caching. I first wrote it for personal use but then decided to share
it, so no biggie if no one uses it hehe.

Any suggestions, ideas, feature requests, patches, etc for any of the
plugins will be very welcome.

Thanks a lot.

-- Thiago
_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to