「rubywaves」の編集履歴(バックアップ)一覧に戻る

rubywaves - (2009/02/01 (日) 11:34:54) の編集履歴(バックアップ)


rubywaves : NGを掲げている post rails な ruby製 web framework


0.8系

久しぶりに眺めてみたら処理がまったく別物になってた。再録予定。

-- windows 版

InstantRailsインストール
gem update --system
gem source -a http://gems.github.com 
gem install waves

windowsではシグナルにHUPが使えないぽい。(http://www.ruby-lang.org/ja/man/html/Signal.html) waves-0.8.2/lib/runtime/worker.rb の 49行目をコメントアウトすると動作する。


ruby one click installer でインストールした後で足りないの

gem install daemons
gem install metaid
gem install sequel (http://www.sqlite.org/download.html  sqlitedll-3.6.9.zipから sqlite3.def sqlite3.dll を ruby/binにコピー)
gem install sqlite3-ruby --version=1.2.3 (windows版の最新は無いのでバージョン指定)
gem install markaby
gem install ruby-debug
gem install mongrel
gem install bacon




WavesTutorialshttp://www.rubywaves.com/tutorials

AutoCode : http://dev.zeraweb.com/introducing-autocode-0-9-9/

Functorの紹介http://dev.zeraweb.com/introducing-functor/

HelloFunctor : http://blog.lawrencepit.com/2008/06/18/hello-functor-pattern-based-method-dispatch-in-ruby/



どのように Waves は Resource 指向か?http://www.rubywaves.com/resource-oriented

なぜ Resource 指向かhttp://www.rubywaves.com/why-resource-oriented-matters

Foundations と Layershttp://www.rubywaves.com/foundations-and-layers


継承可能な設定http://www.rubywaves.com/configurations


--

rubywavesまとめ


--

古い情報

waves-0.7.3

記事メニュー
目安箱バナー