David Backeus

Results 26 issues of David Backeus

.../bundler-0.9.8/lib/bundler/rubygems_ext.rb:20:in `alias_method': undefined method`dependencies' for class `Gem::Specification' (NameError) Using latest rails3 from master, rvm with ruby 1.9.1, rubygems 1.3.6 (also tried with 1.3.5 with same crash). Crash happened when running...

As requested in https://github.com/rmosolgo/graphql-ruby/issues/4003 here is the diff for the spike I made for Fiber#transfer support. I was mistaken in the issue to say that async dataloader specs were passing...

**Is your feature request related to a problem? Please describe.** The current implementation of Dataloader uses `yield` / `resume` for Fiber management which makes it incompatible with modern Ruby 3.1...

Though the actual error might be "can't run methods on objects in templates". ``` crystal # Controller class MyController < Base::Controller actions :index view "index", "#{__DIR__}/../views/ragas" def index @array =...

## Is your feature request related to a problem? The Rails Style Guide offers guidance on the ordering of macro methods inside ActiveRecord models. Macro Style Methods: https://rails.rubystyle.guide/#macro-style-methods Callbacks Order:...

After upgrading `sprockets-rails` to 3.0 I get the following boot time error: ``` .rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/browserify-rails-2.2.1/lib/browserify-rails/railtie.rb:35:in `block in ': undefined method `register_postprocessor' for nil:NilClass (NoMethodError) from .rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec' from .rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run' from...

This style of object creation appears to break with coffee-react-transform: http://goo.gl/KY6t8C Noted this while using cjsx-loader, who's author delegated this issue here.

The `Elasticsearch::Client#verify_with_version_or_header` method expects the ElasticSearch server to return a `x-elastic-product` header: https://github.com/elastic/elasticsearch-ruby/blob/main/elasticsearch/lib/elasticsearch.rb#L113 However in some builds of ElasticSearch, such as the latest homebrew version the header is returned with...

From the documentation on exceptions at https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-transport#exception-handling: > The highest-level exception is {Elasticsearch::Transport::Transport::Error} and will be raised for any generic client or server errors. However if the ElasticSearch cluster is...

Also prepares the gem for compatibility with Redis 5 Example warning: ``` Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. redis.pipelined do redis.get("key")...