zzak
zzak
This PR addressed several unrelated issues in the Railties test suite, in order to reduce the amount of noise. **After** ``` $ bundle exec rake test >> railties_output_patched 2>&1 $...
As part of removing the dummy apps, in #50427, it was suggested to look at ways to improve test coverage from the point of view of Railties. This PR is...
Reverts rails/rails#50978 5.22.2 was released to address this, hopefully. :pray:
For example, if you run `rails test test/models/usr_tsst.rb` and the file does not exist, Rails will suggest `test/models/users_test.rb` as a possible file. ``` Could not load test file: test/models/usr_tsst.rb. Did...
[Example deploy](https://60ed10f7.zzak-rails.pages.dev/) made with rails/buildkite-config#89
If we make it possible to print both messages, which fixes the rails test suite that are failing even after 5.22.2. ``` Running 0 tests in a single process (parallelization...
Happened upon this exception when patching this file in rails/rails#48327, the documentation references a method which was moved to this gem, and nothing else in Rails uses it internally. I...
This is just an early proof-of-concept, but the idea is that we can hold a reference to the following rails extensive attributes API so they can be displayed and searchable...
It would be nice if I could fetch the total number of contributors in a time window. Currently, I'm parsing using Nokogiri, but I guess that's fine. Sample code fwiw:...