f1c91f1119dae6e136c3ff14ca83b748dbf7d975
- Removed the direct assignment of user avatar URL in JobHelper, delegating it to the post update logic. - Updated UpdatePostsJob to enqueue UserAvatarJob when the avatar URL changes, improving avatar management. - Refactored tests to utilize new methods for checking enqueued job arguments, enhancing clarity and maintainability. - Improved user avatar handling in UserAvatarJob, ensuring proper state management and logging. - Added new utility methods in SpecUtil for better job argument retrieval in tests.
README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version
- 3.2.6
- System dependencies
- node 18.x
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
- Build docker image with
docker build . -t redux-scraper-app
- ...
Description
Languages
Ruby
80%
HTML
10.8%
TypeScript
7.8%
JavaScript
0.7%
Shell
0.2%
Other
0.4%