avantbard + activerecord 21
spikex's strongbox at master - GitHub
september 2009 by avantbard
another way to encrypt activerecord model attributes
activerecord
encryption
security
rails
september 2009 by avantbard
flyerhzm's bullet at master - GitHub
september 2009 by avantbard
get notices about when you should use eager loading (n+1 queries) and when you've got unused eager loaded data
rails
bullet
activerecord
queries
optimization
performance
gem
scaling
scalability
september 2009 by avantbard
laserlemon's vestal_versions at master - GitHub
august 2009 by avantbard
another ActiveRecord versioning plugin.
"vestal_versions keeps in the spirit of consolidating to one versions table, polymorphically associated with its parent models. But it goes one step further by storing a serialized hash of only the models’ changes. Think modern version control systems. By traversing the record of changes, the models can be reverted to any point in time.
And that’s just what vestal_versions does. Not only can a model be reverted to a previous version number but also to a date or time!"
rails
versioning
activerecord
version
audit
plugin
"vestal_versions keeps in the spirit of consolidating to one versions table, polymorphically associated with its parent models. But it goes one step further by storing a serialized hash of only the models’ changes. Think modern version control systems. By traversing the record of changes, the models can be reverted to any point in time.
And that’s just what vestal_versions does. Not only can a model be reverted to a previous version number but also to a date or time!"
august 2009 by avantbard
rich's acts_as_revisable at master - GitHub
july 2009 by avantbard
"acts_as_revisable enables revision tracking, querying, reverting and branching of ActiveRecord models. It does this while providing more Rails-like API than similar plugins. This includes extensions of standard ActiveRecord methods and numerous custom callbacks for the entire AAR life-cycle."
versioning
rails
activerecord
plugin
july 2009 by avantbard
nkallen's cache-money at master - GitHub
june 2009 by avantbard
Cache Money is a write-through and read-through caching library for ActiveRecord.
rails
activerecord
caching
cache
memcache
memcached
june 2009 by avantbard
airblade's paper_trail at master - GitHub
june 2009 by avantbard
auto versioning / auditing for activerecord models
activerecord
rails
audit
auditing
trail
versioning
june 2009 by avantbard
default_value_for
february 2009 by avantbard
great Rails plugin to provide default values for Active Record objects
activerecord
rails
plugin
plugins
rubyonrails
webdev
default
february 2009 by avantbard
acts_as_audited
january 2009 by avantbard
"acts_as_audited is an Active Record plugin that logs all modifications to your models in an audits table. It uses a polymorphic association to store an audit record for any of the model objects that you wish to have audited. The audit log stores the model that the change was on, the “action” (create, update, destroy), a serialzied hash of the changes, and optionally the user that performed the action." - this might have to replace acts_as_versioned + riff in an app I'm writing right now
activerecord
rails
rubyonrails
webdev
versioning
auditing
january 2009 by avantbard
acts_as_git
november 2008 by avantbard
plugin to auto-version active record text/string fields to a git repository for easy history versioning and rollback
git
activerecord
history
versioning
rails
rubyonrails
webdev
plugins
november 2008 by avantbard
Binary Logic - Searchgasm
september 2008 by avantbard
Searchgasm's inspiration comes right from ActiveRecord. ActiveRecord lets you create objects that represent a record in the database, so why can't you create objects that represent searching the database? Now you can! It's searching, ordering, and pagination all in one.
rails
search
rubyonrails
webdev
activerecord
plugins
september 2008 by avantbard
shadow - a plugin for ActiveRecord change history tracking
august 2008 by avantbard
"Provides a history of attribute and association updates for models. This coincides with a versioning system (such as acts_as_versioned). When used in tandem, you get both a history of changes and a history of what changed."
ruby
webdev
activerecord
rails
plugin
history
change
august 2008 by avantbard
validates_with_block rails lib
may 2008 by avantbard
A plugin that allows for dynamic, more readable block-driven validation for ActiveRecord models.
rails
webdev
rubyonrails
validation
validates
activerecord
may 2008 by avantbard
related tags
activerecord ⊖ assignment ⊕ audit ⊕ auditing ⊕ bullet ⊕ cache ⊕ caching ⊕ change ⊕ default ⊕ encryption ⊕ gem ⊕ git ⊕ hash ⊕ hasmany ⊕ hasmanythrough ⊕ history ⊕ hstore ⊕ import ⊕ javascript ⊕ js ⊕ memcache ⊕ memcached ⊕ model ⊕ models ⊕ optimization ⊕ performance ⊕ phonetic ⊕ plugin ⊕ plugins ⊕ postgres ⊕ queries ⊕ rails ⊕ ruby ⊕ rubyonrails ⊕ scalability ⊕ scaling ⊕ search ⊕ security ⊕ soundex ⊕ thoughtbot ⊕ through ⊕ towatch ⊕ trail ⊕ validates ⊕ validation ⊕ version ⊕ versioning ⊕ webdev ⊕Copy this bookmark: