Pinned Repositories
action_mailer_tls
Enable ActionMailer to securely connect to Gmail or Google Hosted Applications
acts_as_commentable
The ActiveRecord acts_as_commentable plugin
acts_as_list
ActsAsList plugin
acts_as_lockable
Adds record locking support to prevent accidental deletion
acts_as_paranoid
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
acts_as_versioned
ActiveRecord plugin for versioning your models.
attachment_fu
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
paperclip
Easy file attachment management for ActiveRecord
unobtrusive_date_picker
Rails plugin with helpers to create a set of Date/Time selects that use the Unobtrusive Date Picker Widget.
us-state-select-plugin
just an update of technoweenie's us_states for rails 2.2
Thincloud's Repositories
thincloud/active_merchant
Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
thincloud/acts_as_commentable
The ActiveRecord acts_as_commentable plugin
thincloud/acts_as_lockable
Adds record locking support to prevent accidental deletion
thincloud/acts_as_paranoid
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
thincloud/attachment_fu
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
thincloud/paperclip
Easy file attachment management for ActiveRecord
thincloud/action_mailer_optional_tls
Enables TLS on SMTP connections (for services like GMail)
thincloud/active_presenter
The presenter library you already know.
thincloud/active_shipping
Shipping API extension for Active Merchant.
thincloud/ar_mailer
fork of ar_mailer gem by Eric Hodel that allows deferred batch sending of emails for Rails apps
thincloud/barby
The Ruby barcode generator
thincloud/configurator
Fatten your models with key/value pairs
thincloud/custom-err-msg
Custom Error Message Rails plugin
thincloud/delayed_job
Database backed asynchronous priority queue -- Extracted from Shopify
thincloud/deprec
master respository for deprec - deployment recipes for capistrano
thincloud/engines
The Rails Engines plugin
thincloud/exception_notification
Exception Notifier Plugin for Rails
thincloud/factory_girl
thincloud/hanna
More than just a new RDoc template
thincloud/has_force
SalesForce Web2Lead submission
thincloud/importer
CSV importer
thincloud/populator
Mass populate an Active Record database.
thincloud/prawnto
a featureful rails plugin leveraging the new kickass prawn library to produce compiled pdf views
thincloud/redcloth
RedCloth is a Ruby library for converting Textile into HTML.
thincloud/restful-authentication
Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.
thincloud/ruby-enom
eNom domain reseller API wrapper
thincloud/rudeq
A rails DB-based queue plugin
thincloud/shoulda
Makes tests easy on the fingers and the eyes
thincloud/spawn
spawn plugin for Rails to easily fork or thread long-running code blocks
thincloud/state_machine
Adds support for creating state machines for attributes on any Ruby class