Maxwell Salzberg
Maxwell Salzberg
I'd love to give someone who is also using screencap the ability to push new gem versions. Anyone up to the task?
I was wondering if anyone had any experience with using data produced from a Trix field to be uses as the content of an HTML email. Since, styling and dom...
Reading through lots of history, I came across https://github.com/basecamp/trix/issues/561 anyone find a workaround to add a click through link for images using Trix/ActionText?
I think some of my pages are failing because Chrome is asking to translate said pages. Do I need to fork the gem to pass more options to the shim?...
Starting in Rails 7.2, alias_attribute with non-attribute targets will raise. Use `alias_method :campaign, :caffeinate_campaign` or define the method manually. backtrace sources this error from the following lines ``` /Users/maxwell/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/caffeinate-2.5.0/app/models/caffeinate/campaign.rb:86:in `subscribe!'...
Hi! We have been enjoying `better_mailer_previews` at @backerkit, thank you for the gem. We started using BMP for a bit of an "off label" use, and I was wondering if...
### Steps to reproduce ```ruby 1. Upload an image to an ActionText editor in 7.1.3.4 2. Upgrade to 7.1.3.4 3. resave the model containing the image 4. the image preview...