Make DSL generation work with codebases that are not Rails apps
Open
@Morriar is already working on this.
Since Mar 9, 2022.
enhancement
- Dominant language
- Ruby
- Stars
- 873
- Forks
- 164
- Avg merge
- 4d 27m
- Merged PRs (30d)
- 9
Description
Tapioca just assumes that the current project is a Rails application and tries to eager load it based on that assumption. However, our DSL generators could work in any codebase, provided that we know how to eager load the project.
We probably need a way for users to tell Tapioca how the codebase should be eager loaded, with the default being the Rails eager-loading that we have in place today.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.