Kevin Burke
Kevin Burke
I'm trying to test whether results are being clobbered, and/or whether merge is working properly. It would be helpful if there was a subcommand I could run that could print...
A commit was pushed to fix a deprecation notice in 2014, but the last version was released to Rubygems in 2011.
The most recent Git tag is for 0.2.8, but the most recent Rubygems release is 0.7.0.
If you try to include this library with Rails 5.1, you get the following error: ``` Failure/Error: include Oauth::Controllers::ConsumerController NoMethodError: undefined method `before_filter' for OAuthConsumersController:Class Did you mean? before_action #...
I'm trying to track down an error in a flaky test. Unfortunately the string output presented by rspec does not display the problem. The following test should be enough to...
The comment describes what I want to do, but the code example does not work for recent versions of Rails. ``` # Rails Asset Patch extension used to write assets...