Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

688
Vistas
Ruby on Rails - javascript(s) folder and application.js missing

I'm new to Rails and trying to use some Javascript, but everywhere I go I see application.js mentioned, but it's nowhere to be found in my directories.

I followed the official guide and created a blog. But there is no javascript folder or application.js file under app/assets like I'm expecting.

I'm using Rails 7. During installation, I had errors with the tzinfo-data gem, but fixed it later.

Image of the newly created blog assets folder

about 4 years ago · Juan Pablo Isaza
3 Respuestas
Responde la pregunta

0

Run this command. rails importmap:install.This should solve the problem.

about 4 years ago · Juan Pablo Isaza Denunciar

0

This is what I did. add gem Webpcker to Gem file ran bundle install ran webpacker:install The javascript folder was added under assets. Rails 7

about 4 years ago · Juan Pablo Isaza Denunciar

0

Make sure your preferred javascript handling gem is installed successfully. Each gem's corresponding install tasks will add app/javascript/application.js

importmap-rails is installed by default in rails 7. It adds an empty application.js.

Install command: bin/rails importmap:install

https://github.com/rails/importmap-rails/blob/v1.1.0/lib/install/install.rb#L11


jsbundling-rails

Install command: bin/rails javascript:install:[esbuild|rollup|webpack]

https://github.com/rails/jsbundling-rails/blob/v1.0.2/lib/install/install.rb#L24


shackapacker (aka webpacker)

Install command: bin/rails webpacker:install

https://github.com/shakacode/shakapacker/blob/v6.4.1/lib/install/template.rb#L11


You should see this bit when running rails new:

...
         run  bundle binstubs bundler
       rails  importmap:install
Add Importmap include tags in application layout
      insert  app/views/layouts/application.html.erb
Create application.js module as entrypoint
      create  app/javascript/application.js          # <= this one
...
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda