mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Move 2 images to getting_started folder. All other images in getting started guide already in this folder.
This commit is contained in:
parent
36ed77806b
commit
d4c8de9e48
3 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
|
@ -165,7 +165,7 @@ TIP: Compiling CoffeeScript to JavaScript requires a JavaScript runtime and the
|
||||||
|
|
||||||
This will fire up WEBrick, a webserver built into Ruby by default. To see your application in action, open a browser window and navigate to <http://localhost:3000>. You should see the Rails default information page:
|
This will fire up WEBrick, a webserver built into Ruby by default. To see your application in action, open a browser window and navigate to <http://localhost:3000>. You should see the Rails default information page:
|
||||||
|
|
||||||
![Welcome Aboard screenshot](images/rails_welcome.png)
|
![Welcome Aboard screenshot](images/getting_started/rails_welcome.png)
|
||||||
|
|
||||||
TIP: To stop the web server, hit Ctrl+C in the terminal window where it's running. To verify the server has stopped you should see your command prompt cursor again. For most UNIX-like systems including Mac OS X this will be a dollar sign `$`. In development mode, Rails does not generally require you to restart the server; changes you make in files will be automatically picked up by the server.
|
TIP: To stop the web server, hit Ctrl+C in the terminal window where it's running. To verify the server has stopped you should see your command prompt cursor again. For most UNIX-like systems including Mac OS X this will be a dollar sign `$`. In development mode, Rails does not generally require you to restart the server; changes you make in files will be automatically picked up by the server.
|
||||||
|
|
||||||
|
@ -1614,7 +1614,7 @@ class CommentsController < ApplicationController
|
||||||
Now if you try to create a new post, you will be greeted with a basic HTTP
|
Now if you try to create a new post, you will be greeted with a basic HTTP
|
||||||
Authentication challenge
|
Authentication challenge
|
||||||
|
|
||||||
![Basic HTTP Authentication Challenge](images/challenge.png)
|
![Basic HTTP Authentication Challenge](images/getting_started/challenge.png)
|
||||||
|
|
||||||
What's Next?
|
What's Next?
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in a new issue