public
Description: Mirror of validation reflection plugin
Homepage: http://rubyforge.org/projects/valirefl/
Clone URL: git://github.com/redinger/validation_reflection.git
redinger (author)
Fri Oct 09 12:46:58 -0700 2009
commit  a2bcc8c836a45af8a7784b51b4d586ed8924f01f
tree    354e13fdf612c211df779e95e2d76f7f82f20bfe
parent  ab7830e6cf59ff3bcb043a42aea9a622ddd549c0
validation_reflection / CHANGELOG
100644 41 lines (28 sloc) 1.066 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
== 0.3.5, 2009-10-09
* version bump
 
== 0.3.4, 2009-10-09
* Enhancements from Jonas Grimfelt
  ** Don't include instead of explicit namespaces to make the code much DRY:er and readable
  ** Avoid mutable strings
  ** Be clear about the namespaces for external classes (to avoid Ruby 1.9.x issues)
  ** Fixing gem loading issues on Ruby 1.9.x
  ** Removed the freezing of validations
 
== 0.3.3, 2009-09-12
* version bump
 
== 0.3.2, 2009-09-12
* gemified by Christopher Redinger
 
== 0.3.1, 2008-01-03
* require 'ostruct'; thanks to Georg Friedrich.
 
== 0.3, 2008-01-01
* Added configurability in config/plugins/validation_reflection.rb
 
== 0.2.1, 2006-12-28
* Moved lib files into subfolder boiler_plate.
 
== 0.2, 2006-08-06
?
 
= Deprecation Notice
 
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/