search for: enforce_schema_rul

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

Did you mean: enforce_schema_rules
2006 Aug 14
2
Plugins: Validation Reflection and Client-Side Validation
...Version 0.1 had supplied three methods - validates_presence_of_mandatory_content_columns - validates_lengths_of_string_attributes - validates_all_associated These have been removed. Please use the Enforce Schema Rules plugin instead http://enforce-schema-rules.googlecode.com/svn/trunk/enforce_schema_rules/ Client Side Validation ====================== Version 0.2, 2006-08-06 Requires Validation Reflection plugin. This plugin is only a tool, it leaves some work for you to do. The plugin happily handles the validation part, but it is your job to handle the notification. Let''s look at...
2007 May 29
22
Rails doesn't scale because RI/transactions in app not db!!!
Not that I have your attention! :P I''ve been having a discussion with a respected colleague here: http://phpbuilder.com/board/showthread.php?t=10340411 (Rails vs. PHP) He''s basically saying that Rails won''t be able to scale because referential integrity and tranactions are done in the application rather than the database. Please read the referenced thread for much more