$ ruby -v
ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]
botp@jedi2:~
$ ruby Desktop/sinatra/sinatra_test.rb
== Sinatra/1.1.0 has taken the stage on 4567 for development with
backup from Thin
Thin web server (v1.2.7 codename No Hup)
Maximum connections set to 1024
Listening on 0.0.0.0:4567, CTRL+C to stop
Stopping ...
== Sinatra has ended his set (crowd applauds)
botp@jedi2:~
$ cd Desktop/rails/testing
botp@jedi2:~/Desktop/rails/testing
$ rails server
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-12-26 00:41:12] INFO WEBrick 1.3.1
[2010-12-26 00:41:12] INFO ruby 1.9.2 (2010-12-25) [i686-linux]
[2010-12-26 00:41:12] INFO WEBrick::HTTPServer#start: pid=12298 port=3000
Started GET "/rails/info/properties" for 127.0.0.1 at 2010-12-26 00:41:25 +0800
Processing by Rails::InfoController#properties as HTML
SQL (0.9ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
Rendered inline template (0.4ms)
Completed 200 OK in 31ms (Views: 1.1ms | ActiveRecord: 0.9ms)
[2010-12-26 00:45:04] INFO going to shutdown ...
[2010-12-26 00:45:04] INFO WEBrick::HTTPServer#start done.
Exiting
merry xmas
-botp
···
On Sat, Dec 25, 2010 at 7:21 PM, Yuki Sonoda (Yugui) <yugui@yugui.jp> wrote: