<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; Ruby on Rails</title>
	<atom:link href="https://worthliv.com/category/ruby/ruby-rails/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/ruby/ruby-rails/feed" />
	<item>
		<title>scaffoldで生成されるviewテンプレート（templates）を日本語表示に変更する</title>
		<link>https://worthliv.com/ruby_scaffoldviewtemplates.html</link>
		<comments>https://worthliv.com/ruby_scaffoldviewtemplates.html#comments</comments>
		<pubDate>Tue, 23 Jul 2013 17:18:44 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1223</guid>
		<description><![CDATA[scaffoldは、RailsやCakePHPなどのWEBアプリ・フレームワークの一番の特徴とも言える機能。 これにより、モデル、ビュー、コントローラー、DBマイグレーションファイルなどが一発で自動生成されて、とても楽に [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_scaffoldviewtemplates.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_scaffoldviewtemplates.html" />
	</item>
		<item>
		<title>マイグレーション（rake db:migrate）の確認・Railsカラム生成メソッドとMySQLデータ型の対応表</title>
		<link>https://worthliv.com/ruby_rake_dbmigraterailsmysql.html</link>
		<comments>https://worthliv.com/ruby_rake_dbmigraterailsmysql.html#comments</comments>
		<pubDate>Tue, 23 Jul 2013 16:21:50 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1222</guid>
		<description><![CDATA[Railsでは、scaffold（スキャフォールド）がとても便利な機能です。CakePHPでも同じ機能がありましたね。 scaffoldとは土台、足場などの意味で、Railsにおいてモデルのクラス名を決定し、以下のコマン [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_rake_dbmigraterailsmysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_rake_dbmigraterailsmysql.html" />
	</item>
		<item>
		<title>Ruby on RailsのSQL文をdevelopment.logで確認</title>
		<link>https://worthliv.com/ruby_ruby_on_railssqldevelopmentlog.html</link>
		<comments>https://worthliv.com/ruby_ruby_on_railssqldevelopmentlog.html#comments</comments>
		<pubDate>Thu, 18 Jul 2013 06:48:53 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1221</guid>
		<description><![CDATA[Ruby on Railsのデータベースとモデルクラス・MVCの対応関係に書きましたが、RoRでのDB操作は、DBオブジェクトをレシーバとしてfind系メソッドを通して行う。 実際に発行されるSQL文はどうなっているのだ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ruby_on_railssqldevelopmentlog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ruby_on_railssqldevelopmentlog.html" />
	</item>
		<item>
		<title>Ruby on Railsのデータベースとモデルクラス・MVCの対応関係</title>
		<link>https://worthliv.com/ruby_ruby_on_rails_1.html</link>
		<comments>https://worthliv.com/ruby_ruby_on_rails_1.html#comments</comments>
		<pubDate>Thu, 18 Jul 2013 03:58:23 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1220</guid>
		<description><![CDATA[Windows環境での練習ではありますが、Ruby on Railsでユーザー・ログイン機能付きの旅行日記アプリケーションを制作してみた。 旅行日記のコメントとともに、行った場所（地名）を投稿でき、地名からYahoo地図 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ruby_on_rails_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ruby_on_rails_1.html" />
	</item>
		<item>
		<title>environment.rbを変更したらサーバー再起動</title>
		<link>https://worthliv.com/ruby_environmentrb.html</link>
		<comments>https://worthliv.com/ruby_environmentrb.html#comments</comments>
		<pubDate>Tue, 16 Jul 2013 15:47:57 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1219</guid>
		<description><![CDATA[Ruby on Railsには、「config/environment.rb」というファイルがあり、ここにアプリケーションで共通して使う定数を記述しておく。 たとえば、管理者のメールアドレスや、WEB・APIのアクセスキ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_environmentrb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_environmentrb.html" />
	</item>
		<item>
		<title>NetBeansでのRoR開発手順</title>
		<link>https://worthliv.com/ruby_netbeansror.html</link>
		<comments>https://worthliv.com/ruby_netbeansror.html#comments</comments>
		<pubDate>Fri, 12 Jul 2013 19:07:18 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1218</guid>
		<description><![CDATA[NetBeansでのRuby on Railsを用いた開発で、初期段階のIDE操作の手順をまとめます。 スポンサーリンク １．RoRプロジェクトの作成 メニュー→ファイル→新規プロジェクト→Ruby onRailsアプリ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_netbeansror.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_netbeansror.html" />
	</item>
		<item>
		<title>Rails2.0でデータベースの文字化け対策（InstantRails-2.0-win）</title>
		<link>https://worthliv.com/ruby_rails20instantrails20win.html</link>
		<comments>https://worthliv.com/ruby_rails20instantrails20win.html#comments</comments>
		<pubDate>Thu, 11 Jul 2013 04:30:07 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1217</guid>
		<description><![CDATA[さて先日より、NetBeans6.1＋InstantRails-2.0-winで、Windowsに環境を作りRuby on Railsの勉強をはじめました。 InstantRails-2.0-winには、データベースとし [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_rails20instantrails20win.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_rails20instantrails20win.html" />
	</item>
		<item>
		<title>Ruby on Rails ことはじめ</title>
		<link>https://worthliv.com/ruby_ruby_on_rails.html</link>
		<comments>https://worthliv.com/ruby_ruby_on_rails.html#comments</comments>
		<pubDate>Wed, 10 Jul 2013 07:14:58 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1216</guid>
		<description><![CDATA[NetBeans上でのRuby on Rails開発のことはじめ。 CakePHPを以前ちょっとかじったので、なんとなく雰囲気はつかめやすく、CakePHPがRoRに影響を受けているということがよく分かりました。 スポン [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ruby_on_rails.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ruby_on_rails.html" />
	</item>
	</channel>
</rss>
