Dee Evans
Dee Evans
Quick hack. Probably not the best fix but it allows rails 6 to bundle and seems to be working properly now
Does this gem support the png printing functionality? https://developers.google.com/chart/interactive/docs/printing I would like to just get the URL of a chart to stick into an email.
`StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:` Also changed the migration format to the new `def change`
Trying to override the `$font-size-base` variable to `$font-size-base: 12px` is there any workaround to this in the gem?
Is there a way to overwrite the default behavior of `Redis.new` in a initializer? id like it to pass some default `ssl_params` in, which would allow our devs to continue...
Is there any documentation on how to read the results?
I noticed scout show redis time consumption. It would be nice to show memcached time as well
Just updated my Rails app from 5.0 -> 5.2 and now I cant start the rails server. ``` /Users/dmevans/.rvm/gems/ruby-2.4.0/gems/actionpack-5.2.3/lib/action_dispatch/middleware/stack.rb:37:in `build': undefined method `new' for "ApplicationInsights::Rack::TrackRequest":String (NoMethodError) Did you mean? next...
Anyway to configure a Rails application's logs to automatically go to application insights?