Update rails_best_practices: 1.19.3 → 1.19.5 (patch) #225
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rails_best_practices (1.19.3 → 1.19.5) · Repo · Changelog
Release Notes
1.19.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 44 commits:
Bumping version to 1.19.5
update code_analyzer to 0.5.1
Merge pull request #350 from rwojnarowski/patch-1
Update require_all dependency from 2.0 to 3.0
update .travis.yml
Merge pull request #349 from angezanetti/AddVscodeOption
upgrade the version number
fix the url format
change the doc & parser
add the link format for vscode
Merge pull request #343 from flyerhzm/awesomecode-ruby/emptyline-25377
Merge pull request #347 from r-uchida13/add_bigint_to_always_add_db_index_review
Add bigint to AlwaysAddDbIndexReview
commit Gemfile.lock
Bumping version to 1.19.4
Auto corrected by following Ruby Style/IfUnlessModifier
Auto corrected by following Ruby EmptyLine
Merge pull request #342 from flyerhzm/awesomecode-ruby/emptyline-25374
Merge pull request #341 from flyerhzm/awesomecode-ruby/magiccomment-25372
Auto corrected by following Ruby EmptyLine
Auto corrected by following Ruby MagicComment
Merge pull request #339 from flyerhzm/awesomecode-ruby/emptyline-25366
Merge pull request #336 from kazuooooo/master
Auto corrected by following Ruby EmptyLine
Merge pull request #337 from baclv/fix-docs
Load the custom configuration file
update awesomecode.io badge link
Add cli class
Auto corrected by following Ruby Layout/ExtraSpacing
Auto corrected by following Ruby Style/UnneededCondition
remove mac only gems
commit Gemfile.lock
Auto corrected by following Ruby Style/YodaCondition
Auto corrected by following Ruby Style/EachWithObject
Merge pull request #332 from flyerhzm/awesomecode-ruby/parentheses-18754
Auto corrected by following Ruby Style/RedundantFreeze
Auto corrected by following Ruby Style/SymbolProc
Auto corrected by following Ruby Parentheses
Auto corrected by following Ruby Style/BlockDelimiters
Auto corrected by following Ruby Lint/UnusedMethodArgument
Auto corrected by following Ruby Performance/RedundantBlockCall
Merge pull request #331 from flyerhzm/awesomecode-ruby/layout/trailingwhitespace-18749
Auto corrected by following Ruby Layout/TrailingWhitespace
Auto corrected by following Ruby GeneralLayout
Commits
See the full diff on Github. The new version differs by 6 commits:
Bumping version to 0.5.1
support :@period for to_s
remove 1.9.3 compatible tests
Bumping version to 0.5.0
fix after upgrading to ruby 2.6
Auto corrected by following Format Ruby Code
Release Notes
1.1.5 (from changelog)
1.1.4 (from changelog)
1.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
5.13.0 (from changelog)
5.12.2 (from changelog)
5.12.1 (from changelog)
5.12.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
prepped for release
+ Deprecated Minitest::Guard#maglev?
+ Added skip_until(year, month, day, msg) to allow deferring until a deadline.
Reworked some of metametameta to be more flexible.
+ Added expectations #path_must_exist and #path_wont_exist. Not thrilled with the names.
re-sorted assertions after path additions
+ Finally added assert_path_exists and refute_path_exists. (deivid-rodriguez)
+ Refactored and pulled Assertions#things_to_diff out of #diff. (BurdetteLamar)
- Fix autorun bug that affects fork exit status in tests. (dylanahsmith/jhawthorn)
+ Added examples to documentation for assert_raises. (lxxxvi)
- Support new Proc#to_s format. (ko1)
- Improved documentation for _/value/expect, especially for blocks. (svoop)
prepped for release
- After chatting w/ @y-yagi and others, decided to lower support to include ruby 2.2.
prepped for release
- Fixed broken link to reference on goodness-of-fit testing. (havenwood)
Added mini-apivore to readme.
- Update requirements in readme and Rakefile/hoe spec.
+ Added documentation for Reporter classes. (sshaw)
Added minitest-global_expectations to readme. (jeremyevans)
- Avoid using 'match?' to support older ruby versions. (y-yagi)
Tweaked multithreading section of README. (iHiD)
prepped for release
Reworked the \n vs \\n mu_pp_for_diff situation.
Extended assert_mu_pp and assert_mu_pp_for_diff to auto-quote strings to make tests more grokkable.
minor editing to comment
Turn off parallelism on stub and spec meta tests because they hit class methods (globals)
Added mutant-minitest to readme. (mjb)
+ Add a descriptive error if assert_output or assert_raises called without a block. (okuramasafumi)
- Check `option[:filter]` klass before match. Fixes 2.6 warning. (y-yagi)
Fixed 2.6 warning in test_refute_match_matcher_object by adding explicit =~ method. (y-yagi)
Added doco for using Rake::TestTask. (schneems)
Added minitest-mock_expectations to readme. (bogdanvlviv)
- Fixed spec section of readme to not use deprecated global expectations. (CheezItMan)
minor rearrangement of requires
Added tests for message and using message/lambad w/ assertions.
+ Changed mu_pp_for_diff to make having both \n and \\n easier to debug.
Overhauled and sorted test_minitest_assertions.rb in prep for new mu_pp_for_diff changes.
Split tests out into test_minitest_assertions.rb
- Fixed Assertions#diff from recalculating if set to nil
+ Deprecated $N for specifying number of parallel test runners. Use MT_CPU.
+ Extended Assertions#mu_pp to encoding validity output for strings to improve diffs.
+ Deprecated use of global expectations. To be removed from MT6.
+ Fail gracefully when expectation used outside of `it`.
Converted all minitest/spec tests over to use _ to avoid deprecation warnings.
Avoid teardown assertion check if test is skipped
Commits
See the full diff on Github. The new version differs by 5 commits:
Fix gemspec
Update CHANGES and bump version to 3.0.0
Merge branch 'yakara-ltd-active_support'
Respect inflections defined by ActiveSupport when autoloading
Update and rename CHANGES to CHANGES.md (#25)
Release Notes
1.10.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
prepped for release
+ Extended Sexp::Matcher::Parser to cover more method names.
+ Split out all pattern-oriented code to sexp_matcher.rb.
- Fixed bug w/ ruby's Array#eql? and #hash not looking at ivars.
+ Added Sexp.q (query) and deprecated Sexp.s to distinguish better and match inspect output.
prepped for release
+ Sexp#line now raises if setting w/ non-integer (eg nil).
- Simple fixes for STRICT_SEXP=1.
- Fixed pt_testcase.rb for stabby proc sexps.
- Fixed pt_testcase.rb for block args w/ trailing commas.
prepped for release
- STRICT_SEXP=4+ fails w/ current use of concat. Removed concat from strictness for now.
oops. needed to tag for 2.6 in pt_testcase.rb
Fixed a bug in sexp_body caused by last commit.
- Use concat internally instead of splat. Some people have 20000 node sexps! (presidentbeef)
Release Notes
1.2.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Update copyright years.
Preparing v1.2.6.
Replace expired gem signing certificate.
Fix a comment.
Ruby Enterprise Edition requires older versions of RubyGems and Bundler.
Fix block not being called by RubyCoreSupport.open_file on JRuby 9.2.
Revert "Try and fix an incorrect rake version being picked with JRuby 1.7."
Try and fix an incorrect rake version being picked with JRuby 1.7.
Convert to UNIX line endings.
Simplify minitest version constraint.
Update to Ruby v2.7.0-rc2.
Run CI tests on Windows with AppVeyor.
Enable verbose test output.
Update Travis CI Ruby versions.
Prevent bundler from attempting to use version minitest v5.12.0.
Allow newer versions of Rake that fix warnings with Ruby 2.7.
Eliminate a warning when calling File.open with keyword arguments.
Suppress deprecation warnings due to Object#untaint on Ruby 2.7.
Fix test failures on Ruby 1.8.7 caused by DateTime issues.
Remove the unused REQUIRE_PATH constant from RubyDataSource.
Fix SecurityErrors when loading data in safe mode.
Test that RUBY_ENGINE is defined.
Skip tests that fail due to Ruby bug 14060 on Ruby 2.4.4.
Update to the latest Ruby, JRuby and Rubinius releases.
Fix a documentation typo.
Return the correct seconds since the epoch value for strftime with %s.
Restrictions on timezones only apply to older (pre-1.9) Ruby releases.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands