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:
assistance / README
100644 11 lines (9 sloc) 0.551 kb
1
2
3
4
5
6
7
8
9
10
11
Official assistance repo is in svn @ http://assistance.rubyforge.org/svn/trunk
See http://assistance.rubyforge.org
 
My changes (by branch name)
  + add_if_proc_to_validations
    allows you to write validates_presence_of :password, :if => lambda {|s| self.require_password?}
    status: Submitted patch via email
  
  + make_errors_enumerable
    Mixes Enumerable into Validations::Errors and provides .size and .each to errors. This was done for merb_helpers error_messages_for
    status: Patch not submitted, awaiting response about previous patch