Simon Dawson
Results
2
issues of
Simon Dawson
In a clean Rails 5.0.0.beta3 project, adding ``` ruby gem 'activeuuid', '>= 0.5.0' ``` to the `Gemfile` causes the following failure to start the Rails server. ``` DEPRECATION WARNING: alias_method_chain...
I am seeing the following in my Rails production log, using v2.13.3 ``` Rollbar.js could not be added because undefined method `current_csp' for # exception ``` This is after upgrading...
bug