Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/rails7.txt Secret

Last active May 15, 2022 14:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/c4eeb2a9343fb8e3e3f7abb6932c478e to your computer and use it in GitHub Desktop.
Save enebo/c4eeb2a9343fb8e3e3f7abb6932c478e to your computer and use it in GitHub Desktop.
actionmailbox: 92 runs, 238 assertions, 0 failures, 0 errors, 0 skips
actionmailer: 230 runs, 516 assertions, 0 failures, 1 errors, 0 skips
actionpack: 3550 runs, 16802 assertions, 1 failures, 1 errors, 0 skip
# No closing tags in many of these tests...something really odd.
actiontext: 80 runs, 145 assertions, 7 failures, 2 errors, 0 skips
# Ordering of hashs.
actionview: 2424 runs, 5395 assertions, 2 failures, 4 errors, 1 skips
# NameError: uninitialized constant ActiveJob::Arguments::BigDecimal
# require 'bigdecimal' in arguments.rb fixes but why? This is typical of all the runs for this (multiple modes run)
activejob: 368 runs, 837 assertions, 0 failures, 0 errors, 0 skips **
# Only hash ordering differences
activemodel: 966 runs, 2853 assertions, 5 failures, 0 errors, 0 skips
# ArgumentError: wrong exec redirect action
activestorage: 392 runs, 1121 assertions, 0 failures, 0 errors, 0 skips
activesupport: 5188 runs, 12926 assertions, 43 failures, 28 errors, 1090 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment