What exactly is the difference in rails between dev and prod environments.
When I develop an application in dev mode, do I have peformance problems, or others if I clone my dev environment on prod?
What exactly is the difference in rails between dev and prod environments. When I
Share
Environments are similar to rails initializers, here’s a short list of common differences:
/config/environments/*.rb.Documentation on settings that can be used within the environment configurations can be found here: http://guides.rubyonrails.org/configuring.html