97dff5abf929ec75957780fcf57bd1f69c658b52
- Introduced a new model for managing Inkbunny posts, including creation, updating, and retrieval of post data. - Implemented a job system for handling updates to posts and files, ensuring efficient processing of submissions. - Enhanced the GlobalStatesController to manage Inkbunny credentials, allowing users to set either username/password or session ID. - Updated routes to support Inkbunny post viewing and management, including parameterized routes for post IDs. - Created policies to manage access to post details based on user roles, ensuring only authorized users can view sensitive information. - Improved views for displaying Inkbunny posts, including enhanced layouts and user interaction elements. - Added comprehensive tests for the new functionality, ensuring robust coverage for post management and credential handling.
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%