Retrospring/config
Georg Gadinger 66efa5d4f4 clean up routes
- replace `match` with `get`/`post`/`patch`/`delete`
- format routes.rb
- rename the `show_user_{profile,question,answer}` routes to
  `profile`, `question`, `answer` so `url_for` (used by Rails Admin)
  works fine for these things
- also add `to_param` to the `User` model so that `url_for(some_user)`
  uses the user name
2022-07-23 12:14:06 +02:00
..
environments Remove uglifier 2022-07-03 19:32:42 +02:00
initializers Add `oj` 2022-07-21 16:09:00 +02:00
late_initializers Replace paperclip with CarrierWave 2020-05-17 20:38:40 +01:00
locales Add translation for Public Timeline title 2022-07-21 16:08:51 +02:00
webpack Add aliases for common module locations 2021-12-25 00:02:52 +01:00
application.rb Add version class and load it in Rails 2022-04-16 12:56:18 +02:00
boot.rb Add Bootsnap 2022-07-19 22:54:03 +02:00
cable.yml Upgrade to Rails 5 2020-04-19 00:59:22 +02:00
database.yml.postgres Set up GitHub Actions (#72) 2020-04-20 21:02:48 +01:00
environment.rb Upgrade to Rails 5 2020-04-19 00:59:22 +02:00
flags.yml Flag switcher 2015-06-21 12:33:29 +05:30
hl_to_cc.yml Flag switcher 2015-06-21 12:33:29 +05:30
i18n-js.yml Generate i18n export as TypeScript and move locale logic there 2022-01-15 00:05:17 +01:00
justask.yml.example Make forbidden screen names configurable 2022-07-23 09:11:32 +02:00
puma.rb Upgrade to Rails 5 2020-04-19 00:59:22 +02:00
routes.rb clean up routes 2022-07-23 12:14:06 +02:00
secrets.yml Upgrade to Rails 5 2020-04-19 00:59:22 +02:00
sidekiq.yml Use `dependent: :destroy_async` instead of `DeletionWorker` 2022-07-06 20:58:53 +02:00
spring.rb Upgrade to Rails 5 2020-04-19 00:59:22 +02:00
storage.yml Upgrade to Rails 6.0 2022-01-13 21:42:06 +01:00
webpacker.yml Add test for `Exporter#collect_user_info` 2022-01-14 23:29:49 +01:00