I’m trying to create a new environment (build) for using it with hudson.
I’m doing this because I didn’t want to mix up my test databases with hudson test database.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you want create the
hudsonenvironment.config/environments/hudson.rb. You can start by cloning an existing one, for instanceconfig/environments/test.rb.config/database.ymlfor your environment.configfolder with your new environment, some gems create their ownymlsunder theconfigfolder.Now you can start the server
or run the console
And so on.
If you are using an older version of Rails, the commands are