Tilo

Results 25 issues of Tilo

In lib/clickatell.rb : module Clickatelll end # one 'l' too much

it can happen that the same user has multiple flavors of an app installed on the same iOS device, which will result in the same token for e.g. ios-development and...

## Description Codeclimate runs bundler-audit to check for vulnerabilities and I noticed that it incorrectly flags vulnerabilities. e.g. when upgrading Rails from 6.0.4 to 6.0.4.6 these two vulnerabilities get flagged,...

bug
needs-info
cannot-repro

This line: https://github.com/ruby/rake/blob/86d7ad9b7bdc621945ba1c3fcba071167fc7301d/lib/rake/application.rb#L395 is causing this error when running against Ruby 3.2 or head ``` Run bundle exec rake test rake aborted! NoMethodError: undefined method `=~' for # /opt/hostedtoolcache/Ruby/3.2.0-preview1/x64/bin/bundle:25:in `load'...

symbolize_keys and stringify_keys does not work on nested hashes: ``` > {"this"=>{"is"=>:an, "awful"=>:example}, "very"=>:weird}.symbolize_keys => {:this=>{"is"=>:an, "awful"=>:example}, :very=>:weird} ``` and: > {:this => {:is => :an , :awful => :example},...

feedback

We are using audited 4.5.0 with Rails 5.0.6 and Ruby 2.3.5 we get some Audit table entries, recording an attribute change when the value of the attribute did not change......

API servers hopefully have the asset pipeline disabled by default. It would be great to provide directions in the README on how to set up swagger_engine without the asset pipeline.

Following your example, and generating the keys as you specified, I get this error: ``` alg = Sandal::Enc::Alg::RSA_OAEP.new(File.read('rsa_public_key.pem')) encrypter = Sandal::Enc::A128GCM.new(alg) jwe_token = Sandal.encrypt_token(jws_token, encrypter, { 'kid': 'your rsa key',...

In Rails 3.2.13 I'm experiencing problems when trying to use tableless models as one side of a has_many_through relationship ``` class List < ActiveRecord::Base # persisted model has_many :memberships has_many...

I noticed that there were a couple of breaking changes, e.g. `0.8.0` -> `0.8.1` `0.8.3` -> `0.8.4` Would it be possible to follow something like SemVer, or at least to...