2008-11-27から1日間の記事一覧

cgi で rails みたいに - basyura’s blog

rubyレンタルサーバで rails 使えなくても 、同じ url ルールで mvc したい。 dispatcher - gup.cgi #!/usr/local/bin/ruby require 'cgi' print "Content-type: text/html\n\n" cgi = CGI.new info = cgi.path_info.split("/") info[2] = "in... http://d.h…

関西オープンソース2008(はてな流大規模データ処理/Ruby関西のLT) - COBOL技術者の憂鬱

技術 二週間前に、関西オープンソース2008というイベントに行ってきました。毎年開催されている大規模なイベントなのですが、去年まで全くその存在に気づいていなかったので、もったいないことをしていたようで残念に思っています。こちら方面にアンテナ張る…

Merbのsliceの使い方 - Hello, world! - s21g http://blog.s21g.com/articles/1069 http://b.hatena.ne.jp/entry/http://blog.s21g.com/articles/1069

Building a iPhone web app in under 50 lines with Sinatra and iUI - The Devver Blog

One awesome thing about the iPhone is that it can display documents very nicely, including Word, Excel, and PDF files. However, the other day I was complaining that it’s not very easy to view the docu... http://devver.net/blog/2008/11/buil…

国際化されたRails 2.2登場、スレッドセーフとRuby 1.9対応 | エンタープライズ | マイコミジャーナル

Ruby on Rails Railsの最新版となるRuby on Rails 2.2が正式に公開された。Ruby on RailsはRubyで開発されたWebアプリケーション開発スタック。自動的にWebアプリケーションを組み上げてから編集するスタイルを確立した代表的なスタック。2.2では多くの修正…

SKIP正式公開版(ver.1.0.0)をリリース | 社内SNSといえば、オープンソースの「SKIP」

SKIP ver.1.0をリリースします。RCではなく、正式公開版になります。ver.0.9は、技術者が運用することを前提としたベータ版という位置付けでした。ver.1.0では、技術者でない方でも運用できるように改善した正式版になります。※現在マニュアル整備中につき、…