タグ

ブックマーク / yhara.github.com/ruby-station (2)

  • RubyStation

    RubyStationとは RubyにはたくさんのWebフレームワークがあります。Rails, Sinatra, Merb, Ramaze, などなど。これらを使って、Webアプリを作ったことがあるかも 知れません。では、デスクトップアプリが作れることは ご存じでしたか? Railsを使ってデスクトップアプリを作るには、 以下のようにします。 Railsで普通にアプリケーションを作ります。 ファイルをzipに固めます。 ユーザはそれをダウンロードし、展開して、./script/server を実行します。 localhost:3000でアプリケーションが起動しました。 ほら、どう見てもデスクトップアプリでしょう?:-) RubyStationは、そんなアプリケーションを管理するためのソフトウェア です。各アプリにポート番号を自動で割り当てるので、リンクを クリックするだけでアプリを起動する

  • RubyStation

    What's RubyStation? Ruby has many awesome Web frameworks - Rails, Sinatra, Merb, Ramaze, etc. Maybe you have written some Web applications with them. Then, how about desktop applications? You can create a desktop application with Rails by: Write an app with Rails. ./script/server will start server on localhost, i.e. it does work without the Internet. Pack the files into a gem file. Users install

    authorNari
    authorNari 2009/10/25
    ruby-station、ブラウザによるGUIアプリ
  • 1