Muhammad Usman
Muhammad Usman
**Describe the bug** I am using simplecov on a ruby gem and testing via rspec. Everything works as expected. But when I add Appraisal and run test via **bundle exec...
Good Day :), ### Relations: ```ruby class Bank < ApplicationRecord has_many :accounts has_many :customers, through: :accounts end class Customer < ApplicationRecord has_one :account has_one :bank, through: :account end class Account...
**Describe the bug** The allowed user_id/customer_id character length is 35 while this lib restrict it to 30. So, user who has a user_id of length 31, 32 or 34 gets...
We use HTTP cache heavily and want to include the deployed version ref in the default ETAG so after every deployment we expire the previously cached data by the browser....