Switching Environments
Posted by Administrator on 24 December 2009 10:48 PM
|
|
Switching Environments
Rails can be run in different environments. Each will change the behaviour of
your application in several ways, and can be used to help you with each 1. Development - In development, you are generally changing the code
rapidly and reloading your application. You don’t need to restart the server or
the application to see your changes. Rails error messages will be technically
descriptive. | |
|