I have set up a bunch of initialising tasks that call various APIs and save them to constants for access in my controller (this may well be bad form, but I don't need them saved to the database for now).
Is there any way to run
rails s
without initializers, such as a setting up a specific environment that ignores them, or would this be bad practice?