Ruben Izmailyan

Results 13 issues of Ruben Izmailyan

It would be great to be able to configure response formats and customize Currently, I'm able to do this for successful responses like so: ``` HealthBit.configure do |config| config.headers =...

Hi we recently upgraded to Rails 5.1.1 and sprockets-rails 3.2.0 and saw an issue with the *emojify* helper you guys suggest. sprockets-rails 3.2.0 requires you to to explicitly tell the...

Hi - I'm getting the below error running `bundle exec rake knapsack:minitest` in both my CI and development environments: ``` Traceback (most recent call last): 4: from /Users/ruben/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/rake-12.3.1/lib/rake/rake_test_loader.rb:5:in `' 3:...

I am running into problems using `allow_value` with an alias attribute. This is my model, which has a column called `custom_data`, aliased as `metadata`. ``` class Widget < ApplicationRecord alias_attribute...

I've been looking at [rule 6.1](https://graphql-rules.com/rules/mutation-namespaces ), which presents a compelling argument for using namespaces to group mutations. I really like this approach. However, after doing further research, it appears...

ActiveSupport::Notifications is throwing an exception, related to how this gem parses certain filtered objects. To replicate, add the `variables` param to your list of filtered params config like so. ```ruby...

Is it possible to add support for the graphql plugin? https://github.com/DmitryTsepelev/rubocop-graphql

Is it possible to implement a default queue, similar to ActionMailer or Textris's own`from` value? I don't use the `:textris` queue and manually setting a queue on every delivery is...

help wanted

Since upgrading Cuprite to 0.14.3 and Ferrum to 0.13.0, we're seeing intermittent errors in our RSpec runs on Github Actions. We are not seeing errors like this locally. ```sh Failure/Error:...