Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ElMassimo/vite_ruby

⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience
https://github.com/ElMassimo/vite_ruby

chore: update dockerfile for the rails example

Iwaide opened this pull request over 1 year ago
Running bin/vite fails on production with bundler

omsoft opened this issue over 1 year ago
feat: help users that visit the vite dev server directly

ElMassimo opened this pull request over 1 year ago
fix: ssr incompatibility with vite 4

ElMassimo opened this pull request over 1 year ago
feat: install dependencies with yarn if npx is not available

ElMassimo opened this pull request over 1 year ago
assets:precompile works when yarn is available but npx is not

joekrump opened this issue over 1 year ago
Warning when running under ruby 3.2.0

ragingdave opened this issue over 1 year ago
feat: allow javascript_include_tag options to vite_client_tag

mjhoy opened this pull request over 1 year ago
Issue `sourcecodedir` always overriding vitest root configuration

cgaube opened this issue almost 2 years ago
Use [name]-[hash].[extname] for assets to match behavior in Rollup 3

krisrang opened this issue almost 2 years ago
Support the new --profile flag when running `vite build`

WagnerMoreira opened this issue almost 2 years ago
Out of Ordering Styling Between Dev and Build

jordan-erisman opened this issue almost 2 years ago
chore: bump dry-cli version

vladimirtemnikov opened this pull request almost 2 years ago
Make JS package manager configurable (vs. detected)

tkbrigham opened this issue almost 2 years ago
feat: add experimental `skipProxy` setting

ElMassimo opened this pull request almost 2 years ago
perf: avoid calculating digest on each lookup in development

ElMassimo opened this pull request almost 2 years ago
Unable to read config/vite.json file in Windows with Cygwin

aslam opened this issue almost 2 years ago
"The vite binary is not available" when using NODE_PATH

stacyharper opened this issue almost 2 years ago
bin/vite script not fully respecting --mode cli option

mrjman opened this issue almost 2 years ago
Specifying attributes for each tag when using `vite_javascript_tag`

cc-kawakami opened this issue almost 2 years ago
fix: avoid removing double extension for non-preprocessor assets

ElMassimo opened this pull request almost 2 years ago
Puma 6.0.0 does not close requests proxied to the Vite development server

ledermann opened this issue almost 2 years ago
Backport code from @vitejs/plugin-legacy to vite_plugin_legacy

Antti opened this pull request almost 2 years ago
feat: output exit code when vite process fails

JasonBarnabe opened this pull request almost 2 years ago
Capture exit code when Vite process is killed

JasonBarnabe opened this issue almost 2 years ago
Automated builds in the test environment make E2E testing very heavy

cc-kawakami opened this issue almost 2 years ago
not seeing the Vite (bolt) Ruby console message

wdiechmann opened this issue almost 2 years ago
unexpected token {

wdiechmann opened this issue almost 2 years ago
feat: create vite-plugin-rails, an opinionated version of `vite-plugin-ruby`

ElMassimo opened this pull request almost 2 years ago
fix: yarn berry pnp mode support

heka1024 opened this pull request about 2 years ago
CSS entrypoint not generated when another has same filename and content

JasonBarnabe opened this issue about 2 years ago
Vite preview mode

kikyous opened this issue about 2 years ago
feat: always trigger a build if the manifest is missing

ElMassimo opened this pull request about 2 years ago
feat: display last build errors in MissingEntrypointError

ElMassimo opened this pull request about 2 years ago
Demo: What if autoBuild error could show you the actual build error message?

jrochkind opened this pull request about 2 years ago
fix(BREAKING CHANGE): lookup now returns nil if auto-build fails

ElMassimo opened this pull request about 2 years ago
autoBuild with failed build, app will use previous successful build

jrochkind opened this issue about 2 years ago
docs: document bug in safari that caches css and prevents hmr

powersurge360 opened this pull request about 2 years ago
docs: document bug in safari that caches css and prevents hmr

powersurge360 opened this issue about 2 years ago
Dev mode inlined css styles in the end of head break order

99monkey opened this issue about 2 years ago
Add ids to the included legacy tags

edumudu opened this issue about 2 years ago
Unexpected reserved word (Bug)

chmich opened this issue about 2 years ago
Add nonce to `vite_react_refresh_tag` Rails tag helper

renchap opened this issue about 2 years ago
HMR is raising a preload warning in console

npearson72 opened this issue about 2 years ago
Importing Rails UJS causes it to auto-start

JasonBarnabe opened this issue about 2 years ago
Ability to import from gem's folders

Kukunin opened this issue about 2 years ago
fix: prevent yarn 2+ error in `assets:precompile`

pftg opened this pull request about 2 years ago
fix: ensure rails app is initialized before inferring config

ElMassimo opened this pull request about 2 years ago
vite_ruby is incompatible with derailed_benchmarks gem

CyberAP opened this issue about 2 years ago
fix: use javascript_include_tag in vite_client_tag

CyberAP opened this pull request about 2 years ago
Allow redefining ~ and @ alias

CyberAP opened this issue about 2 years ago
Additional entries outside of sourceCodeDir don't work

CyberAP opened this issue about 2 years ago
Add public/vite to linked_dirs like Rails does for public/assets

brendon opened this issue about 2 years ago
vite-plugin-ruby 3.1.1 breaks HMR proxy setup

ledermann opened this issue over 2 years ago
chore: update CI and stop testing in 5.2

ElMassimo opened this pull request over 2 years ago
docs: updated migration guide with aliases, stimulus-helpers

zealot128 opened this pull request over 2 years ago
vite-plugin-ruby should not have `latest` tag on npm

stackia opened this issue over 2 years ago
Fix npm deprecation warning on assets:precompile

mattbrictson opened this pull request over 2 years ago
feat: use Vite 3 as the default

ElMassimo opened this pull request over 2 years ago
Add missing backquote in comment [ci skip]

okuramasafumi opened this pull request over 2 years ago
npm warning when running rake assets:precompile

jameshibbard opened this issue over 2 years ago
TCP connection descriptors leak

vladimirtemnikov opened this issue over 2 years ago
Fix symbol error on vite_rails rake task `enhance` call

dfockler opened this pull request over 2 years ago
Catch npm command not found, for folks who install deps with yarn

woodhull opened this pull request over 2 years ago
`npx ci --yes` does not work with npm 8.5.5

danieldiekmeier opened this issue over 2 years ago
.env files in Rails root are not being loaded by Vite

adenta opened this issue over 2 years ago
feat: add support for SSR builds (experimental)

ElMassimo opened this pull request over 2 years ago
feat: add support for SSR builds (experimental)

ElMassimo opened this pull request over 2 years ago
feat: add vite_asset_url helper

yegayazilim opened this pull request over 2 years ago
fix: prevent error when using a proc in asset_host (close #202)

ElMassimo opened this pull request over 2 years ago
Support asset_host as a Proc

lewisf opened this issue over 2 years ago
feat: improve capistrano-rails integration by extending asset tasks

ElMassimo opened this pull request over 2 years ago
fix: disable emptyOutDir in non-development modes

antoinematyja opened this pull request over 2 years ago
document css file loading

martindemello opened this issue over 2 years ago
Rails configuration not loaded on rake tasks

StefSchenkelaars opened this issue over 2 years ago
MissingExecutableError when deploying with Capistrano

octave opened this issue over 2 years ago
docs: upgrade vitepress and update theme

ElMassimo opened this pull request over 2 years ago
fix: don't add crossorigin to included stylesheet tags (close #189)

smdern opened this pull request over 2 years ago
Skipping vite build. Fails on Rails 7 with Capistrano 3

octave opened this issue over 2 years ago
Remove user-specific entries added to .gitignore

mdesantis opened this pull request almost 3 years ago
Add support for Subresource Integrity

tmaier opened this issue almost 3 years ago
Configure vite HMR host from vite.json development.host

grk opened this pull request about 3 years ago
Force skipping vite dev server

Intrepidd opened this pull request over 3 years ago