-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArgumentError (invalid byte sequence in UTF-8) #736 #737
Conversation
This fixes the following warnings that are printed when using this gem with Ruby 2.7.1: ``` /root/project/vendor/bundle/ruby/2.7.0/gems/apipie-rails-0.5.18/lib/apipie/extractor/recorder.rb:154: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /root/project/vendor/bundle/ruby/2.7.0/gems/actionpack-6.0.3.1/lib/action_controller/test_case.rb:460: warning: The called method `process' is defined here ```
# Conflicts: # Gemfile
…haracters when parsing the file handler path
Fixes doc comment
* switch to using github actions for tests * hack for rails 4.2 and ruby 2.6
Fixes #705: Fix tests on Ruby 3.0
Only depends on railties and activemodel
@aussiDavid Can you rebase your branch so the tests run ? Thanks |
…haracters when parsing the file handler path
@mathieujobin Done. |
Merci David. |
This rebase looks wierd, won't this mess up the already messed up history? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to properly rebase, there has been a mix of merge and rebase, causing duplicate commits to be shown...
I was unable to fix the rebasing. I've redone the pull request here #746 |
#736 ArgumentError (invalid byte sequence in UTF-8). Remove invalid characters when parsing the file handler path.