docbrown/app/models/settings
Jamie Gaskins 94841d5934
Remove Database.table_available? (#14639)
ActiveRecord already implements this at the model level and also makes
use of the ActiveRecord schema cache. `Database.table_available?` did
not use this query cache and ended up sending *all* of those queries to
Postgres every single time.
2021-08-31 13:53:34 -04:00
..
authentication.rb Introduce Settings::Base (#14138) 2021-08-30 10:27:08 +07:00
base.rb Remove Database.table_available? (#14639) 2021-08-31 13:53:34 -04:00
campaign.rb Introduce Settings::Base (#14138) 2021-08-30 10:27:08 +07:00
community.rb Introduce Settings::Base (#14138) 2021-08-30 10:27:08 +07:00
general.rb Various cleanups (#14616) 2021-08-31 09:17:24 +07:00
mandatory.rb Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
rate_limit.rb Introduce Settings::Base (#14138) 2021-08-30 10:27:08 +07:00
smtp.rb Introduce Settings::Base (#14138) 2021-08-30 10:27:08 +07:00
user_experience.rb Introduce Settings::Base (#14138) 2021-08-30 10:27:08 +07:00