Rails Quick Tip - Display Current Environment in Console Prompt
https://pawelurbanek.com/rails-console-environment
Am I the only programmer who once or twice messed up production by thinking it was development? In this short tutorial, I’ll describe a simple way to reduce the risk of mixing up your current working Rails environment.
Post a comment