search for: foreign_key_associations

Displaying 2 results from an estimated 2 matches for "foreign_key_associations".

2007 Sep 05
8
Hi..Guys new plugin again
...wing active-record configuration properties: config.active_record.pluralize_table_names config.active_record.table_name_prefix config.active_record.table_name_suffix Installation EDGE To install using SVN: ruby script/plugin install svn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/foreign_key_associations or using HTTP: ruby script/plugin install http://www.redhillonrails.org/svn/trunk/vendor/plugins/foreign_key_ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this gro...
2009 Jul 04
9
prevent orphan records
If I have belongs_to :user Do I need to have validates_presence_of :user_id ? Does Rails validate the presence of :user_id automatically if I have belongs_to :user? In other words, does Rails prevent against creating orphan records that belong to non-existent users? Thanks. -- Posted via http://www.ruby-forum.com/.