Skip to content

Instantly share code, notes, and snippets.

@catm705
Last active August 29, 2015 14:04
Show Gist options
  • Save catm705/be917925e754eefc6851 to your computer and use it in GitHub Desktop.
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 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