public
Description: My assistance repo w/ minor tweaks (original @ http://assistance.rubyforge.org/svn/trunk)
Homepage: http://assistance.rubyforge.org
Clone URL: git://github.com/bricooke/assistance.git
ciconia (author)
Sat Feb 16 00:00:05 -0800 2008
commit  146b9e46e660db511acd1b95e28a7b4938bbec16
tree    338237de4a12527bc91c3fa457d58f2824227fdc
parent  38550c440e1bcaea189ac2aed7b06c17b4ca4e80
assistance / CHANGELOG
100644 37 lines (19 sloc) 0.639 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
=== 0.1.5 (2008-02-16)
 
* Fixed .validates {each ...} to work correctly.
 
=== 0.1.4 (2008-02-08)
 
* Added inheritance of validations.
 
=== 0.1.3 (2008-02-04)
 
* Fixed case statement in Inflector to work in Ruby 1.9.
 
=== 0.1.2 (2008-01-21)
 
* Imported Validation from Sequel.
 
=== 0.1.1 (2008-01-18)
 
* Added Array#extract_options! method.
 
=== 0.1 (2008-01-14)
 
* First "official" release.
 
=== 0.0.2 (2008-01-10)
 
* Removed Sequel namespace for ConnectionPool.
 
=== 0.0.1 (2008-01-10)
 
* Imported #blank? from DataMapper.
 
* Imported inflector from Merb.
 
* Imported ConnectionPool from Sequel.
 
* Imported time calculations from Sequel.