Mourad De Clerck
Mourad De Clerck
Hi, since a little while I'm getting these errors: ``` Unable to find or delete the DNS TXT record: Failed to renew certificate subdomain.example.com with error: An error occurred adding...
Hi! Some templates generate a script to be executed. Unless there's a way I don't know of, I'm supposed to use the `hook = …` entry to: - set the...
There seems to be a problem if you have a circular dependency in your actable base class. Example: ``` ruby class Product < ActiveRecord::Base actable belongs_to :pen_case end class Pen...
We're using [mina](https://github.com/mina-deploy/mina) instead of capistrano to deploy. It'd be nice to have out of the box support for AppSignal deploy markers. Right now we're using something like this: ```ruby...
## Environment - Ruby **2.7.6** - Rails **6.1.7** - Simple Form **5.1.0** ## Current behavior In [form_builder.rb](/heartcombo/simple_form/blob/main/lib/simple_form/form_builder.rb#L466) there's the following code: ```ruby def lookup_model_names #:nodoc: @lookup_model_names ||= begin child_index =...
I realize this is a bit of an elephant in the room, but I didn't see any discussion about this and wanted to try being a (devil's?) advocate for this...
I've found it sometimes difficult to discover certain classes down the hierarchy, and it would be nice to have a way to, for instance, navigate the Exception Class hierarchy. Preferably...