|7eter l-|. l3oling
|7eter l-|. l3oling
The test suite continues to not work at all, due to: ``` 1) JsonValidator validate_each with valid JSON data but schema errors Failure/Error: create_table(:users, force: true) do |t| t.text :data...
Find out what it is and set it in the gemspec! Due to the addressable [version constraint](https://rubygems.org/gems/addressable/versions/2.5.2) it is at least Ruby >= 2. The oldest least hassle version of...
I'd love to get insight from someone familiar with this library on how it compares to [ActiveResource](https://github.com/rails/activeresource), which has been a standard part of Rails since at least [Rails 3](https://api.rubyonrails.org/v3.2.1/classes/ActiveResource/Base.html)....
Related to https://github.com/rubygems/rubygems/issues/5942 and https://github.com/rubygems/rubygems/pull/6022 Script uses a good regex, `/((\d+\.\d+\.\d+)([-.][0-9A-Za-z-]+)*)(?=\.gem)/`, for pulling out a version match: https://rubular.com/r/9QuDiGVjvlHOrt
# Background ## rakelib The `rakelib` directory is the [default location](https://ruby.github.io/rake/doc/rakefile_rdoc.html#label-Multiple+Rake+Files) for Rake apps that are split across multiple files. The location/name of the `rakelib` directory can be customized with:...
- [x] code style closer to Ruby Style Guide in some areas - [x] improved some specs - [x] Fixed Ruby 2.4.1 warnings - [ ] still has 3 failing...
Using latest code from master@9d6518fcca (add brace_block support in routes) I get an error processing a module (mixing) I have for adding date range capabilities to other code. ### The...
@defunkt Direct Readme readers to Hub, yes? EOL, EOM
Here is the pry session where I discovered the issue (worker names changed). ``` 206: # TODO: I can't understand why there are 2 jobs. 207: # I've done everything...
Select Jobs in queue that are for the given Worker class Fixes https://github.com/leshill/resque_spec/issues/119