Andrei Zhigalkin

Results 14 comments of Andrei Zhigalkin

I would note that I'm having the same issue. Though I think it predates Ameba. Here is what is disabled in `.rubocop.yml` in one of my Ruby projects: ```yaml Metrics/AbcSize:...

Probably so. Never had it happen on Arch with glibc.

@ardecvz Thanks for the heads up! It doesn't sound complicated, so I think I can do it.

I'm halfway through adding `bundle exec rake spec:sequel` that doesn't depend on ActiveRecord and ActiveSupport. There is a problem with generators depending on ActiveRecord. I'm not sure how to remove...

@ardecvz Would you mind helping me from this point?

It looks like Ruby Bytes does not support RSpec, which is used in this project.

@ardecvz I added the Sequel generators back. My knowledge of Rails generators, Thor and Ruby Bytes is limited, so if you don't mind picking the PR up, I'd appreciate it....

It would be great to have this PR merged. I think the easiest solution is to add the ActiveRecord/ActiveSupport dependency back (but keep all other fixes and mention the ActiveRecord/ActiveSupport...

Thanks. The branch is in a half-baked state right now. I'll fix it and let you know when it can be reviewed.

Should be ready for a review. Suggestions from the original PR have been taken into account and small changes have been made to further separate Logidze from ActiveSupport. I didn't...