feat: frameworks compatibility and integrations#519
Merged
niteshpurohit merged 4 commits intoMay 27, 2026
Conversation
- add shared host runtime integration for plain Ruby and the supported framework gems - implement Rails, Sinatra, Roda, and Hanami host wiring for dashboard, health, readiness, operator, and recurring-job surfaces - add Kaal-backed recurring-job integration through config/kaal.rb and config/scheduler.yml with framework-aligned backend wiring - add Rails-first ActiveJob compatibility through the shared Karya queue-store contract - add framework e2e coverage across supported backends and keep unit coverage at 100% - update setup, framework, compatibility, and operator docs to match the delivered integration story closes: #393 closes: #147 closes: #148 closes: #155 closes: #163 closes: #340 closes: #150 closes: #153 closes: #399 closes: #169 closes: #176 closes: #185 closes: #189 closes: #299 closes: #358 closes: #359
- Changed root_path from Pathname to String for simplicity. - Updated resolve_path method to use File.join for better compatibility. - Added original_entries initialization in tests to preserve state before running examples.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes: #393
closes: #147
closes: #148
closes: #155
closes: #163
closes: #166
closes: #340
closes: #150
closes: #153
closes: #399
closes: #169
closes: #176
closes: #185
closes: #189
closes: #299
closes: #358
closes: #359