Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgoth/async-autoload
Present autoloading bug with async gem
https://github.com/morgoth/async-autoload
Last synced: about 4 hours ago
JSON representation
Present autoloading bug with async gem
- Host: GitHub
- URL: https://github.com/morgoth/async-autoload
- Owner: morgoth
- Created: 2022-03-21T09:24:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T09:24:38.000Z (almost 3 years ago)
- Last Synced: 2024-12-04T17:44:59.028Z (21 days ago)
- Language: Ruby
- Homepage: https://github.com/rails/rails/issues/44751
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Run `rails t test/models/my_model_test.rb`
The output is:
```
r t test/models/my_model_test.rb
Running 1 tests in a single process (parallelization threshold is 50)
Run options: --seed 2478# Running:
uninitialized constant MyModelTest::MyModel
MyModel.run_something
^^^^^^^
uninitialized constant MyModelTest::MyModelMyModel.run_something
^^^^^^^
something
```