
Ruby sinatra
蓉儿Sharon
临溪流以静对,访草木以素心
展开
-
sinatra - Ruby web application 轻量级框架
http://www.sinatrarb.com/ http://www.sinatrarb.com/intro-zh.html 简介 Sinatra是一个基于Ruby语言的DSL( 领域专属语言),可以轻松、快速的创建web应用。 # myapp.rb require 'sinatra' get '/' do 'Hello world!' end转载 2016-04-19 17:28:00 · 2145 阅读 · 0 评论 -
Ruby RestClient learning note
简介: A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete. 1. 类方法,官方文档: http://www.rubydoc.info/gems/rest-clien原创 2016-05-04 16:59:14 · 1149 阅读 · 0 评论