Shopify / Shopify/tapioca

Make DSL generation work with codebases that are not Rails apps

Open
#442 2 comments 2 reactions 2 assignees View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.