sudo /usr/local/mysql/support-files/mysql.server start
Git pull
git pull origin mo
Git add, all changed and new files
git add .
Commit chnages
git commit -m "Updated shift information to not redirect after update"
Deploy code to development via capistrano NOTE: commit all your changes to mo and them run the command bellow after the command change Gemfile and uncomment Development and comment put production.
NOTE: Before you deploy or commit any changes you should run rvmsudo bundle update (this will update the changes to compnenets gems we have made)
cap dev deploy:cold