Commit Graph

9 Commits (4909c2e7183f38caedd4445928033dc208762609)

Author SHA1 Message Date
Nick Schonning 11557d1c5a
Apply Rubocop Rails/RootPublicPath ()
Akihiko Odaki 778b37790b Do not fetch environment variables to determine default locale ()
The default locale is now set by config.
Akihiko Odaki f7bf36d8fc Require environment for generate_static_pages ()
It is required for ApplicationController.
Eugen Rochko 92e7815d1d Fix - Create symlink from public/500.html to public/assets/500.html ()
Yamagishi Kazutoshi 901fc48aae Upgrade Webpacker to version 3.0.1 ()
nullkal b32a1d5754 Refactor 500 file generation for future extension ()
Eugen Rochko 3b60832214 New error page graphic. Other error page improvements ()
- 500.html generated with admin-set default locale if set
- Error page `<title>` includes Mastodon site title
- 500 title changed to "This page is not
  correct" (ref: <https://www.youtube.com/watch?v=2VCAP_seh1A>)
- 500 content appended with "on our end" to make clear it's
  not user's fault
Yamagishi Kazutoshi 0fea700c7b Refresh manifest before generate 500.html ()
Eugen Rochko 2c8e3fbbfb Generate 500.html with assets:precompile, remove loading from Google Fonts ()