Simon Dawson

Results 3 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

## Synopsis When rich text attributes are declared by passing `encrypted: true` to `has_rich_text`, the attribute class will be `ActionText::EncryptedRichText` rather than the `ActionText::RichText` base class. Extend the existing `have_rich_text`...