We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noted the readme states works with Rails 4.2+ (and probably 4.1, 4.0 too) and Ruby 2.2+. Does it work with Rails 5 and beyond?
works with Rails 4.2+ (and probably 4.1, 4.0 too) and Ruby 2.2+
I have tried to install this on Rails 6.1 and I am getting no data showing in the dashboard:
We have tried the following to resolve:
gem 'rails_performance', github: 'igorkasyanchuk/rails_performance'
The text was updated successfully, but these errors were encountered:
@jeremylynch strange, but can you try "dummy" app (if you clone this gem)
also, if you will clone repo and connect locally in your app:
gem 'rails_performance', path: "../rails_performance"
and try to debug this file https://github.com/igorkasyanchuk/rails_performance/blob/master/lib/rails_performance/rails/middleware.rb
don't forget to always restart server if you will change any file from the gem.
Sorry, something went wrong.
I just tried it on a rails 7.1 app and it works.
Same here, working fine on Rails 7.1.
No branches or pull requests
Noted the readme states
works with Rails 4.2+ (and probably 4.1, 4.0 too) and Ruby 2.2+
. Does it work with Rails 5 and beyond?I have tried to install this on Rails 6.1 and I am getting no data showing in the dashboard:
We have tried the following to resolve:
gem 'rails_performance', github: 'igorkasyanchuk/rails_performance'
The text was updated successfully, but these errors were encountered: