josevalim / simple_form

Simple easy contact form for Rails with I18n, validations, attachments and request information.

This URL has Read+Write access

simple_form / CHANGELOG
100644 14 lines (8 sloc) 0.279 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Version 0.3
 
* Added support to symbols on :sender, :subject and :recipients
* Added support to symbols on :validate
 
# Version 0.2
 
* Added support to request objects and append DSL
* Added support to :attachments (thanks to @andrewtimberlake)
 
# Version 0.1
 
* First release