Igor Zubkov
Igor Zubkov
Hi, In `README.md`: ``` As of version 4.0.0, Draper only officially supports Rails 5.2 ``` But, in `draper.gemspec`: ``` s.add_dependency 'activesupport', '>= 5.0' s.add_dependency 'actionpack', '>= 5.0' s.add_dependency 'activemodel', '>=...
# Bug Universe ancestries end point response with 500 and error in body: ## Request `curl -i https://esi.evetech.net/v1/universe/ancestries/` ## Response ### Headers ``` HTTP/2 500 date: Tue, 08 Dec 2020...
Hi, I configure `goldiloader` with `Goldiloader.globally_enabled = false` via rails initializer in `config/initializers/goldiloader.rb`: ```ruby # frozen_string_literal: true Goldiloader.globally_enabled = false ``` and it doesn't preload data in blocks. For example:...
Aloha! Main change: Upgrade Ruby on Rails to 5.0 Changes: 1. Update rubygems to 3.3.19 2. Update bundler to 2.3.19 3. Add `activemodel-serializers-xml` gem. This functionality was removed from rails...
Hello, Few questions about future of errbit: 1. Did errbit support jruby? Now and in future? 2. I want to drop `custom` ruby version support via `GEMFILE_RUBY_VERSION` from errbit. Is...
WIP Upgrade Rails to 7.0. Complete list of changes: * Ruby 3.1 * Rails 7.0 * Etc…
List of changes: 1. Upgrade ruby from 2.7.6 to 3.1.3 2. Update rubygems for Docker to 3.4.2 3. Update bundler for Docker to 2.4.2 4. Upgrade rails 5.0 to 6.1.7...
Hi! I am working on Rails 3 port. Work in progress: https://github.com/biow0lf/owp/tree/rails3 I will attach code here later, when it will be ready.