Merged
Conversation
2eb40e1 to
378e5bc
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
ahundt
pushed a commit
to ahundt/rtk
that referenced
this pull request
Feb 23, 2026
…s--master--components--rtk chore(master): release 0.3.0
navidemad
added a commit
to navidemad/rtk
that referenced
this pull request
Mar 1, 2026
- Change run_rails_filtered to accept impl Fn instead of fn pointer, enabling closures that capture local state (issue rtk-ai#9) - Refactor run_routes to use run_rails_filtered with closure capturing has_grep flag (~40 lines removed) - Refactor run_generate to use run_rails_filtered with closure capturing generator_type/generator_name (~30 lines removed) - Replace double MOUNTED_ENGINES iteration (.any + .find) with single .find() call (issue rtk-ai#10) - Replace BTreeMap with HashMap for namespaces in filter_rails_routes since data is re-sorted by count anyway (issue rtk-ai#12) - Remove redundant !t.is_empty() check since t.len() > 1 implies non-empty (issue rtk-ai#13) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
🤖 I have created a release beep boop
0.3.0 (2026-01-29)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.