https://github.com/rolemodel/bestpractices
This holds all of our best practices
https://github.com/rolemodel/bestpractices
documentation
Last synced: about 1 year ago
JSON representation
This holds all of our best practices
- Host: GitHub
- URL: https://github.com/rolemodel/bestpractices
- Owner: RoleModel
- Created: 2013-10-16T15:02:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T15:39:25.000Z (about 1 year ago)
- Last Synced: 2025-04-12T06:08:02.092Z (about 1 year ago)
- Topics: documentation
- Language: Ruby
- Size: 1.33 MB
- Stars: 13
- Watchers: 34
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Support: support/professionalism.md
Awesome Lists containing this project
README
BestPractices
=============
This holds *all* of our [best practices](about.md).
## Git
- [0. Setup](git/setup.md)
- [1. The Purpose of Git (or: Philosophy of Git)](git/purpose-of-git.md)
- [2. Development Workflow](git/development-workflow.md)
- [3. Commit Messages](git/commit-messages.md)
- [4. Squashing](git/squashing.md)
- [5. Merge Strategies](git/merge-strategies.md)
- [6. Linear History](git/linear-history.md)
- [7. Release based Branching](git/release-branching.md)
- [8. Flight Rules](https://github.com/k88hudson/git-flight-rules)
- [9. Tagging versions](git/tagging-versions.md)
## Rails
1. [Configuration](rails/configuration.md)
2. [Upgrade Checklist](rails/upgrade-checklist.md)
3. [ES6](rails/es6.md)
4. [Database Migrations](rails/database-migrations.md)
5. [Background Jobs](rails/background_jobs.md)
## Patterns
1. [Authorization](patterns/authorization.md)
2. [Forms](patterns/forms.md)
3. [Search](patterns/search.md)
## Testing
1. [Cross-browser Testing](testing/cross_browser_test.md)
2. [Selenium Server Testing](testing/selenium_server.md)
## Support
1. [Trello](support/using_trello_for_support.md)
2. [Professionalism](support/professionalism.md)
3. [Slack Standup](support/slack_standup.md)
4. [Project README](support/project_readme.md)
## DevOps
1. [Centralized Logging](devops/centralized_logging.md)
## Presentations
1. [Project Update Presentations](presentations/project_update.md)
2. [Chow and Pow Wow](presentations/chow_and_pow_wow.md) (deprecated)
3. [Core Project Presentations](presentations/core_presentation.md) (deprecated)