http://makeyourcalicon.heroku.com/
這是採用Sinatra和RMagick做出來的
原文從http://blog.xdite.net/?p=1152轉載
Sinatra適合用來開發小型網路應用程式,官網的說明真是簡潔又有力
require 'rubygems'
require 'sinatra'
get '/hi' do
"Hello World!"
end
$ gem install sinatra
$ ruby hi.rb
== Sinatra has taken the stage ...
>> Listening on 0.0.0.0:4567
要出現hello world,就只要5行程式碼就行囉
沒有留言:
張貼留言