Commit Graph

7 Commits

Author SHA1 Message Date
Dillon Welch cac943e891 Add frozen_string_literal in all .rb files
I noticed these files all had strings such as "", "  ", "_" that were
allocated each time some common methods were called, over 1000x on a
page in my app. This comment freezes all of these strings such that
they're only allocated once, saving many KB of memory allocation.
2017-11-27 17:06:18 -08:00
Rafael Mendonça França 1f41dd3b7d Warn users if Simple Form is not configured in the application 2014-04-02 18:30:54 -03:00
José Valim 0c0e632433 Tests pass. 2010-01-09 18:12:52 +01:00
Carlos Antonio da Silva f38fe388f3 Adding simple_form_install generator, and fix tabs and typo in README 2009-12-11 18:23:00 -02:00
Carlos Antonio da Silva 4509ec9202 Work in progress with form.input. 2009-11-19 19:26:16 -02:00
Carlos Antonio da Silva 27f050b949 Base form helper and builder. 2009-11-18 21:50:43 -02:00
Carlos Antonio da Silva a7d0cc21f0 Initial commit. 2009-11-18 15:45:35 -02:00