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
Search Repo:
Added details about what I've done to the README
bricooke (author)
Sat Mar 08 05:41:31 -0800 2008
commit  0330ed3c45c21c7893cc8b3d05924c2b9029c639
tree    beea1cca1ef838b467e0401e0712b3d7085d5b0c
parent  3b8c4fcebb0b2a76667ddc0e87ab7fb84cf14fad
...
1
 
...
1
2
0
@@ -1,2 +1,3 @@
0
 coverage
0
+pkg
0
...
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1 +1,12 @@
0
+Official assistance repo is in svn @ http://assistance.rubyforge.org/svn/trunk
0
+See http://assistance.rubyforge.org
0
+
0
+My changes (by branch name)
0
+ + add_if_proc_to_validations
0
+ allows you to write validates_presence_of :password, :if => lambda {|s| self.require_password?}
0
+ status: Submitted patch via email
0
+
0
+ + make_errors_enumerable
0
+ Mixes Enumerable into Validations::Errors and provides .size and .each to errors. This was done for merb_helpers error_messages_for
0
+ status: Patch not submitted, awaiting response about previous patch

Comments

    No one has commented yet.