diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-06 16:01:12 -0700 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-06 16:01:12 -0700 |
commit | 29984215310cb98fb0ac7976c852a9df435b89f8 (patch) | |
tree | 73ce20eea0ac4770e963fbf9a07602e609edc3db /guides/source/command_line.md | |
parent | 179deea65b7c6dd6107dbe5930f91fa73e16ac1a (diff) | |
parent | 3e20ddd0d0c25e660cb75901ce3b7468d5750349 (diff) | |
download | rails-29984215310cb98fb0ac7976c852a9df435b89f8.tar.gz rails-29984215310cb98fb0ac7976c852a9df435b89f8.tar.bz2 rails-29984215310cb98fb0ac7976c852a9df435b89f8.zip |
Merge pull request #11783 from davetoxa/patch-1
Bump ruby version [ci skip]
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r-- | guides/source/command_line.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 5f98326c57..639476eeeb 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -69,9 +69,9 @@ $ rails server => Rails 4.0.0 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server -[2012-05-28 00:39:41] INFO WEBrick 1.3.1 -[2012-05-28 00:39:41] INFO ruby 1.9.2 (2011-02-18) [x86_64-darwin11.2.0] -[2012-05-28 00:39:41] INFO WEBrick::HTTPServer#start: pid=69680 port=3000 +[2013-08-07 02:00:01] INFO WEBrick 1.3.1 +[2013-08-07 02:00:01] INFO ruby 2.0.0 (2013-06-27) [x86_64-darwin11.2.0] +[2013-08-07 02:00:01] INFO WEBrick::HTTPServer#start: pid=69680 port=3000 ``` With just three commands we whipped up a Rails server listening on port 3000. Go to your browser and open [http://localhost:3000](http://localhost:3000), you will see a basic Rails app running. |