This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
Once activated, we'll place the following badge in your repository's detail box: 続きを読む
link_to 等のヘルパメソッドは sinatra 本体には含まれていませんが、 sinatra_more という gem が用意されています。 install 1 % gem install sinatra_more standalone 利用の場合 直接 Sinatra::Base に register してしまいましょう。 1 require 'sinatra... 続きを読む
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
19:25 | まずSinatragem install rack -r gem install mongrel -r gem install sinatra -rで hello.rb という名前で以下のソース保存して require 'rubygems' require 'sinatra' get '/' do "Hello, sinatra" end ruby hello.rb で動くHamlgem install sinatra-... 続きを読む
This page is also available in English. 始めよう SinatraはRubyで下記のような最小労力で手早くウェブアプリケーションを作成するためのDSLです。 # myapp.rb require 'rubygems' require 'sinatra' get '/' do 'Hello world!' end gemをインストールして動... 続きを読む
QuirkeyPortfolioSelected work. QuirkeyLogUp-to-the-minute updates from the interweb. QuirkeyBlogArticles, Tutorials, etc. Quirkey.comThe Lobby; General Information. Sammy What Sammy is a tiny javascript framework built on top of jQuery inspir... 続きを読む
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
Ruby Freaks Lounge 第9回 SinatraとSequel・Hamlで掲示板アプリを作る 2009年4月27日 原悠 Ruby, フレームワーク, Sinatra, Sequel, Haml, Sass 1 2 はじめに 第7回はRails以外のWebフレームワークの簡単な紹介と,SinatraでHello Worldアプリケーションを動... 続きを読む