Raido

Results 7 issues of Raido

### Brief Description We have cases in code where we dup the existing record and then will update the some of the attributes on duped record. Unfortunately when shrine file...

Please add initializer support for Appsignal. ``` Appsignal.configure do |config| config.active = ENV['APPSIGNAL_PUSH_API_KEY'].present? config.push_api_key = ENV['APPSIGNAL_PUSH_API_KEY'] config.revision = Rails.root.join('REVISION').exist? ? Rails.root.join('REVISION').read : nil config.filter_parameters = Rails.application.config.filter_parameters.map(&:to_s) config.request_headers += %w[HTTP_X_CUSTOMER_HEADER] confif.ignore_errors...

feature
requests

With the current version it is not possible to test attribute type if attribute type is **boolean**. The current implementation uses method `Attribute#primitive` to fetch and compare types, which in...

What do you think about, adding class method `format_regexps` to every country, which returns array of regular expressions which are used to validate the format. In our case we need...

We are using secondary database to sync out analytics data, and when secondary database is down, it does not affect main application. Now when support to multiple databases was added...

Currently the service file is always removed with `sudo`, but when sudo is not allowed for the user, then the uninstall fails. The [source code deletes with command `execute :sudo,...

Previously the `userResHeaderDecorator` returned headers override that allowed me to override/change needed headers and allowed me to set cookies to request. I was extracting value from headers and saved this...