Gab-Social/app/helpers
rubic0n a623252c59 Convert to boolean in C code
casecmp?(str) is 1.5x faster than casecmp(str).zero?
It's 1 less method call in Ruby, and the C code can convert
to boolean, rather than returning a number and determining
if it's zero.
2021-02-17 23:25:10 -06:00
..
admin Added new flags to admin dashboard account search 2021-02-10 12:24:09 -05:00
application_helper.rb Fixed issue with FA icon in ApplicationHelper 2021-01-19 00:35:51 -05:00
flashes_helper.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
home_helper.rb Commiting 2020-11-15 12:48:32 -06:00
instance_helper.rb Removed unused code from initial_state and ReactController 2020-11-09 12:14:42 -06:00
jsonld_helper.rb Convert to boolean in C code 2021-02-17 23:25:10 -06:00
routing_helper.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
settings_helper.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
statuses_helper.rb Progress 2020-12-15 19:31:30 -05:00