Espen Antonsen

Results 68 comments of Espen Antonsen

> Fetching gem metadata from https://rubygems.org/.......... Your bundle is locked to railties (7.0.3.1) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that...

So now the Rails 7 test works for Ruby 2.7 but not for Ruby 2.6. It is saying railties 7.0.3.1 doesn't exist which is not correct. I think this could...

Should not be a problem running in a rake task, it is already in the Rails env. I think just adding `ActiveSupport::Notifications.instrument` either in the model (certificate.renew) or related concern...

This would be awesome. Is my assumption right here that the CA would perform the DNS verification? And in such case there would be no need to mount this as...

That would be nice but for my user case I do not control the domain. So just the verification is sufficient. I would have customers pointing their domain to my...

@git-no that's neat but does not work when using multiple language files.

Probably not the best solution but sorting the hash fixes it for me: https://github.com/espen/jekyll-language-plugin/commit/bc90abc17c1c97141862c4d9a564aa52bd2a8da0

This could be the same as this: https://github.com/stevenkaras/omniauth-mailchimp/pull/8

Yes see https://github.com/glebm/i18n-tasks/blob/master/templates/config/i18n-tasks.yml#L95

Perhaps this in i18n-tasks.yml? ``` data: write: - ['{views.policies}.*', 'config/locales/views/policies/\1/%{locale}.yml'] ```