Last active
August 29, 2015 14:04
-
-
Save catm705/be917925e754eefc6851 to your computer and use it in GitHub Desktop.
BEWD Pull Requests: How to add live app hwk checks to github - Ex. pr/9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This opens pull requests without having to merge them. | |
https://gist.github.com/piscisaureus/3342247 | |
1.) You'd have to check into their app folder | |
2.) bundle install, rake db:migrate, possibly rake db:seed | |
3.) rails s | |
4.) subl it open in other terminal window | |
5.) Check their site on localhost:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment