Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Rails 6 config.hosts #975

Closed
mike-burns opened this issue Mar 13, 2019 · 2 comments
Closed

[Feature] Rails 6 config.hosts #975

mike-burns opened this issue Mar 13, 2019 · 2 comments
Labels
Enhancement Features we're considering adding

Comments

@mike-burns
Copy link
Contributor

I don't understand this yet but Rails 6 will be introducing an ActionDispatch::HostAuthorization middleware that automatically configures itself. A quick search indicates that it configures itself via the config.hosts value.

We should probably find a way to set that.

@stevepolitodesign
Copy link
Contributor

The latest release made the decision to rely on as much of rails new as possible. Although we make some recommendations via the following configuration generators, we ultimately decided to leave infrastructure decisions up to the consumer.

This his how it can be configured.

@stevepolitodesign stevepolitodesign added the Enhancement Features we're considering adding label May 17, 2024
@mike-burns
Copy link
Contributor Author

Thanks for that redesign!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Features we're considering adding
Projects
None yet
Development

No branches or pull requests

2 participants