タグ

ramazeに関するaki03のブックマーク (2)

  • 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

  • Ramaze - おいしい大麻味噌の熟成日記

    Rails を使ったアプリをさくらサーバで動かそうとしたら、現状は次の方法しかない。 dispatch.cgi CGI経由でRailsを毎回起動。むちゃくちゃ重い。 gateway.cgi 1回目の処理以降しばらく常駐するので、最初のアクセス後しばらくは速い。でもプロセスは一定時間で強制終了させられるので、あくまでもしばらく。それに、さくら側が常駐プログラム禁止ですよとしているのに、こういう抜け穴のようなやり方をしても、いずれ規制されるのではないだろうか。この手法が広がっている様子にちょっと懸念を抱く。 Rails がもっとCGI起動で軽く動くようになってくれるか、 mod_rails のようなものが登場してくれるかすれば良いのだろうが、現時点では Rails をさくらで動かすのは難しそう。 なので、代替となるWebアプリケーションフレームワークを色々と模索してたら、 Ramaze を発見

    Ramaze - おいしい大麻味噌の熟成日記
  • 1