@ioquatix What is the suggested method when using the Gem in test and development? When I simply include it, it totally spams all test outputs with json. While that is very desireable in production, not great in test and also not in development, where I prefer the good old rails style. But if I include it only for production, the console methods are not defined. What's the intended way of using it?
@ioquatix What is the suggested method when using the Gem in test and development? When I simply include it, it totally spams all test outputs with json. While that is very desireable in production, not great in test and also not in development, where I prefer the good old rails style. But if I include it only for production, the console methods are not defined. What's the intended way of using it?