forked from benjavicente/ucalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Hay JavaScript que se incluye en la vista que no se usa en la aplicación (puede ser que en el panel de administración, pero no creo que el funcionamiento de este dependa de todo el JS):
ucalendar/app/javascript/packs/application.js
Lines 6 to 12 in a97cb45
import Rails from "@rails/ujs" | |
import Turbolinks from "turbolinks" | |
import * as ActiveStorage from "@rails/activestorage" | |
Rails.start() | |
Turbolinks.start() | |
ActiveStorage.start() |
También parecen haber gemas que no se usan como jbuilder
:
Lines 25 to 26 in a97cb45
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |
gem 'jbuilder', '~> 2.7' |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers