Questions tagged [rails7]
48 questions
0
votes
1 answer
How to run a single-file javascript soundboard app from Rails 7
I have a single-file Javascript soundboard application from app academy. The code works fine, but how do I "wire" it into the Rails 7 server? I'm struggling to bridge my understanding between frontend javascript and backend Rails.
It runs if I paste…

chug
- 71
- 6
-1
votes
1 answer
Omniauth Steam with Rails 7
I am creating a new application with rails 7. I would like to add a way for the user to signup via steam. I used the code which works on rails 6, but on rails 7 I receive an error.
Access to fetch at…

DenicioCode
- 8,668
- 4
- 18
- 33
-1
votes
2 answers
rails7 RAILS_ENV=production rails assets:precompile error Command "build" not found
Extremly odd error, asset precompilation works fine in dev mode, but as soon as i do production mode, i get error:
root@53407ec15126:/app# RAILS_ENV=production rails assets:precompile
yarn install v1.22.18
[1/4] Resolving packages...
success Already…

IvRRimUm
- 1,724
- 3
- 21
- 40