way to disable the railtie #26
aaronrosenthal
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi Aaron! I think you mean disable the development reloader? Otherwise the rake task wouldn't be registered either. If I recall correctly, it's possible to remove initializers by name in Rails, in this case |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable the railtie that gets enabled in development environments? We use this library on a larger project and have run into some issues when contributors switch frequently between branches, and so we wanted to disable the railtie so that we can control the generation more on our end.
Beta Was this translation helpful? Give feedback.
All reactions