<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF
 xmlns="http://purl.org/rss/1.0/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xml:lang="ja">
<channel rdf:about="https://rssblog.ameba.jp/eisho2/rss.html">
<title>BACCASS Labs - iPhone Apps Etc.</title>
<link>https://ameblo.jp/eisho2/</link>
<description>経営の傍らでiPhone、Andoroid、Rails Development＠バッカスラボ</description>
<dc:language>ja-jp</dc:language>
<items>
<rdf:Seq>
<rdf:li rdf:resource="https://ameblo.jp/eisho2/entry-10252442569.html" />
<rdf:li rdf:resource="https://ameblo.jp/eisho2/entry-10252283697.html" />
<rdf:li rdf:resource="https://ameblo.jp/eisho2/entry-10186722903.html" />
<rdf:li rdf:resource="https://ameblo.jp/eisho2/entry-10186604048.html" />
<rdf:li rdf:resource="https://ameblo.jp/eisho2/entry-10186515792.html" />
<rdf:li rdf:resource="https://ameblo.jp/eisho2/entry-10181012088.html" />
<rdf:li rdf:resource="https://ameblo.jp/eisho2/entry-10176564741.html" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://ameblo.jp/eisho2/entry-10252442569.html">
<title>gemでバージョン指定してインストール</title>
<link>https://ameblo.jp/eisho2/entry-10252442569.html</link>
<description>
【Platform】Amazon EC2【OS】Fedora8【Rails】1.2.3【Ruby】1.8.7ディフォルトのRailsのバージョンが2.2.2だったので、1.2.3にダウングレードする必要があった。gemを使ってパッケージのバージョン指定してインストールする。# gem install rails --version &#39;&#61; 1.2.3&#39;Successfully installed activesupport-1.4.2Successfully installed activerec
</description>
<dc:date>2009-05-01T12:16:30+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/eisho2/entry-10252283697.html">
<title>FedoraにRuby1.8.7をいれるとec2-bundle-volでエラー</title>
<link>https://ameblo.jp/eisho2/entry-10252283697.html</link>
<description>
【Platform】Amazon EC2【OS】Fedora8【Rails】1.2.3【Ruby】1.8.7EC2のディフォルトで用意されているFedora8のAMIからインスタンスを生成。ここにruby1.8.7をインストールしたのだが、ec2-bundle-volが通らない。実行すると以下エラーメッセージ。/usr/lib/site_ruby/ec2/amitools/bundlevol.rb:11:in `require&#39;: no such file to load -- ec2/amit
</description>
<dc:date>2009-05-01T02:12:50+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/eisho2/entry-10186722903.html">
<title>Rails2.2.2の設定</title>
<link>https://ameblo.jp/eisho2/entry-10186722903.html</link>
<description>
【OS】Mac OS X Server (10.5.6)【Rails】2.2.2【Ruby】1.8.6Rails2.2.2をインストール後、NETBEANSで新規プロジェクトを立ちあげる前に、以下のGEMもインストールする必要あり。activesupport-2.2.2activerecord-2.2.2actionpack-2.2.2actionmailer-2.2.2activeresource-2.2.2&gt;sudo gem install --remote activesupportSuc
</description>
<dc:date>2009-01-02T17:46:24+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/eisho2/entry-10186604048.html">
<title>OS X ServerのMySQLのデフォルトキャラクターセットの変更</title>
<link>https://ameblo.jp/eisho2/entry-10186604048.html</link>
<description>
【OS】Mac OS X Server (10.5.6)【Rails】2.2.2【Ruby】1.8.6Mac OS X ServerでRails環境してMySQLを利用する場合、デフォルトだとキャラクターセットがlatin1になっており、rake db:createを実行すると以下のエラーとなり、通らない。※一部*にしてます。Couldn&#39;t create database for {&quot;encoding&quot;&#61;&gt;&quot;utf8&quot;, &quot;username&quot;&#61;&gt;&quot;***&quot;, &quot;adapter&quot;&#61;&gt;&quot;mysql
</description>
<dc:date>2009-01-02T11:38:54+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/eisho2/entry-10186515792.html">
<title>Mac OS X serverのRailsでMySQLを利用する場合のエラー</title>
<link>https://ameblo.jp/eisho2/entry-10186515792.html</link>
<description>
実行環境は以下の通り。【OS】Mac OS X Server (10.5.6)【Rails】2.2.2【Ruby】1.8.6Rails2.2.2はデフォルトのデータベースがSQLite3に変更になっている。これを従来の通りMySQLで運用する際、以下のスクリプトでデータベースを指定する。&gt;rails -d mysql [アプリケーション名]mysqlドライバーが取り除かれているので、gemでインストールする必要がある。&gt;sudo gem install --remote mysqlただ、Mac 
</description>
<dc:date>2009-01-02T02:19:59+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/eisho2/entry-10181012088.html">
<title>【備忘録】Rails環境設定系コマンド (Mac OS X)</title>
<link>https://ameblo.jp/eisho2/entry-10181012088.html</link>
<description>
OS：Mac OS X 10.5.6shell: bash※   &gt; コマンド※ &#61;&gt; 出力結果【バージョン確認】[利用中のRailsパッケージ]&gt;rails -v&#61;&gt;Rails 1.2.6[インストール済みのRailsパッケージすべて]&gt;gem list rails&#61;&gt;*** LOCAL GEMS ***&#61;&gt;&#61;&gt;rails (2.2.2, 1.2.6)【gemのアップデート】&gt;sudo gem update --system&#61;&gt;Updating RubyGems...&#61;&gt;Bulk updati
</description>
<dc:date>2008-12-21T13:12:26+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/eisho2/entry-10176564741.html">
<title>X-Codeで外部エディタ設定</title>
<link>https://ameblo.jp/eisho2/entry-10176564741.html</link>
<description>
コード補完機能が惜しく、なかなか設定していなかったのだが、やはりVimの手のなじみには勝てないのでついに設定。最初は設定の方法がわかりにくかったのだけど、よく見ると簡単。環境設定　＞　ファイルタイプのタブを指定後はファイルタイプのリストの[file]をブレークダウンして、それぞれのファイルタイプの[優先するエディタ]欄をクリックすれば外部エディタのアプリケーションを指定できる。ファイルタイプ毎に指定できるので、結構便利。
</description>
<dc:date>2008-12-11T13:10:42+09:00</dc:date>
</item>
</rdf:RDF>
