aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAnton Cherepanov <davetoxa@gmail.com>2013-08-07 02:51:00 +0600
committerAnton Cherepanov <davetoxa@gmail.com>2013-08-07 03:31:33 +0600
commit3e20ddd0d0c25e660cb75901ce3b7468d5750349 (patch)
tree73ce20eea0ac4770e963fbf9a07602e609edc3db /guides/source
parent179deea65b7c6dd6107dbe5930f91fa73e16ac1a (diff)
downloadrails-3e20ddd0d0c25e660cb75901ce3b7468d5750349.tar.gz
rails-3e20ddd0d0c25e660cb75901ce3b7468d5750349.tar.bz2
rails-3e20ddd0d0c25e660cb75901ce3b7468d5750349.zip
Bump ruby version [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/command_line.md6
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.