heartcombo--simple_form/test/inputs
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
..
boolean_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
collection_check_boxes_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
collection_radio_buttons_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
collection_select_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
datetime_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
disabled_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
discovery_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
file_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
general_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
grouped_collection_select_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
hidden_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
numeric_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
priority_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
readonly_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
required_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
string_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00
text_input_test.rb Add frozen_string_literal in all .rb files 2017-11-27 17:06:18 -08:00