Andy Waite
Andy Waite
From the minitest README: > If you want to extend your test using setup/teardown via a module, just make sure you ALWAYS call super. I'd love to have a cop...
The following methods have a note that they are "not meant to be used by test developers." * `after_setup` * `after_teardown` * `before_setup` * `before_teardown` https://ruby-doc.org/stdlib-3.1.2/libdoc/minitest/rdoc/Minitest/Test/LifecycleHooks.html I suspect people may...
I recently learned about `make_my_diffs_pretty!` option from [this post](https://www.rubypigeon.com/posts/minitest-cheat-sheet/) by @tomdalling. The [official docs](https://www.rubydoc.info/gems/minitest/5.15.0/Minitest%2FTest.make_my_diffs_pretty!) warn that this is slower than the regular inspect, but when all tests are passing there...
To start off the Mocha section (#37) I would propose these as recommended configuration settings: ``` Mocha.configure do |c| c.stubbing_method_on_nil = :prevent c.stubbing_non_existent_method = :prevent c.stubbing_non_public_method = :prevent end ```...
Previously this pattern was used in the Rails docs examples but is now discouraged: https://github.com/rails/rails/pull/45927/files
`requestAccessToAccountsWithType:withCompletionHandler` is deprecated on iOS6 and seems to cause the app to terminate. (not expecting you to fix it, but this note might save someone else a little effort).
https://github.com/maybe-finance/maybe - The OS for your personal finances
https://github.com/chaskiq/chaskiq > A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc from cience.com
https://www.hexdevs.com/posts/massive-list-of-open-source-ruby-on-rails-applications-you-can-use-as-a-reference/
https://github.com/joemasilotti/daily-log > An Rails, iOS, and (upcoming) Android app to track my daily habits like exercise, medication, food, and water.