micred
micred
Maybe it's not an issue, but I've noticed that there is always a background service, even when server is stopped, even when I boot the phone and I've never opened...
* Airbrake version: 6.2.0 * Ruby version: 3.1.0 * Framework name & version: Rails 7.0.2.3 #### Airbrake config ``` Airbrake.configure do |config| config.blocklist_keys = [:password] end ``` #### Description I...
Preprocess any object to sanitize and explicitly cast their values into hashes. It allows KeysFilter to filter them. This PR contains framework-specific logic, but works on plain Ruby and can...
When I have an enum option that is translated as "No", simple_form shows "false". Am I wrong? PS: workaround is adding a space after "No": ``` enums: user: product_already_have_km: already_customer:...
I got error on colorized log used by acme_wrapper in this gem: ``` cap aborted! NoMethodError: undefined method `light_black' for "2016-03-11 14:59:59 +0100":String /Users/michele/.rvm/gems/ruby-2.2.2@rails5/gems/letsencrypt-cli-0.2.0/lib/letsencrypt/cli/acme_wrapper.rb:16:in `block (2 levels) in log' /Users/michele/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/logger.rb:491:in...
Hi everyone, even if I set :lets_encrypt_days_valid to 365, the generated certificate is valid 3 months. I was wondering how to keep certificates of different servers updated, since capistrano scripts...