Vertaling van "bundle exec" in Engels
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.
La otra ventaja de binstubs es que usted no tiene que prepend bundle exec con todo.
The other advantage of binstubs is that you don't have to prepend bundle exec with everything.
La otra forma de ejercitar toda la suite de pruebas es simplemente ejecutar rspec-con o sin bundle exec, dependiendo de su configuración.
The other way to exercise the whole test suite is by simply running rspec-with or without bundle exec, depending on your setup.
Nótese que es posible que tengamos que usar bundle exec para que funcione correctamente.
Note that you might need to prefix this with bundle exec for it to work correctly.
Ejecución de bundle exec spring binstub rspec rspec, por otro lado, genera un archivo bin/rspec que básicamente lo añade para ser precargado por Spring.
Running bundle exec spring binstub rspec, on the other hand, generates a bin/rspec file which basically adds it to be preloaded by Spring.
Por ejemplo, la gema Bundler de Ruby tiene el formato de su manifiesto Gemfile para declarar sus dependencias y bundle exec para aislar sus dependencias.
For example, Gem Bundler for Ruby offers the Gemfile manifest format for dependency declaration and bundle exec for dependency isolation.
Por ejemplo, si un proceso web Ruby usa el mandato bundle exec thin start, entonces una migración de la base de datos debería usar bundle exec rake db:migrate.
For example, if the Ruby web process uses the command bundle exec thin start, then a database migration should use bundle exec rake db:migrate.