Vertaling van "JRuby" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Under JRuby, however, it's more likely that we can handle everything in a single process.
Sin embargo con JRuby es posible que podamos controlarlo todo en un único proceso.
There are ways to get around this problem but it's generally best to look for an alternative gem that is compatible with JRuby.
Se puede intentar soslayar este problema pero lo mejor es buscar una gema alternativa compatible con JRuby.
In general JRuby is much slower at loading code initially but is quite fast at running it once it has loaded.
En general JRuby tardará mucho más en cargar el código inicialmente pero es bastante rápido ejecutándolo una vez porque ha logrado cargarlo por completo.
What's more interesting about JRuby is that is has improved support for concurrency with threads.
Lo que es más interesante en JRuby es que el soporte de threads mejora la ejecución concurrente de nuestro código.
It's important to understand that some gems are incompatible with JRuby because they rely on C extensions and the sqlite3 gem is one of them.
Es importante entender que algunas gemas no son compatibles con JRuby porque dependen de extensiones en C, y la gema sglite3 es una de ellas.
Description: Users are unable to create a project when spaces are present in the directory path of the bundled JRuby platform.
Descripción: los usuarios no pueden crear un proyecto si hay espacios en la ruta del directorio de la plataforma JRuby.
If you're doing this it's a good idea to have a comprehensive test suite so that we can ensure that our app works under both JRuby and MRI.
Por supuesto es importante tener una batería de tests completa para que podamos garantizar que la aplicación funciona bajo JRuby y MRI.
It distributes some additional libraries that are not covered by JRuby's license, like most files found in src/lib/ruby/1.8, which are distributed under Ruby license.
Distribuye algunas librerías adicionales que no están cubiertas por la licencia de JRuby, como la mayoría de los archivos encontrados en src/lib/ruby/1.8, que se distribuyen bajo licencia Ruby.
If we're struggling with this we could consider making your application compatible with both MRI and JRuby so that we can use MRI in development when we're frequently reloading the application.
Si tenemos problema con esto podemos intentar hacer que la aplicación sea compatible tanto con MRI como con JRuby de forma que podamos usar MRI en desarrollo (que es cuando estaremos continuamente reiniciando la aplicación).
This provides a jrlint command that we can run in a project to see if it has any incompatibilities with JRuby.
Otro recurso útil es la gema JRuby-Lint, que incluye la orden jrlint que podemos ejecutar sobre un proyecto para ver si tiene incompatibilidades con JRuby.
With the release of Ruby 1.8.6, an effort began to update JRuby to 1.8.6 features and semantics.
Con el lanzamiento de Ruby 1.8.6, comenzó un esfuerzo para actualizar las características y semántica de JRuby.
When we run this under JRuby it takes under a second to complete, but if we switch Ruby versions and run the same program under MRI it takes over three seconds.
Cuando el programa termina imprimimos el tiempo que ha tardado en ejecutarse. En JRuby tarda menos de un segundo en completar su ejecución, pero en la implementación MRI de Ruby tarda más de tres.
We'll finish this episode by showing how to make a Rails application compatible with JRuby.
Vamos a terminar este episodio mostrando cómo hacer que una aplicación Rails sea compatible con JRuby.