Matthew Higgins

Results 7 comments of Matthew Higgins

We also have a maintained fork at https://github.com/gotime/cassandra_object. The history that it was forked was lost because it started as a private repo.

This is a duplicate of https://github.com/ruby-i18n/i18n/issues/500. It was fixed in Rails 6.0.1: https://github.com/rails/rails/commit/adef6323e682e026ea6bdbf3a6eb187491f0fbd6#diff-cda406008ce3935156e8ba173b1e9837L85. There's nothing for you to do here. The error that ruby 2.7 outputs is quite terrible

@radar I can guarantee that it's due to dependencies unique to everyone's apps. I have 4 rails apps on ruby 2.7, neither having this problem. Two are 6.0.1 and two...

I'm on Rails 4.1 and can run `db:schema:load` repeatedly for my Rails 4.1 app. I need an example app to reproduce.

Very helpful @javornikolov. I will have a look at this when I have a free moment.

What if all options are blindly passed to the tests?

In test/unit, autorun is enabled by default. It is implemented here: http://ruby-doc.org/stdlib-1.9.3/libdoc/test/unit/rdoc/Test/Unit/Runner.html#method-c-autorun. ARGV is passed in, where the "-n test_name" logic takes place. I was thinking that "spin push" could...