Skip to content

Commit

Permalink
Merge pull request #353 from platanus/f/scout
Browse files Browse the repository at this point in the history
feat(recipe): add monitoring recipe with scout gem
  • Loading branch information
rjherrera authored May 5, 2021
2 parents f34a746 + c6d257b commit e270d22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

Features:
- Add `monitoring` recipe with scout gem [#353](/~https://github.com/platanus/potassium/pull/353)

Fixes:
- Explicitly install project specified node version in CircleCI build [#352](/~https://github.com/platanus/potassium/pull/352)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Potassium Rails apps includes the following gems and technologies:
taking too long
- [Tzinfo-Data](/~https://github.com/tzinfo/tzinfo-data) for updating timezone information
- [Faker](/~https://github.com/stympy/faker) for creating development data
- [Scout](/~https://github.com/scoutapp/scout_apm_ruby) for monitoring performance

The following optional integrations are also added:

Expand Down
5 changes: 5 additions & 0 deletions lib/potassium/recipes/monitoring.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Recipes::Monitoring < Rails::AppBuilder
def create
gather_gem('scout_apm')
end
end
1 change: 1 addition & 0 deletions lib/potassium/templates/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
create :i18n
create :pry
create :better_errors
create :monitoring
create :devise
create :admin
create :vue_admin
Expand Down

0 comments on commit e270d22

Please sign in to comment.