Zoom

Model Rss_small

Thinking Sphinx by Pat Allan

A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration and searching.

Searchlogic by binarylogic

Object based ActiveRecord searching, paginating, ordering, and more!

acts_as_sphinx by Anonymous

No description provided

TimelineFu by Giraffesoft

Easily build timelines, much like GitHub’s news feed.

SimplySearchable by Rida Al Barazi

SimplySearchable is a search plugin created by Rida Al Barazi - http://rida.me to be used in SpinBits’s Skeleton App. The main goal of SimplySearchable is to make it easy to do queries on your model by auto-magically creating some named_scope methods for common conditions, it adds a method to the model named "list" that will find and filter records smartly.

Acts_as_ferret by jkraemer

This ActiveRecord mixin adds full text search capabilities to any Rails model.

acts_as_taggable_on_steroids by Anonymous

This plugin is based on acts_as_taggable by DHH but includes extras such as tests, smarter tag assignment, and tag cloud calculations.

has_finder / named_scope by Anonymous

Used to be a GEM, now part of Rails 2.x under "named_scope"

acts_as_solr by Anonymous

This plugin adds full text search capabilities and many other nifty features from Apache‘s Solr to any Rails model.

aws_sdb_proxy by Martin/Akhil

AwsSdbProxy is a HTTP proxy server bridging ActiveResource calls from Rails to Amazon's SimpleDB Web Service allowing SimpleDB to be used as a storage backend for Rails applications. The proxy will listen on a configurable port for web service calls initiated by ActiveResource models and forward the requests to SimpleDB using the aws-sdb Gem by Tim Dysinger

enum_field by Giraffesoft

lets you specify an enum field for an ActiveRecord model

gchartrb by Anonymous

gchartrb is a Ruby wrapper around the Google chart API located at http://code.google.com/apis/chart/ It provides a nice object oriented interface with friendly names, and methods to populate data. Then the data is automatically encoded and the URL can be generated.

Authlogic by binarylogic

Authlogic is a clean, simple, and unobtrusive ruby authentication solution. Put simply, its the Chuck Norris of authentication solutions for your framework of choice.

Ultrasphinx by Evan Weaver

Ruby on Rails configurator and client to the Sphinx full text search engine.

acts_as_state_machine by Anonymous

Plugin to add the finite state machine pattern to a model.

ColumnScope by Florian Abmann

ColumnScope lets you select specified values from your DB into a model or an array without doing :select => SQL_FRAGMENT and map! {|r|r.foo} all the time.

Context by Jeremy McAnally

If you’ve ever wanted contexts in your Test::Unit tests, then context is for you. Your tests will be easier to read and write without all the magic and extra code smell!

is_taggable by Giraffesoft

Simple tagging implementation

alter ego by Avdi Grimm

AlterEgo is a Ruby implementation of the State pattern as described by the Gang of Four. It differs from other Ruby state machine libraries in that it focuses on providing polymorphic behavior based on object state. In effect, it makes it easy to give an object different “personalities” depending on the state it is in.

Scope_out by Anonymous

No description provided