Links
Categories
Category: Model
-
SMS Fu
Gives you the ability to send an SMS (text message) to a cell phone by providing the phone number and carrier.
-
Soft Validations
This Ruby on Rails plugin provides an additional Errors object, referred to as warnings, to ActiveRecord objects. Unlike validations, soft validations are not tied in to an AR object's lifecycle and can be used to specify recommended states for data.
-
Sortable
Allows you to sort ActiveRecord items in multiple lists with multiple scopes
-
Spatial Adapter
Provides transparent support for PostGIS and MySQL Spatial geometric columns in Rails.
-
Spraypaint
Tagging for rails, in a can
-
SQL Decimal Support
Adds support for SQL decimal/numeric types as BigDecimal classes, and adds support for the :decimal type in migrations
-
SqlCache
SqlCache caches the results of database queries.
-
Statelogic
ActiveRecord-oriented state machine
-
state_machine
Adds support for creating state machines for attributes within a model.
-
static_resource
A Rails plugin that leverages the slick XML parsing into objects of ActiveResource without
making any network calls by reading XML documents on your local filesystem. -
Statistics
An ActiveRecord plugin that makes it easier to do reporting.
-
StripAttributes
Automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
-
subverted_migrations
Helps Rails migrations to work between Subversion branches
-
suggests_id
Takes user input (such as their name) and returns an available ID string for use in login names or URLs.
-
SuperImage
Deprecated: use "FlexImage":http://github.com/Squeegy/fleximage
-
Superscope
Super scoping help for ActiveRecord.
-
super_transaction
SuperTransaction allows you to save and destroy objects just as you normally would, but under the
safety of a database transaction. It extends upon the built in Rails transaction method to cut
duplication of what I find myself repeating all over when using transactions. -
Table Migrator
Zero-downtime table migrations in MySQL
-
tag_cloud_helper
A Tag Cloud generator for acts_as_taggable_on_steroids
-
Token Generator
Mix-in for classes that needs to have a token generated using MD5.
