<?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>blog.udzura.jp</title>
	<atom:link href="http://blog.udzura.jp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.udzura.jp</link>
	<description>Got on the Weird Rails</description>
	<lastBuildDate>Mon, 07 May 2012 00:25:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Classic Sinatra が定義するトップレベルメソッドの話</title>
		<link>http://blog.udzura.jp/2012/05/06/classic-sinatra-now-only-extends-main/</link>
		<comments>http://blog.udzura.jp/2012/05/06/classic-sinatra-now-only-extends-main/#comments</comments>
		<pubDate>Sun, 06 May 2012 08:00:11 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Sinatra]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1473</guid>
		<description><![CDATA[現在リリースされていて、普通に gem install で入る Sinatra （version]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/05/06/classic-sinatra-now-only-extends-main/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>RSpec のメタ情報が知りたい</title>
		<link>http://blog.udzura.jp/2012/04/26/how-to-know-rspec-metadata/</link>
		<comments>http://blog.udzura.jp/2012/04/26/how-to-know-rspec-metadata/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 06:02:55 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1465</guid>
		<description><![CDATA[RSpec の DSL には、 example と言うメソッドがあり、そこを経由して現在実行中の example の情報を得ることができる。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/04/26/how-to-know-rspec-metadata/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Web+DB Press Vol.68 に寄稿しました</title>
		<link>http://blog.udzura.jp/2012/04/23/wrote-to-webdb-press-vol-68/</link>
		<comments>http://blog.udzura.jp/2012/04/23/wrote-to-webdb-press-vol-68/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 07:07:49 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[DataBase]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1458</guid>
		<description><![CDATA[WEB+DB PRESS Vol.68 著者／訳者：名村 卓 三宅 陽一郎 小野 修司 中島 聡 森田 創 小飼 弾 田籠 聡 天野 祐介 cho45 大和田 純 白土 慧 勝間 亮 石田 忠司 牧本 慎平 A-List [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/04/23/wrote-to-webdb-press-vol-68/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Shinjuku.ex #02 でした</title>
		<link>http://blog.udzura.jp/2012/04/13/held-shinjuku-ex-02/</link>
		<comments>http://blog.udzura.jp/2012/04/13/held-shinjuku-ex-02/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 01:51:52 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Elixir]]></category>
		<category><![CDATA[Erlang]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1452</guid>
		<description><![CDATA[elixir-lang.org 地味に第二回を開催しました。第一回については、 @mizchi(敬称略)のブログ記事 に詳しいです。 今回は、最新の Elixir についての素晴らしい記事を書いていらっしゃる id:k- [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/04/13/held-shinjuku-ex-02/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Ruby で、 %w() 記法で複数行で配列を書いてるときの注意点</title>
		<link>http://blog.udzura.jp/2012/03/29/multiline-with-percent-w-in-ruby/</link>
		<comments>http://blog.udzura.jp/2012/03/29/multiline-with-percent-w-in-ruby/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 08:27:10 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1446</guid>
		<description><![CDATA[%w 記法、便利ですね。 今回、下みたいに書いてはまってました。 言われてみれば、まあ、そうかな〜という感じですね……。 %w() の中にいるのでコメントアウトが効きません。 素直に消した方が良いですね。。。 ちなみに、 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/03/29/multiline-with-percent-w-in-ruby/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Padrino 0.10.6 出ました</title>
		<link>http://blog.udzura.jp/2012/03/18/padrino-0-10-6-out/</link>
		<comments>http://blog.udzura.jp/2012/03/18/padrino-0-10-6-out/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 05:37:25 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Padrino]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1444</guid>
		<description><![CDATA[公式ブログ記事を邦訳しています（久しぶり）。 Padrino 0.10.6 &#8211; ActiveSupport 3.2, MiniRecord, HTML5 Helpers and bug fixes わりと L [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/03/18/padrino-0-10-6-out/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>新宿で勉強会してきました。発表も（ｒｙ</title>
		<link>http://blog.udzura.jp/2012/02/23/study-at-shinjuku-report/</link>
		<comments>http://blog.udzura.jp/2012/02/23/study-at-shinjuku-report/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 11:50:52 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1435</guid>
		<description><![CDATA[そういえば株式会社 Aiming に入社していました（転職エントリ Aiming を会場として毎月第４水曜あたりに「shinjuku.rb」をやっています（facebookの公式グループ）。僕も今回発表しました。 Rub [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/02/23/study-at-shinjuku-report/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>渋谷で勉強会してきました。（邪悪な顔で）発表もしました。</title>
		<link>http://blog.udzura.jp/2012/02/21/study-at-shibuya-report/</link>
		<comments>http://blog.udzura.jp/2012/02/21/study-at-shibuya-report/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 00:47:23 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1430</guid>
		<description><![CDATA[ウェッブでオリジナルTシャツをつくれるtmix等のサービス有名な spicelife さんで、ビアバッシュ的に、Ruby初心者向け勉強会をしました。お誘いいただいた @HolyGrail さんありがとうございました！　最 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/02/21/study-at-shibuya-report/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>ヤッター Ruby 1.9.3p0 + rvm でも ruby-debug が動いたよー</title>
		<link>http://blog.udzura.jp/2012/02/15/ruby-debug19-install-on-ruby193-p0-and-rvm/</link>
		<comments>http://blog.udzura.jp/2012/02/15/ruby-debug19-install-on-ruby193-p0-and-rvm/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 05:36:23 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1424</guid>
		<description><![CDATA[割と情報が整理されておらず、調べ回って苦労した。 適当に Ruby1.9.3 ruby-debug とかで検索すると以下のアレが見つかる。 ruby-debug with Ruby 1.9.3? いろいろうさんくさい g [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/02/15/ruby-debug19-install-on-ruby193-p0-and-rvm/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Ubuntu desktop を使う際は入れているパッケージ１２個＋</title>
		<link>http://blog.udzura.jp/2012/02/04/my-recommended-ubuntu-12-or-more-packages/</link>
		<comments>http://blog.udzura.jp/2012/02/04/my-recommended-ubuntu-12-or-more-packages/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 02:41:43 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1418</guid>
		<description><![CDATA[Time to Read 3分 近いうちに環境をお引越しする必要が出てきたので、自分向けにまとめ。 Ubuntu だと割と色々最初から入ってるし、こんなもんかなあ……。 git パッケージ詳細ページ 大変有名な分散型バー [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/02/04/my-recommended-ubuntu-12-or-more-packages/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.760 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-21 12:50:50 -->

