Dalzhe
Dalzhe
I don't understand your answer. If a project uses rubocop each member of the project must run rubocop before commit anything. If a project doesn't use rubocop none of the...
For example our team decide to use single quote for simple strings. This gem uses the default rubocop configuration, so it uses double quote. This way, running migrations will update...
Because I want it. If you don't like to have code style on schema.rb it doesn't means that other people can't do it. This way the gem force me to...
@alexanderadam much much better. But I would like to know why it should run rubocop in order to remove schema conflicts. In 100% of cases conflicts in my team are...
@jalada it's a problem that I noticed too. The use of ENV is a great idea, is the only way to mantain data between dynos. Install redis or force to...
Yeah, off course. I use directly env variables without think about ask to heroku 😸 . I change this ASAP
@jalada I think that renew window is useless. Using certbot daemon it consider 30 days, so we can use that value.
@jalada about checking the certificate by hand, I noticed that Platform-api json not provide expire_at value. Your fork of the gem do that. I simply prefered that way in order...
Yes, when I add a domain name to the heroku app. The new domain is not certified but without a force renew I can't generate a new one until the...
@jalada about the use of the endpoint, OK! I fix that ASAP