Commit Graph

9 Commits

Author SHA1 Message Date
Gustavo Bazan 698182a686 Drop EOL Ruby versions
Remvoe old versions of ruby from CI
2018-10-30 11:28:04 +00:00
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
Herminio Torres 1a72dffc37
Add support Rails 5. 2016-07-05 12:22:52 -03:00
Rafael Mendonça França 12e6d89b77 Remove all warnings of invalid CSS selector 2014-09-08 17:19:40 -03:00
John Voloski e878330f28 improve inputs's tests description and remove 'should' 2014-05-14 14:19:06 -03:00
Cameron Cundiff 9cd202bc4f Test for aria-required on priority input.
[#780]
2013-04-07 14:02:49 -04:00
Renato Mascarenhas 34312c9fbc Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
Derek Prior 2000d32942 Consistently refer to SimpleForm in docs and tests
In most official-looking places, the gem is refered to as "SimpleForm",
rather than "simple form", "Simple Form" or "simple_form". When we're
talking about the gem, use "SimpleForm". In code, keep "simple_form".
Eliminate all instances of "simple form" except when capitalized in
deprecation messages.
2012-02-17 16:44:20 -05:00
José Valim cc72315703 Break inputs_test.rb into many files as well. 2011-09-08 16:04:36 +02:00