You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
ThibG 9734c9b6fe
Add clean error message when RAILS_ENV is unset (#15381)
By default, an unset RAILS_ENV is understood as RAILS_ENV=development.

However, this is not what most people expect, and due to development-only
dependencies, users are often left with confusing error messages.

This commit changes it so that an explicit RAILS_ENV is required, and
failing that, an error message is displayed before loading the app.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
4 years ago
..
environments
initializers Add stoplight for object storage failures, return HTTP 503 (#13043) 4 years ago
locales Ran `i18n-tasks normalize` (#15372) 4 years ago
webpack Add subresource integrity for JS and CSS assets (#15096) 4 years ago
application.rb Fix streaming API allowing connections to persist after access token invalidation (#15111) 4 years ago
boot.rb Add clean error message when RAILS_ENV is unset (#15381) 4 years ago
brakeman.ignore Fix performance on instances list in admin UI (#15282) 4 years ago
database.yml
deploy.rb
environment.rb
i18n-tasks.yml
navigation.rb
pghero.yml
puma.rb
routes.rb Add import/export feature for bookmarks (#14956) 4 years ago
secrets.yml
settings.yml Add ability to require invite request text (#15326) 4 years ago
sidekiq.yml Fix to isolate the sidekiq process that runs the scheduler job (#15314) 4 years ago
themes.yml
webpacker.yml