With ActsAsExpirable, you can mark ActiveRecord records as expired and programmatically find expired record.
Ruby
New
Free
Adds GitHub-like search function to your models
.
acts_as_favoritor is a Rubygem to allow any ActiveRecord model to associate any other model including the option for multiple relationships...
Add favorite feature to any Active Record models
Add a feature resource to a rails app
Designates an attribute on this model to indicate "featuredness," where only one record within a given scope may be featured...
Allows objects to create feeds which describe them. These feeds can then be used in a "Facebook-style" News Feed.
Rails plugin that adds powerful full text search capabilities to ActiveRecord models.
Make your field act as a file. Save the content to a file, and load the content from a file.
Filter attributes and stuff.
This "acts_as" extension provides the capabilities for beautiful record finding by specified column(s).
Make ActiveRecord Attributes to act as flags
act_as_flashcard is an adaptation of the Anki space repetition algorithm for rails applications
acts_as_flexigrid is ActiveRecord plugin for Flexigrid
A C based TokyoTyrant Ruby binding
Whitelist-based HTML sanitizer.
Acts as Flux Capacitor is a better way to work with time-centric ActiveRecord models. Make it feel good to manipulate...
XHTML to PDF using Flying Saucer java library
Implements the following functionality where one model can be followed by other models and and vice versa.
acts_as_follower is a Rubygem to allow any model to follow any other model. This is accomplished through a double polymorphic...
Rails gem to allowing records to leave footprints
Save processed version of a text in the database.
ActsAsFriendable provides a Friendship model, relevent scopes, and many instance methods to quickly and easily add Social Networking functionality to...
Generate ActiveRecord models on the fly for your tests
Rails gem to allowing models to be events for full calendar
Creates an auxiliary table in order to be used with full-text searches
A very simple acts as graph for your model
Extends Active Record to add simple function for draw the Force Directed Graph with html.
ActiveRecord extension that maps models to Facebook Open Graph objects.
Simple mixin for adding graph like functions (parents, children, traversal,
etc) to any class. Effectively, you'll get DAG (directed acyclic...
acts_as_gravatar provide simple access to gravatar from ActiveRecord.Can interoperate with devise, etc..
Use Youtube-Like ID in ActiveRecord seamlessly.
A sortable and searchable list backed by Redis. You can use it as a quick actionable workflow queue which you...
Injects Hoff-based magic into your Rails application.
Makes a model accept and expose a seemingly random string id
ActiveRecord plugin for historical data (stock prices, pageviews, etc).
Easy installation and helpers for using active storage for an avatar
Add push tokens to model
This gem makes it easy to authenticate a user by email and password
Description of ActsAsHoldable.
Sanitizes your ActiveRecord attributes.
Rails plugin to handle first_name, middle_names and last_name combinations.
Easy way to display people's names
ActsAsIcontact connects Ruby applications with the iContact e-mail marketing service using the iContact API v2.0. Building on the RestClient gem,...
Auto-generate unique identifier value for Active Record
A Rails plugin that will ensure an ActiveRecord object is immutable once
saved. Optionally, you can specify attributes to be...
Using PostgreSQL table inheritance with Rails
A helper to wrap an ActiveRecord attribute with ActiveSupport::StringInquirer.
Use an integer field with Infinity.
Use that field as normal, increment, decrement, compare, etc. with the
...
Easily define abstract methods and callbacks for superclasses and modules
Description of ActsAsInterval.
Rendering business objects in ISDOC format
Create virtual mutable columns on activerecord models.
A gem to ease development by making Ruby behave more like Javascript
Adds access control to objects by giving them members, each with configurable permissions.
DRYing up Many-to-Many Relationships in ActiveRecord
Plug-in uses for tracking and recording changes of attributes in model
Acts as kaltura
A simple plugin that automatically generates a key for a model on create. It takes care of protecting the key,...
real quick gem to add keywords across multiple models
acts_as_kiaiを指定したモデルのtextフィールドに対して、保存時に文字列が置換され、気合が入るようになります。
Hierarchical ActiveRecord models. Inspired by acts_as_tree. Trees are shady.
This acts_as extension implements a system label and a friendly label on a class and centralizes the logic for performing...
Super Complex Layouts in Rails with single Configuration file
ActsAsLearnable is a Ruby gem for ActiveRecord models. It provides a simple way to create flashcards in your app. It...
Acts as Likeable
Add like feature to any Active Record models
ActsAsLink provides: verification if a link is broken; verification if a link is to an image; shortening links with bit.ly....
Expects ActiveRecord models to call
acts_as_linkable :name => :link_name_method, :title => :link_title
Menus, Links, SEO, Rails
This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that...
This acts_as extension does everything acts_as_list does, but it also works in single table inheritance designs and accepts less brain-damaged...
An ActiveRecord plugin that assists in acts_as_living stage progressions.
Set ActiveRecord field values or retrieve them based on the I18n current locale or by manually specifying
A gem that adds simple mechanism to deal with localization of Active Record models
This gem built to allowing records to be lockable. It's lock your records and let'em untouched.
A ruby gem to atomically lock resources to prevent concurrent/multiple lockers from accessing or editing the resource
Create and display activity feeds easily
Provides an easy means for creating models that act like enumerations or lookup
tables. You can specify the lookup values...
This plugin allows for extensible models, where inter-model relations are inferred from the database's structure, and not necessarily from explicit...
Plugin/gem that provides custom email templates and mailing functionality
Barebones acts_as_list
Uses the closure tree pattern with a scope field to maintain separate hierarchies
Represent ActiveRecord markdown text columns as Markdown objects using various external libraries to convert to HTML.
Represent ActiveRecord Markdown, Textile, RDoc columns as Markdown, Textile, RDoc objects using various external libraries to convert to HTML.
Represent ActiveRecord Markdown, Textile, Wiki text, RDoc columns as Markdown, Textile Wikitext, RDoc objects using various external libraries to convert...
With ActsAsMentionable you can mention a different models in different contents.
Weighted majority voting system for qualitative (categorical) items (i.e.assuming the set of decision has no natural ordering). As a measure...
Handles Message sending between ActiveRecord instances
Make user messageable!;-)
Standard facebook-style messaging system. Not bound to any friendship structure. Integrates directly into your User model. Allows for users to...
Meta tags from polymorphic model.
This gem allows to add additional database-stored fields to your models
Make cache methods on ActiveRecord easy!
DRYing Minhas Cidades projects by wrapping common behaviours
A ruby gem for acts_as_taggable to mongo
Monitor model via private methods warn_*? and error_*?
ActsAsMoonable gem provides extended methods for rails.
The active record's adapter to the database created by Movable Type
Store multilingual columns in JSON
Multipart forms using custom routes
An ActiveRecord plugin for multi-tenant databases
Do not use me unless you are not you but somebody else.
The acts_as_nested_by class method add 3 instance methods to the model.
nested_by_nesting_model=(flag) sets the nesting_model
Encode Trees in RDBMS using nested interval method for powerful querying and speedy inserts.
Simplify the definition and storage of "network" relationships, especially useful for social networks.
Allows to send a models content as a batch e-mail to a list
This Ruby on Rails acts_as extension provides the capabilities for creating a nice url based on an attribute of the...
ActsAsNode
acts_as_normalized lets you fetch records from the database with far fewer return trips than an :includes.
It allows to handle JSON and JSONB fields as if they are proper database columns, handling default values, type casting...
This gem creates notifiable objects, and allows objects to be set as read
A Ruby gem who provides a small DSL to register Pusher channels and events in Redmine
Add notifications for ActiveRecord objects
acts_as_notifier is an add-on for ActiveRecord models used to notify users of new and updated records
via ActionMailer...
Rails gem that provides Net Promoter Score (NPS) ratings and analysis for ActiveRecord models. It can be used as a...
Rails plugin that enables your models to access OAuth services
ActiveRecord extension that turns your models into graph objects. Includes helper methods for adding tags and the Like Button to...