Note that, while it doesn't really affect the way the application behaves (as long as the JavaScript code doesn't rely on the order it's loaded) we're requiring `app/assets/javascripts/custom.js` after requiring any files in the `app/assets/javascripts/custom/` folder. This is done for consistency, since we load the content of `app/assets/javascripts/application.js` after requiring everything else.
15 lines
449 B
Markdown
15 lines
449 B
Markdown
# Personalización del código
|
|
|
|
* [Introducción](introduction.md)
|
|
* [Traducciones y Textos](translations.md)
|
|
* [Imágenes](images.md)
|
|
* [Estilos con CSS](css.md)
|
|
* [JavaScript](javascript.md)
|
|
* [Modelos](models.md)
|
|
* [Controladores](controllers.md)
|
|
* [Vistas y HTML](views.md)
|
|
* [Componentes](components.md)
|
|
* [Otras clases de Ruby (GraphQL, lib, mailers, builders)](ruby.md)
|
|
* [Gemas](gems.md)
|
|
* [Configuración de la aplicación](application.md)
|