Skip to content

Commit 00a561e

Browse files
Update Useful gems section
Make Useful gems section standalone. Add health_check gem
1 parent e647855 commit 00a561e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: platform/backend/backend.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ We don’t use Windows as OS for development machines. We use latest macOS or Ub
6868
* [lograge](https://github.com/roidrage/lograge) for production logs squshing.
6969
* [sidekiq](https://github.com/mperham/sidekiq) for background processing.
7070

71+
## Useful Gems
72+
73+
* [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner)
74+
* [database_rewinder](https://github.com/amatsuda/database_rewinder)
75+
* [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails)
76+
* [squasher](https://github.com/jalkoby/squasher)
77+
* [rpush](https://github.com/rpush/rpush)
78+
* [health_check](https://github.com/ianheggie/health_check)
7179

7280
## Coding Conventions
7381

@@ -87,13 +95,6 @@ We don’t use Windows as OS for development machines. We use latest macOS or Ub
8795
* [rails-controller-testing](https://github.com/rails/rails-controller-testing)
8896
* [simplecov](https://github.com/colszowka/simplecov)
8997

90-
Useful gems:
91-
* [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner)
92-
* [database_rewinder](https://github.com/amatsuda/database_rewinder)
93-
* [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails)
94-
* [squasher](https://github.com/jalkoby/squasher)
95-
* [rpush](https://github.com/rpush/rpush)
96-
9798
## .gitignore
9899

99100
Add the following lines to default Rails-generated `.gitignore` file:

0 commit comments

Comments
 (0)