File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,14 @@ We don’t use Windows as OS for development machines. We use latest macOS or Ub
68
68
* [ lograge] ( https://github.com/roidrage/lograge ) for production logs squshing.
69
69
* [ sidekiq] ( https://github.com/mperham/sidekiq ) for background processing.
70
70
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 )
71
79
72
80
## Coding Conventions
73
81
@@ -87,13 +95,6 @@ We don’t use Windows as OS for development machines. We use latest macOS or Ub
87
95
* [ rails-controller-testing] ( https://github.com/rails/rails-controller-testing )
88
96
* [ simplecov] ( https://github.com/colszowka/simplecov )
89
97
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
-
97
98
## .gitignore
98
99
99
100
Add the following lines to default Rails-generated ` .gitignore ` file:
You can’t perform that action at this time.
0 commit comments