Vertaling van "rails server" 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.
Next we type rails server to start the web server again.
Simply typing rails s is the same as rails server.
We can even start up the Rails server and see it running in the browser.
Podemos incluso arrancar el servidor Rails y cargar la aplicación en el navegador.
We can test this by visiting the page and then stopping the Rails server for the application.
Esto se puede comprobar visitando la página y luego parando el servidor Rails de la aplicación.
By default, when you type rails server at the command line,
De forma predeterminada cuando se escribe rails server en la línea de comando
If rails server starts up with no errors, you're golden!
Si rails server inicia sin errores, ¡estás lista!
Restart your application using rails server in your terminal and go to registration page again.
Reinicia la aplicación utilizando rails server en tu terminal y vuelve a la página de registro.
This time when we run rails server we'll see a lot of output and a few warnings but the server will start.
Esta vez cuando ejecutemos rails server veremos una gran cantidad de texto y algunas advertencias, pero el servidor arrancará.
Let's take a look at the running app we'll type rails server and
Así que vamos a echar un vistazo a la aplicación en ejecuciones que veremos en rails server.
By default, when you type rails server at the command line, it starts the application running in the development environment.
De forma predeterminada cuando se escribe rails server en la línea de comando inicia la aplicación que se ejecuta en el entorno de desarrollo.
Throughout your Rails programming career you're going to type rails server a lot.
A través de tu carrera de programación en Rails vas a escribir rails server muchas veces.
Explanation rails server ran your application locally just like Heroku will be running it on their servers.
Exiting Explicación rails server ejecuta tu aplicación localmente tal como lo hará Heroku en sus servidores.
Back in the Terminal window where you ran rails server, type Control-C (don't type this into the console, but hold the Control and C keys at the same time) to kill(stop) the server.
De nuevo en la ventana de la Terminal donde ejecutaste rails server, escribe Control-C (no escribas esto en la consola, sino que presiona las teclas Control y C al mismo tiempo) para matar(detener) el servidor.