Skip to content

Commit

Permalink
Update README.md (#1)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
jondavidchristopher authored Oct 5, 2024
1 parent b060334 commit c211f22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Or install it yourself as:
$ gem install activeinsights
```

And then install migrations:
and then install migrations:
```bash
bin/rails g active_insights:install
bin/rails rails db:migrate
Expand All @@ -58,6 +58,12 @@ You can supply an array of ignored endpoints
config.active_insights.ignored_endpoints = ["Rails::HealthController#show"]
```

IF you are using sproket add application.css to your manifest.js (not needed for propshaft):
```bash
# app/assets/config/manifest.js
//= link active_insights/application.css
```

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run
Expand Down

0 comments on commit c211f22

Please sign in to comment.