<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>天使やカイザーと呼ばれて &#187; Ruby on Rails</title>
	<atom:link href="http://www.eisbahn.jp/yoichiro/category/ruby-on-rails/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eisbahn.jp/yoichiro</link>
	<description>思ってることってこんなもんだよ</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:22:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>「JRuby on Rails」について発表しました</title>
		<link>http://www.eisbahn.jp/yoichiro/2008/05/jruby_on_rails.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2008/05/jruby_on_rails.html#comments</comments>
		<pubDate>Thu, 01 May 2008 12:30:48 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=541</guid>
		<description><![CDATA[昨日の4月30日、JJUG主催による「クロスコミュニティカンファレンス」にて、「JRuby on Rails」というお題目で話をしてきた。 &#124; View &#124; Upload your own 聴衆の中に潜んでいたJRuby第一人者から、手痛い突っ込みの数々を頂いた。ここで上記資料の中で訂正（ってわけじゃないけど）してみようと思う。 32枚目の「CGIに比べてパフォーマンス的に有利」と記述してしまったが、現状ではmongrel_clusterで真面目に(?)構築した方が、JRubyよりもパフォーマン... <a href="http://www.eisbahn.jp/yoichiro/2008/05/jruby_on_rails.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2008/05/jruby_on_rails.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveResourceで拡張子なしのURIを発行する方法</title>
		<link>http://www.eisbahn.jp/yoichiro/2008/01/activeresourceuri.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2008/01/activeresourceuri.html#comments</comments>
		<pubDate>Thu, 31 Jan 2008 12:21:59 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=513</guid>
		<description><![CDATA[Ruby on Rails 2.0から標準搭載されたActiveResource。これを使うと、RESTful APIをActiveRecordのように叩くことができるようになる。自分でURIを作ってopenすることもせず、レスポンスを自分でパースしてオブジェクトを作ることもせず、数行の記述でRESTfulなサービスを利用することが可能になる優れものだ。ActiveResourceの詳細は、ここを見て欲しい。 さて、現状のActiveResourceは、僕にとって一つ気になる点がある。それは「U... <a href="http://www.eisbahn.jp/yoichiro/2008/01/activeresourceuri.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2008/01/activeresourceuri.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>map.resourcesでcollectionを指定すると.xmlを受け付けない、なんてことはなかった</title>
		<link>http://www.eisbahn.jp/yoichiro/2008/01/mapresourcescollectionxml.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2008/01/mapresourcescollectionxml.html#comments</comments>
		<pubDate>Wed, 30 Jan 2008 12:30:45 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=512</guid>
		<description><![CDATA[RESTful APIをRuby on Railsで実装するための重要な機構に、map.resourcesがある。これはconfig/routes.rbファイルで記述され、URIに関してRESTfulなプロトコルに対応した処理のマッピングを自動的に設定してくれる仕組みだ。例えば、 map.resources :articles としてあげれば、「GET /articles/1.xml」というリクエストに対してArticleController#showメソッドが、「DELETE /article... <a href="http://www.eisbahn.jp/yoichiro/2008/01/mapresourcescollectionxml.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2008/01/mapresourcescollectionxml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JRuby-1.0.3のRegexp#escapeメソッドは文字コードを指定できない</title>
		<link>http://www.eisbahn.jp/yoichiro/2008/01/jruby103regexpescape.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2008/01/jruby103regexpescape.html#comments</comments>
		<pubDate>Tue, 29 Jan 2008 13:53:55 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=510</guid>
		<description><![CDATA[JRubyの現在の正式な最新バージョンは1.0.3である。しかし、1.1RC1も登場しているので、1.1の正式版が登場するのは時間の問題だろう。安定版ということで1.0.3を使いたくなるし、多くの場合は1.0.3で事足りるだろう。しかし、今日僕は1.0.3で小一時間ハマってしまった。 そろそろこみゅすけの携帯版を作ろうと思い、jpmobileというプラグインをRails 2.0にインストールしていろいろと遊んでみることを始めようとした。もちろんJRuby-1.0.3のgemでRails 2.0.... <a href="http://www.eisbahn.jp/yoichiro/2008/01/jruby103regexpescape.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2008/01/jruby103regexpescape.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>イルカが太陽に取り込まれる日</title>
		<link>http://www.eisbahn.jp/yoichiro/2008/01/post_189.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2008/01/post_189.html#comments</comments>
		<pubDate>Thu, 17 Jan 2008 01:41:06 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=503</guid>
		<description><![CDATA[OSSなデータベースの代表格「MySQL」が、米Sunにより買収されるらしい。 「米Sun、オープンソースDBのMySQLを買収へ」- Enterprise Watch PostgreSQLの性能向上によってMySQLを選択する理由が次々となくなってきている今、MySQL陣営にとっては嬉しいニュースなんじゃないかな。これによって、MySQLのエンタープライズ領域（つまり大規模案件への適用）での事例が増えてノウハウが次々とオープンになってくれば、PostgreSQLにシェアを食われている率も下がる... <a href="http://www.eisbahn.jp/yoichiro/2008/01/post_189.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2008/01/post_189.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>僕のCode to Test Ratio歴</title>
		<link>http://www.eisbahn.jp/yoichiro/2008/01/code_to_test_ratio.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2008/01/code_to_test_ratio.html#comments</comments>
		<pubDate>Sat, 12 Jan 2008 02:58:57 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=500</guid>
		<description><![CDATA[Ruby on Railsでの開発では、その規模の大小問わず、短期的・長期的問わず、最低限の品質を確保するためにテストコードの作成と自動化は「必ず」行うべきである、という考えを僕は持っている。つまり、テストコードのないRailsの成果物は、非常識きわまりなく、構造計算が一切行われていない建物と一緒。もしそんな開発プロジェクトがあれば、それは国会で取り上げられる程の騒ぎにならなければいけない事態であり、IT業界からご退場願わなければならない、と思っている。 さて、RoRでは、常に「自分がテストにど... <a href="http://www.eisbahn.jp/yoichiro/2008/01/code_to_test_ratio.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2008/01/code_to_test_ratio.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixtures Visualizerプラグインを公開しました</title>
		<link>http://www.eisbahn.jp/yoichiro/2008/01/fixtures_visualizer.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2008/01/fixtures_visualizer.html#comments</comments>
		<pubDate>Fri, 04 Jan 2008 00:46:52 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=498</guid>
		<description><![CDATA[あけましておめでとうございます。今年もよろしくお願いいたします。 2008年の最初のエントリは、新年の挨拶もほどほどに、この冬休みの宿題の１つの成果報告をしてみよう。4つほどあった宿題だが、結果が出たのは１つのみである。なんとも情けない。。。 さて、昨年さんざん騒がれたRuby on Railsだが、「Javaな感覚」でRailsアプリを作ると、それはすなわち「Java以上の失敗プロジェクト」になる。「Javaな感覚」とは、つまり、コンパイラの存在。Javaにおいて、コンパイラが行ってくれる文法... <a href="http://www.eisbahn.jp/yoichiro/2008/01/fixtures_visualizer.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2008/01/fixtures_visualizer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>railsとrakeは似ている</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/railsrake.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/railsrake.html#comments</comments>
		<pubDate>Thu, 27 Dec 2007 05:19:24 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=495</guid>
		<description><![CDATA[Railsアプリのディレクトリの中で、テストケースを実行するために、 rake test と打たなければならないところを、 rails test と打ってしまうと、もれなくtestアプリケーションがテスト対象アプリの中にできあがる。 Railsアプリを「正しく」作っている（＝ちゃんとテストコードを書いて品質を担保している）人々はきっと経験していることではないか、と想像してみるが、いかがだろうか。。。]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/railsrake.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>丸レクでREST on Railsについて話をしてきました</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/rest_on_rails.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/rest_on_rails.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 14:26:32 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=490</guid>
		<description><![CDATA[本日、「丸山先生レクチャーシリーズ RESTfulサービス技術の台頭」で話をしてきた。僕の題目はというと、「Ruby on Rails2.0におけるREST対応」。使用したスライドは下のものである。 &#124; View &#124; Upload your own PDFはこちら 個人的には、やっぱり練習をしていくべきだったかなぁ、と、話し方に関して反省である。何度もRESTとRailsを言い間違えたし、日本語として正しくないよなぁ、と思ってしまうほど文法上酷い言い方をしてしまった部分もあった。しかも、かなりの... <a href="http://www.eisbahn.jp/yoichiro/2007/12/rest_on_rails.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/rest_on_rails.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails2.0.2がもうあるよ！</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/rails202.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/rails202.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 05:55:30 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=489</guid>
		<description><![CDATA[JRuby1.0.3がリリースされたので、それにRailsを入れようとした。 なんと、すでに2.0.2がある。この前2.0.1がリリースされたばかりなのに。 というわけで、近日中に2.0.2リリースのアナウンスが正式に来るだろう。]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/rails202.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JRuby1.0.3がリリースされました</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/jruby103.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/jruby103.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 05:15:17 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=488</guid>
		<description><![CDATA[先週の土曜日、JRubyの安定バージョンとして、1.0.3がリリースされた。これはマイナーバージョンアップであり、バグフィックスが中心となっている。 JRuby 1.0.3 Released &#8211; JRuby &#8211; Codehaus 参考までに、リリースに関する上記の内容を訳してみた。 &#8212; JRubyコミュニティは、JRuby1.0.3のリリースをアナウンスしたことを嬉しく思っています。 Homepage: http://www.jruby.org/ Downlo... <a href="http://www.eisbahn.jp/yoichiro/2007/12/jruby103.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/jruby103.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>あるタグ全体を検証するassert_dom_equalメソッド</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/assert_dom_equal.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/assert_dom_equal.html#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:56:20 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=487</guid>
		<description><![CDATA[RailsにおけるControllerの挙動をテストするために、functionalsテストがある。functionalsテストの対象は各種Controllerクラスのメソッドであり、Webブラウザのリクエストをシミュレートして、それに対するControllerおよび使用されたViewの結果の内容を検証するのが目的。つまり、rhtmlやrxmlなどのViewによってレンダリングされた内容についても、動的に変化する部分に関してはfunctionalsテストの範囲となる。 functionalsテス... <a href="http://www.eisbahn.jp/yoichiro/2007/12/assert_dom_equal.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/assert_dom_equal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>assert_selectで属性値を扱う方法</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/assert_select.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/assert_select.html#comments</comments>
		<pubDate>Fri, 14 Dec 2007 14:03:16 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=485</guid>
		<description><![CDATA[rhtmlのレンダリング結果を確認するために、assert_selectを使用する。この際、要素が持つテキストを確認するのではなく、ある属性の値を検証する必要も出てくるだろう。 ある要素のある属性値を確認するためには、以下のようにすれば良い。 assert_select element, &#8216;[name=?]&#8216;, &#8216;value&#8217; 上記の例では、ある要素elementに対して、それが持つ&#8221;name&#8221;属性の値が&#8221;val... <a href="http://www.eisbahn.jp/yoichiro/2007/12/assert_select.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/assert_select.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「Ruby on Rails2.0におけるREST対応」のハンズオンが公開されました</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/ruby_on_rails20rest.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/ruby_on_rails20rest.html#comments</comments>
		<pubDate>Thu, 13 Dec 2007 12:38:15 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=483</guid>
		<description><![CDATA[来週の18日に控えている丸レクで使用する資料が、今日から以下のサイトで公開されている。 丸山先生レクチャーシリーズ2007-2008 「第2回「RESTfulなサービス技術の台頭」 僕の資料は、「第3セッションのハンズアウト」である。興味のある方は、ぜひ見てみて欲しい。もちろん当日会場に来てもらえると、もっと嬉しい。]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/ruby_on_rails20rest.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails 2.0がリリースされました！</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/ruby_on_rails_20.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/ruby_on_rails_20.html#comments</comments>
		<pubDate>Sun, 09 Dec 2007 07:05:27 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=480</guid>
		<description><![CDATA[見落としていたのだが、すでにRuby on Rails 2.0が、12月6日にリリースされていた。現在は、すでに2.0.1になっている。 root/tags/rel_2-0-1 &#8211; Rails Trac 今日時点で、例えば「jruby -S gem install rails &#8211;include-dependencies」すれば、2.0.1一式を得ることができる。ちなみに、僕のmacではヒープサイズが足りなくなったため、「-J-Xmx512m」オプションを追加することにより... <a href="http://www.eisbahn.jp/yoichiro/2007/12/ruby_on_rails_20.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/ruby_on_rails_20.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>リソースが3段以上ネストしたときのmap.resourcesの書き方</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/3mapresources.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/3mapresources.html#comments</comments>
		<pubDate>Mon, 03 Dec 2007 13:31:56 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=476</guid>
		<description><![CDATA[RESTfulなサービスを実装するとして、対象リソースがその他のリソースとの従属（親子）関係があるときに、Ruby on Railsではmap.resourcesをネストして記述することが可能になっている。例えば、部署(Division)に所属する社員(Employee)のリソース定義であれば、 map.resources :divisions, :path_prefix => &#8216;/api&#8217; do &#124;divisions&#124; divisions.resources :empl... <a href="http://www.eisbahn.jp/yoichiro/2007/12/3mapresources.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/3mapresources.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionController::Resourcesを翻訳しました</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/12/actioncontrollerresources.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/12/actioncontrollerresources.html#comments</comments>
		<pubDate>Sun, 02 Dec 2007 12:23:25 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=474</guid>
		<description><![CDATA[「Active ResourceのREADMEを翻訳してみました」エントリでRESTサービスを叩くためのActiveResourceに関するドキュメントを翻訳したが、またもや勉強のために、今回はActionController::Resourcesに関するドキュメントを翻訳してみた。ActionController::Resourcesには、RESTfulサービスを実装するために必要な知識が記述されている。 ActionController::Resources 原文の中で「route」や「re... <a href="http://www.eisbahn.jp/yoichiro/2007/12/actioncontrollerresources.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/12/actioncontrollerresources.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active ResourceのREADMEを翻訳してみました</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/11/active_resourcereadme.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/11/active_resourcereadme.html#comments</comments>
		<pubDate>Mon, 12 Nov 2007 08:48:45 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=463</guid>
		<description><![CDATA[Rails 1.2から搭載され、Rails 2.0でいくつか改良されたActive Resource。これを使えば、RESTなWebサービスを簡単に利用できるようになる。これのREADMEが「ここ」にあるのだが、勉強がてら日本語に翻訳してみたので、公開してみようと思う。 ActiveResource_README_ja.txt RESTfulなWebサービスを利用するクライアントは、Active Resourceを使えばかなり簡単に作れることが、これを見てわかると思う。Active Resour... <a href="http://www.eisbahn.jp/yoichiro/2007/11/active_resourcereadme.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/11/active_resourcereadme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RBCドリコムノック(長崎)に参加してきます</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/08/rbc.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/08/rbc.html#comments</comments>
		<pubDate>Thu, 30 Aug 2007 21:46:54 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=443</guid>
		<description><![CDATA[車酔いを恐れず，果敢にブログエントリを試みる。 ギガプライズ勤務最終日だった昨日から一夜明け，今日は「Ruby ビジネス・コモンズ ドリコム・ノック」のお手伝いを行うため，九州に旅立つ。福岡には昨年いやというほど行ったのだが，長崎は初めての上陸。このエントリは，大宮から羽田空港に向かうバスの中で書いている。 「こみゅすけ」の開発に夢中になっている今日この頃だが，すでにRuby on Railsで作ったアプリは４本。１０年以上ずっとJavaをやってきた僕が，こんなにRuby on Railsの虜に... <a href="http://www.eisbahn.jp/yoichiro/2007/08/rbc.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/08/rbc.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>「24」風Ustreamプレーヤー，題して「Ustream24」</title>
		<link>http://www.eisbahn.jp/yoichiro/2007/08/24ustreamustream24.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2007/08/24ustreamustream24.html#comments</comments>
		<pubDate>Tue, 28 Aug 2007 07:51:25 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=442</guid>
		<description><![CDATA[外国ドラマの「24」風な感じで，Ustreamを見るためのサイトを作ってみた。 題して，「Ustream24」。 ま，単にUstreamを四方に置いて，真ん中に黄色くLCD的なデジタル時計を置いただけ。ただそれだけ。しかし，何故かこれで見ると「ちょっとした臨調感」を感じれたりするので，勉強会とか，開発合宿とか，納期２日前のプロジェクトの風景とか，そんなものをこれで見ると面白いかもしれない。 Ustream24は，Ruby on RailsとDojoの組み合わせで開発した。もうJavaScript... <a href="http://www.eisbahn.jp/yoichiro/2007/08/24ustreamustream24.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2007/08/24ustreamustream24.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

