<?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</title>
	<atom:link href="http://saikyoline.jp/weblog/category/ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://saikyoline.jp/weblog</link>
	<description>コンピュータに関係あることとか、ないこととか。</description>
	<lastBuildDate>Fri, 04 May 2012 15:44:45 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>プロジェクトごとの.rvmrcがオプトアウトに戻ってた。</title>
		<link>http://saikyoline.jp/weblog/2012/04/25/114021.html</link>
		<comments>http://saikyoline.jp/weblog/2012/04/25/114021.html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:40:21 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1449</guid>
		<description><![CDATA[RVM: Ruby Version Manager &#8211; rvmrc As of RVM 1.8.0, after a survey where greater than 80% of respondants  [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://beginrescueend.com/workflow/rvmrc/" title="RVM: Ruby Version Manager - rvmrc"><p><a href="http://beginrescueend.com/workflow/rvmrc/">RVM: Ruby Version Manager &#8211; rvmrc</a></p>
<p>As of RVM 1.8.0, after a survey where greater than 80% of respondants wanted the feature on by default, project .rvmrc files are opt-out by default (therefore on).</p></blockquote>
<p>戻して欲しいって声が多かったみたい。すでに1を設定していても、そのままで問題なし。<br />
そして&#8211;rvmrcなんてオプションがあるのをいま知った。いつから？これ。</p>
<pre class="code"><code>% rvm --rvmrc --create ruby-1.9.3-p194@hoge</code></pre>
<p>[ref.] <a href="http://saikyoline.jp/weblog/2011/08/20/235809.html">プロジェクトごとの.rvmrcがオプトインになった。</a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/04/25/114021.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>heroku db:push でエラーが、ね。</title>
		<link>http://saikyoline.jp/weblog/2012/03/01/015527.html</link>
		<comments>http://saikyoline.jp/weblog/2012/03/01/015527.html#comments</comments>
		<pubDate>Wed, 29 Feb 2012 16:55:27 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1416</guid>
		<description><![CDATA[Taps Server Error: PGError: ERROR: time zone displacement out of range: &#34;2012-02-29 12:00:00.000000+58943 [...]]]></description>
			<content:encoded><![CDATA[<pre class="code"><code>Taps Server Error: PGError: ERROR:  time zone displacement out of range: &quot;2012-02-29 12:00:00.000000+5894368800&quot;</code></pre>
<p>こんなん出たんですが、</p>
<blockquote cite="https://github.com/ricardochimal/taps/issues/93#issuecomment-3266786" title="#93: Taps Server Error: PGError: ERROR: time zone displacement out of range: &quot;2011-11-15 12:00:00.000000+5894114400&quot; - Issues - ricardochimal/taps - GitHub"><p><a href="https://github.com/ricardochimal/taps/issues/93#issuecomment-3266786">#93: Taps Server Error: PGError: ERROR: time zone displacement out of range: &quot;2011-11-15 12:00:00.000000+5894114400&quot; &#8211; Issues &#8211; ricardochimal/taps &#8211; GitHub</a></p>
<p>This is a problem due to remote ruby version mismatching. Just use 1.9.2 until heroku updates to 1.9.3.</p></blockquote>
<p>これでした。ほおぉ。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/03/01/015527.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>このメソッドはどこから来たのかっていう、ね。</title>
		<link>http://saikyoline.jp/weblog/2011/11/27/001414.html</link>
		<comments>http://saikyoline.jp/weblog/2011/11/27/001414.html#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:14:14 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1346</guid>
		<description><![CDATA[メソッドの定義されている場所を探す &#8211; komagata バグ報告からふとActiveRecordで使えるpreviousメソッドってどこからきてるんだろう？と思ってgemsをgrepしてみるも見当たらず。  [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://docs.komagata.org/4887" title="メソッドの定義されている場所を探す - komagata"><p><a href="http://docs.komagata.org/4887">メソッドの定義されている場所を探す &#8211; komagata</a></p>
<p>バグ報告からふとActiveRecordで使えるpreviousメソッドってどこからきてるんだろう？と思ってgemsをgrepしてみるも見当たらず。</p></blockquote>
<p>「Method#source_location」だって！？<br />
ここしばらくgrepしまくってたところでした。1ヶ月前に知ってれば、いまこんなに切羽詰まることもなかった、かもなぁ。</p>
<p>っと、ドキュメント見に行ったら「<a href="http://rurema.clear-code.com/query:source_location/">Proc#source_location</a>」ですね。ともあれ、知らなかったのでありがたい！</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/11/27/001414.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.. 演算子と &#8230; 演算子。</title>
		<link>http://saikyoline.jp/weblog/2011/11/01/151141.html</link>
		<comments>http://saikyoline.jp/weblog/2011/11/01/151141.html#comments</comments>
		<pubDate>Tue, 01 Nov 2011 06:11:41 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1336</guid>
		<description><![CDATA[class Range .. または &#8230; によって生成されます。.. 演算子によって生成された範囲 オブジェクトは終端を含み、&#8230; 演算子によって生成された範囲オブジェ クトは終端を含みません。 こ [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://doc.ruby-lang.org/ja/1.9.3/class/Range.html" title="class Range"><p><a href="http://doc.ruby-lang.org/ja/1.9.3/class/Range.html">class Range</a></p>
<p>.. または &#8230; によって生成されます。.. 演算子によって生成された範囲 オブジェクトは終端を含み、&#8230; 演算子によって生成された範囲オブジェ クトは終端を含みません。</p></blockquote>
<p>これが、どうしても、覚えられないっっ！</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/11/01/151141.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby 1.9.1とrvmとエラー。</title>
		<link>http://saikyoline.jp/weblog/2011/09/10/013622.html</link>
		<comments>http://saikyoline.jp/weblog/2011/09/10/013622.html#comments</comments>
		<pubDate>Fri, 09 Sep 2011 16:36:22 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1311</guid>
		<description><![CDATA[とある理由によりrvmでRuby 1.9.1を入れたんですが、なにかするたびこの様なエラーが出てました。 Error loading gem paths on load path in gem_prelude can't [...]]]></description>
			<content:encoded><![CDATA[<p>とある理由によりrvmでRuby 1.9.1を入れたんですが、なにかするたびこの様なエラーが出てました。</p>
<pre class="code"><code>Error loading gem paths on load path in gem_prelude
can't modify frozen string
&lt;internal:gem_prelude&gt;:69:in `force_encoding'
&lt;internal:gem_prelude&gt;:69:in `set_home'
&lt;internal:gem_prelude&gt;:38:in `dir'
&lt;internal:gem_prelude&gt;:76:in `set_paths'
&lt;internal:gem_prelude&gt;:47:in `path'
&lt;internal:gem_prelude&gt;:286:in `push_all_highest_version_gems_on_load_path'
&lt;internal:gem_prelude&gt;:355:in `&lt;compiled&gt;'</code></pre>
<p>なにかなーっとググってみたら・・・</p>
<p><a href="http://www.ruby-forum.com/topic/1832630">[Ruby 1.9 - Bug #4809][Open] ruby1.9.1で GEM HOME をセットしていると常にエラーが発生する &#8211; Ruby Forum</a></p>
<p>ビンゴ！ひゃっほぅ！</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/09/10/013622.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プロジェクトごとの.rvmrcがオプトインになった。</title>
		<link>http://saikyoline.jp/weblog/2011/08/20/235809.html</link>
		<comments>http://saikyoline.jp/weblog/2011/08/20/235809.html#comments</comments>
		<pubDate>Sat, 20 Aug 2011 14:58:09 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1305</guid>
		<description><![CDATA[RVM: Ruby Version Manager &#8211; rvmrc As of RVM 1.7.0 project .rvmrc files are opt-in by defualt (therefore  [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://beginrescueend.com/workflow/rvmrc/" title="RVM: Ruby Version Manager - rvmrc"><p><a href="http://beginrescueend.com/workflow/rvmrc/">RVM: Ruby Version Manager &#8211; rvmrc</a></p>
<p>As of RVM 1.7.0 project .rvmrc files are opt-in by defualt (therefore off).<br />
To order to enable this feature set the following value in either /etc/rvmrc or ~/.rvmrc: </p></blockquote>
<p>プロジェクトのルートディレクトリに.rvmrcを置いておくと、そこ以下のディレクトリに降りた時に自動的に環境が切り替えられて便利なのですが、1.7.0 からはデフォルトで無効になったそうです。<br />
で、有効にするには引用の通り /etc/rvmrc または ~/.rvmrc に以下の行を追加します。</p>
<pre class="code"><code>rvm_project_rvmrc=1</code></pre>
<p>あーやっぱこれ便利だわー。</p>
<p>[ref.] <a href="http://saikyoline.jp/weblog/2010/10/02/230316.html">RVMの環境をプロジェクトごとに切り替える。</a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/08/20/235809.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>日本Ruby会議2011に行ってきて1ヶ月が経ちました。</title>
		<link>http://saikyoline.jp/weblog/2011/08/18/234452.html</link>
		<comments>http://saikyoline.jp/weblog/2011/08/18/234452.html#comments</comments>
		<pubDate>Thu, 18 Aug 2011 14:44:52 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[日記]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1248</guid>
		<description><![CDATA[日本Ruby会議2011(7月16日&#12316;18日) 日本Ruby会議2011は全ての日程を終了いたしました。ご参加いただいた皆さま、ありがとうございました。 うまくまとめられずに下書きのままだったのですが、ちょ [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://rubykaigi.org/2011/ja" title="日本Ruby会議2011(7月16日&#12316;18日)"><p><a href="http://rubykaigi.org/2011/ja">日本Ruby会議2011(7月16日&#12316;18日)</a></p>
<p>日本Ruby会議2011は全ての日程を終了いたしました。ご参加いただいた皆さま、ありがとうございました。</p></blockquote>
<p><a href="http://saikyoline.jp/weblog/wp-content/uploads/2011/07/closed.jpg"><img src="http://saikyoline.jp/weblog/wp-content/uploads/2011/07/closed.jpg" alt="closed" title="closed" width="500" height="375" class="aligncenter size-full wp-image-1252" /></a></p>
<p>うまくまとめられずに下書きのままだったのですが、ちょうど1ヶ月ということでがんばってまとめたので公開します。<br />
会議そのものについては<a href="http://gihyo.jp/news/report/01/rubykaigi2011">レポート班のみなさまのレポート</a>を始め、すでに多数の方が書かれているので自分のことを書こうと思います。</p>
<p><span id="more-1248"></span></p>
<h3>2008年</h3>
<p>ブログ：<a href="http://saikyoline.jp/weblog/2008/06/21/234512.html">RubyKaigi2008に行ってきました。</a></p>
<p>自分のRuby会議は2008年が初めてでした。当時勤めていた会社が弾けた勢いでフリーランスとなった直後で、しかも元同僚にRubyを触っていた人もほとんど居なかったため、単独での参加でした。<br />
セッションはほぼ座りっぱなしで聞いていたため一人でも大丈夫だったのですが、問題は懇親会。会場に入るとすでに面識がある方同士がところどころで輪を作って談笑されていて、遠巻きにそれを眺めながらひたすらオードブルやら寿司やらを皿に取り、それと一緒にグラスを持って会場をぐるっと回って元の位置に戻って食べる。を繰り返していました。何人かそれ以前に面識のある方もいらっしゃったのですが、みなさんすでに輪の中に入られていて、そこへ入っていって話しかける勇気はありませんでした。途中で@kakutaniさんが「去年食べるものが少なかったって言ってたから今年増やしたんだから、おまえら残さないでちゃんと食えよー。」みたいな事をアナウンスしていて、「僕は十分いただいていますもうお腹いっぱいです。」などと頭の中で独りごちたのをよく覚えています。<br />
そしてそのまま懇親会は終わり、帰りの電車で窓の外を眺めながら、来年はあの楽しそうな輪の中に入ろう、と思ったのでした。</p>
<h3>2009年</h3>
<p>ブログ：<a href="http://saikyoline.jp/weblog/2009/07/21/025548.html">日本Ruby会議2009に行ってきました。</a></p>
<p>2008年の懇親会で残念な思いをしてから、すでに知っている分野の勉強会を中心に小さめのイベントに積極的に参加しました。規模が大きいとその中で輪がいくつか出来てしまうけれど、小さければ必然的にひとつになる、そうすれば会話にも入りやすい。そう考えたからでした。結果としてRuby会議の会場でもたくさんの方とお話しでき、ネタのタイミングも合って<a href="http://saikyoline.jp/weblog/2009/07/19/012315.html">RejectKaigiでなんとか前に出る</a>ことも出来ました。（ぐだぐだではありましたが。）2008年からここまで「知り合う」ことにこだわっているのは、楽しそうにしている輪を見つけたら自分も中に入りたいから、でした。しかし根が人見知りなので、面識のない方ばかりのところへ飛び込む勇気はないのです。すでに面識がある方が中に居れば「こんにちはー」って入って行きやすいだろう、そんな理由でした。</p>
<h3>2010年</h3>
<p>ブログ：なし</p>
<p>この年も参加はしていたものの、いろいろテンパっていた時期で行動力がだいぶ低下していて、ブログを書くことすら出来てませんでした。せっかく<a href="http://saikyoline.jp/weblog/2010/04/23/012541.html">春に出た本</a>を宣伝するチャンスだったのですが、それが出来なかったのが残念でした。</p>
<h3>2011年</h3>
<p>ブログ：これ</p>
<p>そして今年。都合が合わず最後までスタッフとして参加することは出来ませんでしたが、参加者として満喫させていただきました。闇RubyKaigiでは<a href="http://saikyoline.jp/weblog/2011/07/17/003241.html">あまりRubyに関係ないネタ</a>も大急ぎで披露させていただきました。毎回セッションもすばらしいのですが、振り返ると自分にとってのRuby会議とは「みんなに会いに行く場所」でした。日頃からネットを通して活躍を拝見してはいるのですが、やはり実際にお会いすると自分もがんばろうという気持ちの高まりが違います。そんな気持ちは年間を通して上下している不安定なものなのですが、Ruby会議に参加するとかならず一定量高まるので、頼りになるモチべージョンアッパーでした。マラソンなら給水所、カーレースならピットといったところでしょうか。</p>
<p>さてそろそろ1ヶ月目も終わってしまうので、最後にRuby会議を運営してくださったスタッフのみなさまと、影響を与えていただいた他の参加者のみなさまにお礼を言いつつ、「公開」ボタンを押そうと思います。<br />
いままで素晴らしい場所をありがとうございました！そしてまた別の場所で、これからもよろしくお願いいたします！</p>
<p>ポチッ</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/08/18/234452.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>闇RubyKaigiで話してきました。</title>
		<link>http://saikyoline.jp/weblog/2011/07/17/003241.html</link>
		<comments>http://saikyoline.jp/weblog/2011/07/17/003241.html#comments</comments>
		<pubDate>Sat, 16 Jul 2011 15:32:41 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1245</guid>
		<description><![CDATA[このSW Notifier自体はだいぶ前に作ったものなのですが、Ruby成分の薄さも闇なら大丈夫なんじゃないかと申し込みました。 おれが考えた見やすい通知 View more presentations from Yos [...]]]></description>
			<content:encoded><![CDATA[<p>この<a href="http://saikyoline.jp/air/swn/">SW Notifier</a>自体はだいぶ前に作ったものなのですが、Ruby成分の薄さも闇なら大丈夫なんじゃないかと申し込みました。</p>
<div style="width:425px" id="__ss_8613377"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/yoshuki/ss-8613377" title="おれが考えた見やすい通知" target="_blank">おれが考えた見やすい通知</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8613377" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/yoshuki" target="_blank">Yoshiyuki MIKAMI</a> </div>
</p></div>
<p>2分と持ち時間は短かったのですが、出オチなので十分だろうと思っていたら一番見せたいところがうまくいかなくて、デモは事前にムービーにしておく等の大事さを再確認しました。<br />
ここしばらく知識の自転車操業で「コレ！」という話せる話題を持っていないのですが、アンテナ広げてまたどこかでなにかを話せるようにしていこうと思います。祭りは見ているよりも飛び込んだ方が面白いですしね。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/07/17/003241.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ponyにパッチが取り込まれてた。</title>
		<link>http://saikyoline.jp/weblog/2011/07/01/160027.html</link>
		<comments>http://saikyoline.jp/weblog/2011/07/01/160027.html#comments</comments>
		<pubDate>Fri, 01 Jul 2011 07:00:27 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1234</guid>
		<description><![CDATA[Sinatra: Frequently Asked Questions How about a Pony (sudo gem install pony): Sinatraでメールを送る時にオススメされてるPonyさんです [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.sinatrarb.com/faq.html#email" title="Sinatra: Frequently Asked Questions"><p><a href="http://www.sinatrarb.com/faq.html#email">Sinatra: Frequently Asked Questions</a></p>
<p>How about a Pony (sudo gem install pony):</p></blockquote>
<p>Sinatraでメールを送る時にオススメされてるPonyさんですが、マルチパートメールを送る時、本文にcharsetが効かないという現象が起きていました。<br />
そこで手元で直してしばらく使ってたのですが、気がつかないうちに送ったpull requestが取り込まれてました。</p>
<blockquote cite="https://github.com/benprew/pony/commit/0b9b24c9ebd8c80432dc05fb3568f48043ee2990" title="Commit 0b9b24c9ebd8c80432dc05fb3568f48043ee2990 to benprew/pony - GitHub"><p><a href="https://github.com/benprew/pony/commit/0b9b24c9ebd8c80432dc05fb3568f48043ee2990">Commit 0b9b24c9ebd8c80432dc05fb3568f48043ee2990 to benprew/pony &#8211; GitHub</a></p>
<p>Merge pull request #3 from yoshuki/master</p></blockquote>
<p>いちいち手動で更新してたのでこれはうれしー。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/07/01/160027.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HerokuでSinatraでpublicが404で。</title>
		<link>http://saikyoline.jp/weblog/2011/06/11/004328.html</link>
		<comments>http://saikyoline.jp/weblog/2011/06/11/004328.html#comments</comments>
		<pubDate>Fri, 10 Jun 2011 15:43:28 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1231</guid>
		<description><![CDATA[The Thought Collector: Set your root if you use Sinatra on Heroku YOU MUST set your root in Sinatra. rootをセットし [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://thethoughtcollector.com/post/891117485/set-your-root-if-you-use-sinatra-on-heroku" title="The Thought Collector: Set your root if you use Sinatra on Heroku"><p><a href="http://thethoughtcollector.com/post/891117485/set-your-root-if-you-use-sinatra-on-heroku">The Thought Collector: Set your root if you use Sinatra on Heroku</a></p>
<p>YOU MUST set your root in Sinatra.</p></blockquote>
<p>rootをセットしないでSinatraを使ったアプリをHerokuに上げるとpublicのファイルが404になってしまうので気をつけようという話。<br />
手元のshotgunで上げてた時には問題なかったのでハマってしまいました。</p>
<blockquote cite="http://www.sinatrarb.com/configuration.html#__the_applications_root_directory" title="Sinatra: Configuring Settings"><p><a href="http://www.sinatrarb.com/configuration.html#__the_applications_root_directory">Sinatra: Configuring Settings</a></p>
<p>By default, this is assumed to be the directory containing the main application file (:app_file setting).</p></blockquote>
<p>:rootがセットされていない時は:app_fileを使うそうなので、アプリファイルが直下に置いてある場合はこっちをセットでもいいかも。<br />
ちなみに確認したらsettings.app_fileもsettings.rootもnilでした。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/06/11/004328.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

