Mourad De Clerck

Results 8 issues of 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...

question

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...

support
feature

## 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...

Running `haml-lint` since 0.60.0 always fails with "No such file or directory", often on different `haml` files. ``` No such file or directory - app/.haml org/jruby/RubyIO.java:1279:in `sysopen' org/jruby/RubyIO.java:4265:in `read' /srv/cat/icarus/vendor/bundle/jruby/3.1.0/gems/haml_lint-0.61.0/lib/haml_lint/source.rb:21:in...

bug
contributions-welcome