Skip to content

dmtgtk/dependent_protect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= dependent => :protect option

Adds a new option :protect for the parameter <tt>:depends</tt> from +has_many+,
+has_one+ and +belongs_to+ methods. This option forbids destroying records with
associated records in an association created with <tt>:dependent => :protect</tt>
option, more or less like <tt>ON DELETE RESTRICT</tt> SQL statement. If you try
to destroy a record with associated records it will raise an
ActiveRecord::ReferentialIntegrityProtectionError (defined also in this 
plugin).

Based on the idea and the code from [email protected] in Ruby on Rails
ticket #3837 (https://dev.rubyonrails.org/ticket/3837) and plugin from Daniel
Rodríguez Troitiño <[email protected]> in
https://svn.ruido-blanco.net/dependent_protect/


== Author

Sergio Cambra, based in a plugin from Daniel Rodríguez Troitiño
<[email protected]>, and the ideas and the code from
<[email protected]>.

About

Adds dependent protect option to rails associations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%