Skip to content

Releases: npezza93/activeinsights

v1.3.0

16 Oct 14:32
acfe960
Compare
Choose a tag to compare

What's Changed

  • Added user agent to requests

This release has a migration that needs to be run:
bin/rails g active_insights:update

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Oct 20:28
71f26ef
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @jondavidchristopher in #1
  • Added install task
  • Added ip address to requests
  • Fixed bug where path wasnt getting set on Request

This release has a migration that needs to be run:
bin/rails g active_insights:update

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.0

03 Oct 01:01
91f8f91
Compare
Choose a tag to compare

Gave the views a fresh coat of paint to be more inline with new Rails template styles

v1.0.1

27 Jan 01:03
19888f4
Compare
Choose a tag to compare

Changes

  • Added a new option to set wether insights are enabled or not. By default they are not in development
config.active_insights.enabled = true