has_moderated 1.2.3
Moderated fields or whole model instances are serialized and saved into a separate moderations table. The moderation can then be accepted and the changes will be applied to the model. This way, lookups for existing, accepted fields or entries will be much faster than if using something like Papertrail, since the changes that have not yet been accepted are stored outside of the model table - in the moderations table.
Gemfile:
=
instalar:
=
Runtime Dependencies (1):
rails
>= 3.0.0
Development Dependencies (10):
carrierwave
>= 0
database_cleaner
>= 0
growl
>= 0
guard-rspec
>= 0
guard-spork
>= 0
pry
>= 0
rmagick
>= 0
rspec
>= 2.11
spork
>= 0
sqlite3
>= 0