Richard Huang
Richard Huang
@ivanoblomov this is the code to check if ignoring a file, https://github.com/railsbp/rails_best_practices/blob/master/lib/rails_best_practices/core/check.rb#L49, could you help me debug it?
@ivanoblomov could you add some code and run rails_best_practices to see why it doesn't ignore your file?
Sounds good, but I have some concerns for writing to master and reading from slave, also redis is fast, there is still some delay between master and slave. e.g. 1....
@zorab47 I'd like to merge it if you could help to setup a PR.
@wscourge I appreciate it if you could create a PR.
@kazuooooo I think you can simply call like ``` analyzer = RailsBestPractices::Analyzer.new(path, options) analyzer.analyze # analyzer.runner.errors.empty? if true, there's no violation. ``` A PR to create CLI class is welcome
@iceberg901 sorry I haven't used New Relic Thread Profiler yet, but you can check if ``` INFO : Installing Rake instrumentation ``` printed in your `newrelic_agent.log`, if so, I think...
You can try to override request_path and request_method here https://github.com/flyerhzm/newrelic-grape/blob/master/lib/newrelic-grape/instrument.rb#L23
yes, we only track the url pattern, like `users-:id` if not, you will see lots of urls on newrelic web transaction, like, `/users/1`, `/users/10`, `/users/100`, etc. but version and format...
yes, it's a problem, feel free to open a pull request for it.