CodeTriage
CodeTriage copied to clipboard
Adding Ruby on Racetracks elements
I'd like to add elements of my Ruby on Racetracks methodology. The options are:
- Put these elements in a pull request
- Limit these elements in a personal branch and use the "git cherry-pick" command for creating branches specifically for pull requests
Here are the things I plan to add:
- build_fast.sh script: After I git clone the app in a fresh development environment, all I have to do is enter "sh build_fast.sh" script to set things up and run all tests.
- Scripts for tasks like running the Rails sandbox, running the Rails server in a Docker container, entering Git credentials, etc.
- The annotate, railroady, and rails-erd gems
- Debug box in the browser when viewing the app in the development environment
Let me know which elements I should submit in pull requests and which elements I should limit to my own personal branch.