-
Hey, @ElMassimo, not sure if I even know where to start to turn this into a proper issue report (hence I started a discussion instead), but basically Vite Rails doesn't seem to work. Two main issues I've run into so far:
I know this is a crappy kind of bug report, but I would love to get onto something faster than web pack, and this seems to be a fairly new thing that I imagine you're still working the kinks out of? If that's right and you'd be up for it, I'd be happy to hop on a video chat sometime and we could work on it together to figure it out. Cheers!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Same problem here. rails version: |
Beta Was this translation helpful? Give feedback.
-
Hey there! I've been using the integrations for the past three weeks without hiccups. The project is fully tested, and there are live examples that build as expected on CIs and Heroku. Please run Is To confirm whether it's environment-related, please run this example, or the Rails example in this repo.
Sorry for the long response, but I won't have computer access until next Wednesday, so I'd like to give you a few options to try in the meantime. |
Beta Was this translation helpful? Give feedback.
-
Based on the logs provided in #22, it's most likely that you have experienced a bug in the installation process, which caused Add both packages to your development dependencies and install them, and the problem should go away. |
Beta Was this translation helpful? Give feedback.
Based on the logs provided in #22, it's most likely that you have experienced a bug in the installation process, which caused
vite
andvite-plugin-ruby
not to be installed.Add both packages to your development dependencies and install them, and the problem should go away.