Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ./bin/rails to fix broken test runner #1139

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

stevepolitodesign
Copy link
Contributor

This is a work around for an issue with vim-test. Borrowed an existing
./bin/rails configuration from an Engine, which is very similar to a
plugin. The only difference is that we do not need the ENGINE_ROOT
setting.

This is a work around for an [issue][] with `vim-test`. Borrowed an
[existing][] `./bin/rails` configuration from an [Engine][], which is
very similar to a [plugin][]. The only difference is that we do not need
the `ENGINE_ROOT` setting.

[issue]: vim-test/vim-test#477
[existing]: https://github.com/rails/rails/blob/main/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt
[Engine]: https://guides.rubyonrails.org/engines.html
[plugin]: https://guides.rubyonrails.org/plugins.html
@stevepolitodesign stevepolitodesign changed the base branch from main to suspenders-3-0-0 November 9, 2023 01:09
@stevepolitodesign stevepolitodesign marked this pull request as ready for review November 9, 2023 01:09
@stevepolitodesign stevepolitodesign merged commit 5ff19c5 into suspenders-3-0-0 Nov 9, 2023
2 checks passed
@stevepolitodesign stevepolitodesign deleted the suspenders-3-0-0-vim-test branch November 9, 2023 11:56
stevepolitodesign added a commit that referenced this pull request May 10, 2024
This is a work around for an [issue][] with `vim-test`. Borrowed an
[existing][] `./bin/rails` configuration from an [Engine][], which is
very similar to a [plugin][]. The only difference is that we do not need
the `ENGINE_ROOT` setting.

[issue]: vim-test/vim-test#477
[existing]: https://github.com/rails/rails/blob/main/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt
[Engine]: https://guides.rubyonrails.org/engines.html
[plugin]: https://guides.rubyonrails.org/plugins.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant