affected on destroy plugin

Plugin details

affected_on_destroy is a simple Rails plugin that recursively reflects on defined associations and lets you know which records will be deleted/nullified when using :dependent => :destroy or :dependent => :nullify

Repositoryhttp://github.com/murbanski/affected_on_destroy/tree/master Author Marcin Urbanski Tags affected destroy dependency nullify dependent model active_record LicenseRuby's (MIT)

Documentation

Install the plugin:
ruby script/plugin install http://github.com/murbanski/affected_on_destroy/tree/master

Installation - script/plugin install from above will not work - use gem dependencies:

config.gem 'murbanski-affected_on_destroy', :lib => 'affected_on_destroy', :source => 'http://gems.github.com'




See http://github.com/murbanski/affected_on_destroy/tree/master for usage

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (3 older versions) | Last edited by: murbanski, 8 months ago