<?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>DOGLOG团队 &#187; Rails</title>
	<atom:link href="http://blog.doglog.net/category/my-line/%e6%95%b0%e6%8d%ae%e5%ba%93/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.doglog.net</link>
	<description>Your passion Our potential</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:06:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Rails Migration Datatypes</title>
		<link>http://blog.doglog.net/2010/09/rails-migration-datatypes/</link>
		<comments>http://blog.doglog.net/2010/09/rails-migration-datatypes/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:24:54 +0000</pubDate>
		<dc:creator>oipn4e2</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://blog.doglog.net/?p=3</guid>
		<description><![CDATA[string text integer float decimal datetime timestamp time date binary boolean http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/Table.html]]></description>
			<content:encoded><![CDATA[<p>string text integer float decimal datetime timestamp time date binary boolean</p>
<p>http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/Table.html</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doglog.net/2010/09/rails-migration-datatypes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>34个Rails 3的相关资料</title>
		<link>http://blog.doglog.net/2010/09/34%e4%b8%aarails-3%e7%9a%84%e7%9b%b8%e5%85%b3%e8%b5%84%e6%96%99/</link>
		<comments>http://blog.doglog.net/2010/09/34%e4%b8%aarails-3%e7%9a%84%e7%9b%b8%e5%85%b3%e8%b5%84%e6%96%99/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 23:55:03 +0000</pubDate>
		<dc:creator>oipn4e2</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://blog.doglog.net/?p=12</guid>
		<description><![CDATA[1.Rails 3.0 Release Notes &#8211; Rails导册对所有Ruby on Rails开发者来说都是很宝贵的资源，这个发布文档介绍了很多API的改进和新特性。 2.RailsPlugins.org – 提供了很多 Rails 3的插件. 3.Having Ruby on Rails 3 My Way &#8211; Rails 3与Mongoid, Haml, jQuery等的安装 4.The Rails Module (in Rails 3) -在Rails模块中一些有用的方法 5.Rails 3 I18n changes &#8211; I18n的改变. 6.Ruby on &#8230; <a href="http://blog.doglog.net/2010/09/34%e4%b8%aarails-3%e7%9a%84%e7%9b%b8%e5%85%b3%e8%b5%84%e6%96%99/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1.<a href="http://guides.rubyonrails.org/3_0_release_notes.html">Rails 3.0 Release Notes</a> &#8211; Rails导册对所有Ruby on Rails开发者来说都是很宝贵的资源，这个发布文档介绍了很多API的改进和新特性。</p>
<p>2.<a href="http://railsplugins.org/">RailsPlugins.org</a> – 提供了很多 Rails 3的插件.</p>
<p>3.<a href="http://adventuresincoding.com/2010/07/having-ruby-on-rails-3-my-way/">Having Ruby on Rails 3 My Way</a> &#8211; Rails 3与Mongoid, Haml, jQuery等的安装</p>
<p>4.<a href="http://litanyagainstfear.com/blog/2010/02/03/the-rails-module/">The Rails Module (in Rails 3)</a> -在Rails模块中一些有用的方法</p>
<p>5.<a href="http://blog.plataformatec.com.br/2010/02/rails-3-i18n-changes/">Rails 3 I18n changes</a> &#8211; I18n的改变.</p>
<p>6.<a href="http://rubyonrails.org/screencasts/rails3">Ruby on Rails 3 Screencast series</a></p>
<h2>ActionController / Rack</h2>
<p>7.<a href="http://blog.plataformatec.com.br/2009/08/embracing-rest-with-mind-body-and-soul/">Embracing REST with mind, body and soul</a> - José Valim 介绍了 RESTful responders与Rails 3 controller的使用。</p>
<p>8.<a href="http://railscasts.com/episodes/224-controllers-in-rails-3">Railscasts #224 Controllers in Rails 3</a> – Rails 3 controllers的新特性.</p>
<p>9.<a href="http://www.engineyard.com/blog/2010/render-options-in-rails-3/">Render Options in Rails 3</a> &#8211;  Rails 3的渲染的变化.</p>
<p>10.<a href="http://pivotallabs.com/users/jdean/blog/articles/1370-adding-routes-for-tests-specs-with-rails-3">Adding Routes for tests / specs with Rails 3</a></p>
<p>11.<a href="http://jasonseifer.com/2009/04/08/32-rack-resources-to-get-you-started">32 Rack Resources to Get You Started</a> &#8211;  rack相关资源的整合.</p>
<h2>ActionMailer</h2>
<p>12.<a href="http://lindsaar.net/2010/1/26/new-actionmailer-api-in-rails-3">New ActionMailer API in Rails 3.0</a> - 如何使用新的ActionMailer.</p>
<p>13.<a href="http://railsdispatch.com/posts/actionmailer">A Whole New ActionMailer</a> &#8211;  ActionMailer的特性.</p>
<h2>ActiveRecord/ActiveModel</h2>
<p>14.<a href="http://yehudakatz.com/2010/01/10/activemodel-make-any-ruby-object-feel-like-activerecord/">ActiveModel: Make Any Ruby Object Feel Like ActiveRecord</a> – ActiveModel的模块化.</p>
<p>15.<a href="http://railscasts.com/episodes/219-active-model">Railscasts #219 Active Model </a>- 如何正确的添加ActiveModel 模块到tableless模块.</p>
<p>16.<a href="http://railsdispatch.com/posts/activerelation">ActiveRelation: ActiveRecord Gets a Facelift </a>-新的ActiveRecord finder API.</p>
<p>17.<a href="http://m.onkey.org/2010/1/22/active-record-query-interface">Active Record Query Interface</a> &#8211; 自Rails 2以来，ActiveRecord query接口的变化.</p>
<h2>Bundler</h2>
<p>18.<a href="http://gembundler.com/">Gembundler.com</a> -官方的 Bundler文档，包含一些扩展的文档.</p>
<p>19.<a href="http://railsdispatch.com/posts/bundler">Library Management Gets an Update in Rails 3</a> 。</p>
<p>20.<a href="http://railscasts.com/episodes/201-bundler">Railscasts #201 Bundler </a>- 在Rails 3中，如何使用bundler.</p>
<p>21.<a href="http://adventuresincoding.com/2010/02/riding-ruby-on-rails-3-bundler/">AdventuresInCoding.com screencast on Bundler</a> 。</p>
<h2>Railties</h2>
<p>22.<a href="http://www.igvita.com/2010/08/04/rails-3-internals-railtie-creating-plugins/">Rails 3 Internals: Railtie &amp; Creating Plugins</a> &#8211;  Railties in Rails 3.</p>
<p>23.<a href="http://adventuresincoding.com/2010/07/jumpstart-your-ruby-on-rails-3-applications-with-rails-template/">rails-templater</a> &#8211; 如何生成一个 greenfield Rails 3 应用.</p>
<p>24.<a href="http://caffeinedd.com/guides/331-making-generators-for-rails-3-with-thor">Making generators for Rails 3 with Thor</a> – 如何使用新的generators ，以及在gem中如何去处理.</p>
<h2>Routes</h2>
<p>25.<a href="http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/">The Lowdown on Routes in Rails 3</a> -在 Rails 3创建routes的几个不同的方法.</p>
<p>26.<a href="http://edgeguides.rubyonrails.org/routing.html">Rails Routing from the Outside In</a> - 新的 router介绍.</p>
<h2>Plugins</h2>
<p>27.<a href="http://weblog.rubyonrails.org/2010/2/9/plugin-authors-toward-a-better-future">Plugin Authors: Toward a Better Future</a> &#8211; Rails 3中创建插件的改变.</p>
<p>28.<a href="http://railsdispatch.com/posts/building-or-updating-a-rails-3-plugin">Customizing Rails Apps with Plugins </a>- 使用responders, form, devise以及mail form的插件.</p>
<p>29.<a href="http://blog.plataformatec.com.br/2010/08/devise-1-1-is-out-and-ready-to-rock-with-rails-3/">Devise 1.1 is out and ready to rock with Rails 3</a> &#8211; Devise 1.1的新特性。</p>
<h2>Books</h2>
<p>30.<a href="http://beginningrails.com/">Beginning Rails 3</a> – Cloves Carneiro Jr 和 Rida Al Barazi 撰写的 Rails 3 入门书籍，其中有很多实例.</p>
<p>31.<a href="http://my.safaribooksonline.com/9780132480345">The Rails 3 Way</a> .</p>
<p>32.<a href="http://www.manning.com/katz/">Rails 3 In Action </a>- BDD with Cucumber</p>
<p>33.<a href="http://www.railsupgradehandbook.com/">Rails 3 Upgrade Handbook</a> &#8211; Jeremy McAnally的书籍，教你如何从Rails 2 应用升级到Rails 3.</p>
<p>34.<a href="http://railstutorial.org/">Ruby on Rails Tutorial: Learn Rails by Example</a> – 一步一步的教学习 Rails.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doglog.net/2010/09/34%e4%b8%aarails-3%e7%9a%84%e7%9b%b8%e5%85%b3%e8%b5%84%e6%96%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
