Commit Graph

8 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 e9384fb4bd Whitespaces 2014-03-11 19:13:59 -03:00
Renato Mascarenhas 34312c9fbc Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
Carlos Antonio da Silva e5541af50d Change error notification message default lookup when locale not found 2012-04-28 18:01:11 -03:00
Rafael Mendonça França 07063c0310 Test error_notification stored in I18n 2012-02-16 15:32:15 -02:00
Edison 9dfff667a7 allow HTML tags in error notifications messages 2012-02-16 15:07:52 -02:00
Vasiliy Ermolovich e39e0e54cb handle validates_length_of :is option 2012-01-03 21:10:50 +03:00
José Valim 3ee59b5d0d Break form builder test into smaller files. 2011-09-08 16:04:36 +02:00