タグ

ramazeに関するkeyesberryのブックマーク (3)

  • Ramaze Wiki

    require 'ramaze' class MainController < Ramaze::Controller def index "Hello, World!" end end Ramaze.start Other Frameworks Borges, continuations based ruby web-framework originally ported from SeaSideCamping, _why's 4k micro-frameworkCerise, web-framework modeled on J2EE app serversCoset, a simple RESTful mapper for RackRack, the Ruby web-server interface and frameworkArrow, a web-app framework fo

  • ramaze-users.jp - ramaze-users

    YAPC::Asia 2008 で Michael Schwern は (中略) ここに ramaze-users を開始します。ドメインはまだ取ってません。 ノープラン(笑)です。 Ramazeとは Rubyで書かれた新進気鋭のWebアプリケーションフレームワークです。 参考: Ramazeとは - はてなダイアリー 軽い、小さい Ramazeは簡潔・軽量をモットーに開発されており、Railsよりもずっとシンプルなフレームワークになっています。 モジュラー MVCのMやVに決まったライブラリがなく、Ramazeがサポートするたくさんのライブラリの中から自分の好きなものを選んで使うことができます。(もっと詳しく → モデル, ビュー)

  • Ramaze • The Framework for Rubyists

    Ramaze is a very simple and straight-forward web-framework. The philosophy of it could be expressed in a mix of KISS and POLS, trying to make simple things simple and complex things possible and fun. Installing and running Ramaze is as simple as the following commands: $ gem install ramaze $ ramaze create blog $ cd blog $ rake ramaze:start Ramaze works with any ORM and database toolkit. Sequel, Da

  • 1