Gordy
- Gordy has 0 plugins published and has 0 fans on Railsify!
Acts As Filterable by Mark Chadwick (markchadwick) in Security & Protection and ActiveRecord
Simple, transparent access control for ActiveRecord models.
Acts As Secure by Val Aleksenko (muzzy) in Security & Protection and ActiveRecord Gem Available!
ActsAsSecure adds an ability to store ActiveRecord model's fields encrypted in a DB. When a model is marked with acts_as_secure, the :binary type fields are recognized as needed to be stored encrypted. The plugin does before_save/after_save/after_find encryption/decryption thus making it transparent for a code using secured models. The plugin supports a master key approach as well as individual records encryption keys. It does not contain any crypto provider but allows to plug in any external one as long as it supports encrypt/decrypt methods.
Acts as Textiled by err in HTML Helpers and ActiveRecord
This simple plugin allows you to forget about constantly rendering Textile in your application. Instead, you can rest easy knowing the Textile fields you want to display as HTML will always be displayed as HTML (unless you tell your code otherwise).
acts_as_redeemable by Wynn Netherland (Wynn Netherland) in ActiveRecord
acts_as_redeemable adds redemption capability to a model for items like coupons, invitation codes, etc. Each redeemable gets a unique code upon creation that can be sent in an email or printed as a coupon code.
ar_mailer_generator by Geoffrey Grosenbach (topfunky) in Miscellaneous
Generate model and migration files for using Eric Hodel's ar_mailer. Queue emails and send them all at once instead of monopolizing a Rails process to send email.
auto_migrations by PJ Hyett in ActiveRecord
Dynamically modify your database simply by making changes to your schema file! Also generates regular migrations.
Exception Notification by Jamis Buck in Miscellaneous
Sens e-mail notifications when exceptions are raised.
Friendly Identifier by Nick Zadrozny (nzadrozny) in Utilities, ActiveRecord, and Miscellaneous
It's nice to have human-readable identifiers in your URLs, but can be a bit of a pain to get just right. This plugin provides a single command that parses out a nice permalink, overrides to_param and even overrides find so you can start using friendly urls right away! This isn't the end-all permalink plugin, but it's an excellent time- and code-saver for small, restful apps.
has_many_friends by Steve Ehrenberg (dnite) in ActiveRecord
Creates the ActiveRecord links required for creating self-referential friendships between users. Adds many helper methods to your User model that will help create, maintain, and retrieve friendships.
Juggernaut by eribium in Miscellaneous
The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates. Although the obvious use of this is for chat, the most exciting prospect is collaborative cms and wikis.
Templated Attribute by Chris Kampmeier (chrisk) in HTML Helpers and ActiveRecord
Allows you to declare that certain attributes in your model are "templated." A templated attribute has a helpful initial value---kind of like a default value---except that these aren't valid data or saved in the database. They're suggestions to the user about the expected formatting or content of a field. You can: 1. pre-fill form fields with these templates, but keep these values out of the database 2. specify these values only once in the model 3. create a user experience that clearly implies that these values are just templates for valid data, using an included unobtrusive javascript library.
validates_as_uk_postcode by Stephen Rushe (srushe) in ActiveRecord and Miscellaneous
This Ruby on Rails plugin implements an ActiveRecord validation helper called validates_as_uk_postcode. The helper acts as if validates_format_of was used with a regular expression that defines an valid UK postcode: http://www.govtalk.gov.uk/gdsc/html/frames/PostCode.htm
validates_email_format_of by Alex Dunae (Alex) in Security & Protection, ActiveRecord, and Miscellaneous
Rock solid e-mail validation of e-mail addresses against RFC 2822. Test cases are included.
validates_email_veracity_of by Carsten Nielsen in Security & Protection and ActiveRecord
This makes it really easy to validate e-mail addresses supplied within Rails applications. It can even check the MX records associated with the e-mail address supplied to see if the domain exists and is accepting mail! Basically, if you care about e-mail address validity, it's a must-install.


