Desarrollo web
Ruby on Rails actualizado a 6.0
Ruby on Rails se ha actualizado a la última versión 6.0 en Fedora 33. Anteriormente, Fedora 32 admitía la versión 5.2 de Ruby on Rails, que ahora está actualizada. Con esta actualización, todos los desarrolladores de Ruby que usan Fedora pueden usar los paquetes RPM más recientes de Ruby on Rails.
Esta última actualización de Ruby on Rails 6.0 proporciona muchas mejoras. Alguna de las características principales son:
-
Action Mailbox - Le ayuda a que enrute la entrada de los correos electrónicos a buzones como controlador.
-
Aporta contenido de texto enriquecido y edición a Rails.
-
Parallel Testing - Ayuda a poner en paralelo sus conjuntos de pruebas y reduce el tiempo requerido para las pruebas
-
Action Cable testing - This tools allow you to test your Action Cable functionality at connections, channels, broadcasts level.
This update includes many bug fixes and improvements across all the frameworks.
Node.js 14.x by Default
Fedora 33 will carry the latest LTS version 14.x as the default Node.js interpreter for the system.
Benefit to Fedora
As Node.js is a popular JavaScript server-side engine, keeping Fedora updated with the latest Node.js releases will allow it to track the state-of-the-art in that space.
Fedora 33 will also have the 12.x release available as a selectable module stream for users who are running software that does not support 14.x.
User Experience
Users will have the 14.x release of Node.js by default available in Fedora 33. However, if your applications are not compatible with the newer version, you can revert to the 12.x. release by running the following commands:
dnf remove node.js dnf module reset nodejs dnf module install nodejs:12
Want to help? Learn how to contribute to Fedora Docs ›