Hi guys,
Is it possible to have a different environment, other than the Development, Test, and Live. I'd like to run a development copy on my laptop while I'm on the road, pointing to it's own mySQL db etc. I thought it would be as simple as adding a YAML entry, but Rails doesn't like it.
Is this possible?, to have more than the default Dev, test, and live envs?
Thanks
Chris
Hi guys,
Is it possible to have a different environment, other than the
Development, Test, and Live. I'd like to run a development copy on
my laptop while I'm on the road, pointing to it's own mySQL db etc.
I thought it would be as simple as adding a YAML entry, but Rails
doesn't like it.
You can have as many as you want for example some of our apps have a
report environment or a test_selenium environment
I'm addition to an entry in database.yml you'll need a file in config/
environments
Fred