This is something I was considering. I've never personally dealt with the full deployment process by myself with Rails, so I was going to look at this when I get to coding. I wasn't planning on CI, but it's something else that I'd like to do.
If you use Rails, any recommendations for CI? Thanks for the comment.
Comments
This is something I was considering. I've never personally dealt with the full deployment process by myself with Rails, so I was going to look at this when I get to coding. I wasn't planning on CI, but it's something else that I'd like to do.
If you use Rails, any recommendations for CI? Thanks for the comment.
You could run something like Autotest for continuous testing & quality control: http://ph7spot.com/musings/getting-started-with-autotest
You can run Capistrano for continuous deployment: https://github.com/capistrano/capistrano.
If you wanted to go the extra mile you could also setup different staging environments on your server: http://cjohansen.no/en/rails/multi_staging_environment_for_r...