feature/assets-precompile-integration #10

Merged
heming merged 4 commits from feature/assets-precompile-integration into main 2025-06-14 05:43:28 +02:00
Owner
No description provided.
- Fix syntax error in development.rb that was preventing Rails from starting
- Update integration tests to match new template structure
- Make application layout handle missing root_path helper gracefully
- Add proper asset pipeline configuration for dummy app
- Consolidate documentation by removing DEVELOPMENT.md and MIDDLEWARE.md
- Update README.md with comprehensive feature documentation
- Add home controller and views to demo app
- Improve styling and navigation in demo app
- All tests now passing (84 runs, 903 assertions, 0 failures, 0 errors, 1 skip)
Remove development and middleware documentation
All checks were successful
CI / Test on Ruby 3.4 (push) Successful in 57s
CI / Lint (push) Successful in 41s
CI / Build gem (push) Successful in 40s
53410170c4
The commit message is clear and concise as is - it accurately describes the removal of development and middleware documentation files from the codebase. No additional body text is needed since the change is straightforward.
Consolidate dependency installation steps, enable fail-fast, and reduce
bundle install concurrency for better stability
Optimize CI workflow and consolidate dependencies
All checks were successful
CI / Test on Ruby 3.4 (pull_request) Successful in 43s
CI / Lint (pull_request) Successful in 35s
CI / Test on Ruby 3.4 (push) Successful in 43s
CI / Lint (push) Successful in 39s
CI / Build gem (pull_request) Successful in 34s
CI / Build gem (push) Successful in 35s
f0b26087d7
This combines package installation steps, switches to full Ruby images, and
adjusts parallel job settings for better stability.
heming merged commit f0b26087d7 into main 2025-06-14 05:43:28 +02:00
heming deleted branch feature/assets-precompile-integration 2025-06-14 05:43:28 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: heming/rsep#10
No description provided.