Found 17 results by author Rick+Olson
Acts as Authenticated
The whole idea behind the plugin is that you generate the code once and add in your application specific authentication actions. This makes no attempt to decide how your application’s authorizing works.
Added on January 15th, 2007 @ 09:00 PM, Author(s) Rick Olson
Acts as versioned
This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.
Added on January 15th, 2007 @ 09:00 PM, Author(s) Rick Olson
Sentry
Wrapper around undocumented OpenSSL functions, providing symmetric and asymmetric encryption for active record attributes.
Added on January 15th, 2007 @ 09:00 PM, Author(s) Rick Olson
Acts as attachment
Allows you to specify that a model accepts file uploads and stores the necessary meta info (filename, size, etc).
Added on January 15th, 2007 @ 09:00 PM, Author(s) Rick Olson
Acts as Draftable
Allows a model to save certain attributes into a smaller drafts table. These are meant to be temporary modifications until the actual model is saved. This is very similar to Acts as Versioned.
Added on January 15th, 2007 @ 09:00 PM, Author(s) Rick Olson
Acts As Paranoid
Make your Active Records “paranoid.” Deleting them does not delete the row, but set a deleted_at field. Find is overloaded to skip deleted records.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Rick Olson
Routing Navigator
This plugin installs a handy routing navigator at the bottom of each page, showing all available routes and named routes.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Rick Olson
Gems
This is a small plugin that helps with Ruby Gem management for your application.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Rick Olson
Exception Logger
The Exception Logger logs your Rails exceptions in the database and provides a funky web interface to manage them.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Rick Olson
Referenced Page Caching
Referenced Page Caching is a small wrapper around Rails’ page caching. It allows you to add references to a current page’s cache file. These references are then used to expire all the pages that are referenced when it is modified or destroyed.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Rick Olson