-
Notifications
You must be signed in to change notification settings - Fork 119
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
[Configuration] Add more global configuration #85
Labels
Comments
👍 |
1 similar comment
+1 |
Any progress on this please? 😞 |
@Spone Hey 👋 On the next couple weeks, @julienbourdeau will be working on the issues of this repository. Let's just wait a little bit more in order to get feedback from him. |
Yeah, happy that the Rails integration is finally getting some 💕 |
@julienbourdeau has there been any movement on this issue? We would very much like to configure |
This was referenced Oct 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configurations like:
raise_on_failure
which is very handy in development for every model.enqueue
probably use for every model, if you use some queuesynchronous
probably use for every model if you want to use itper_environment
probably use it all the timeforce_utf8_encoding
probably use it for every modeldisable_indexing
probably always disabled if I am in test environmentare not posible to configure throw
config
files (production.rb
test.rb
development.rb
)The text was updated successfully, but these errors were encountered: