foodsoft/config
kidhab 216fb9b3cf
Enabled systemd socket activation (PR #942)
With this [configuration](https://github.com/puma/puma/blob/master/docs/systemd.md) puma automatically binds to all systemd activated sockets. With socket activation systemd opens the listening socket(s) in advance and provides them to the Puma master process on startup. This keeps listening sockets open across puma restarts and achieves graceful restarts.
2022-04-25 12:41:40 +02:00
..
environments Add support for ActiveStorage (PR #852) 2022-01-31 08:44:53 +01:00
initializers Auto correct rubocop style issues 2022-02-20 16:28:54 +01:00
locales Add admin UI for SupplierCategories 2022-02-20 16:43:20 +01:00
app_config.yml.SAMPLE Rename Piwik to Matomo (PR #911) 2022-01-21 15:14:29 +01:00
application.rb Use ActiveJob instead of Resque directly 2021-03-08 12:30:58 +01:00
boot.rb Rails 5.2 2020-09-05 14:40:11 +02:00
database.yml.MySQL_SAMPLE Create database.yml via Dockerfile 2019-10-28 19:01:02 +01:00
database.yml.SQLite_SAMPLE Switch license to AGPL (fixes #496, PR #513) 2017-11-10 17:02:35 +01:00
environment.rb Rails 5.0 2020-09-05 14:40:11 +02:00
i18n-js.yml handle ajax errors (closes foodcoops#300) 2014-07-02 13:55:05 +02:00
navigation.rb Run rubocop --fix-layout and remove encoding comments 2021-03-02 09:12:19 +01:00
puma.rb Enabled systemd socket activation (PR #942) 2022-04-25 12:41:40 +02:00
routes.rb Add admin UI for SupplierCategories 2022-02-20 16:43:20 +01:00
schedule.rb Add rake task to import bank_transactions 2019-10-29 18:06:53 +01:00
spring.rb Rails 5.0 2020-09-05 14:40:11 +02:00
storage.yml.SAMPLE Add support for ActiveStorage (PR #852) 2022-01-31 08:44:53 +01:00