vite_ruby icon indicating copy to clipboard operation
vite_ruby copied to clipboard

⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience

Results 82 vite_ruby issues
Sort by recently updated
recently updated
newest added

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 [`npm...

bug
help wanted

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 I...

bug: pending triage

### Description 📖 In the latest Vite, the default falls to `.js`, therefore `.ts` needs to be explicitly specified. ### The Fix 🔨 By updating the example to include the...

### Description 📖 Allows additional options to be passed to the `vite_plugin_legacy` rails tag helpers. This way we can do something like: ```ruby ``` ### Background 📜 This was happening...

All non-EOL'd Rails version at this point support a `load_defaults` method which can be used to tell Rails which version defaults to start with. Some of the rails-version-gemfile test runs...

Previously this method was going untested in pre-7.1 rails test executions -- changes to assert what we expect (raise) in that path.

In rails edge there's a helper in place that looks for tests without assertions and warns - https://github.com/rails/rails/blob/main/activesupport/test/testing/test_without_assertions_test.rb#L20 The rails edge CI runs have such a warning, example: https://github.com/ElMassimo/vite_ruby/actions/runs/9424262054/job/25964175625#step:6:12 This...

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [X] I have tried upgrading by running `bundle update vite_ruby`. - [X] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 I...

bug: pending triage

### Description 📖 Storybook (builder-vite) adds an `iframe.html` entry into the `rollupOptions` when building a static build. I found that `vite-plugin-ruby` is overriding these options meaning that the Storybook build...

Rails 7.2+ ships with features like the ability to generate a [devcontainer](https://edgeguides.rubyonrails.org/getting_started_with_devcontainer.html) for development, [Github Action to run tests](https://github.com/rails/rails/issues/50502) and Rails 8 will ship with [Kamal](https://github.com/rails/rails/pull/51798) configured by default for...

documentation