<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Living on the edge (of Rails) #7 &#8211; improved ActiveRecord::Base#attributes, time zone support</title>
	<atom:link href="http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/</link>
	<description>Rails, Firefox, Anime, Mac</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:38:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: puts Blog.new(&#8221;nonsense&#8221;) &#187; Blog Archive &#187; 5 Resources for Getting Up to Speed on Rails 2.1</title>
		<link>http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/comment-page-1/#comment-653639</link>
		<dc:creator>puts Blog.new(&#8221;nonsense&#8221;) &#187; Blog Archive &#187; 5 Resources for Getting Up to Speed on Rails 2.1</dc:creator>
		<pubDate>Tue, 08 Jul 2008 09:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/#comment-653639</guid>
		<description>[...] #7 - improved ActiveRecord::Base#attributes, time zone support [...]</description>
		<content:encoded><![CDATA[<p>[...] #7 &#8211; improved ActiveRecord::Base#attributes, time zone support [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chu Yeow</title>
		<link>http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/comment-page-1/#comment-501118</link>
		<dc:creator>Chu Yeow</dc:creator>
		<pubDate>Sat, 16 Feb 2008 07:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/#comment-501118</guid>
		<description>@sho: Thanks for the kind words! Regarding your question:

&lt;blockquote&gt;do you have any idea of the timeframe for the next tagged release, hopefully including all this lovely new stuff?&lt;/blockquote&gt;

Judging from the recent major refactorings and some of the work still in progress, I think it&#039;ll be quite some time before 2.1 gets released. This &lt;a href=&quot;http://groups.google.com/group/rubyonrails-core/browse_thread/thread/f315c47c9a2ba55e&quot; rel=&quot;nofollow&quot;&gt;Ruby on Rails: Core thread&lt;/a&gt; has some opinions from Rails core committers.

There should be a 2.0.3 pretty soon but it&#039;d only contain mostly bugfixes and not all the new stuff I&#039;ve been blogging about.

@Dr Nic: I haven&#039;t actually considered that (rendering the templates outside the request+controller stack) - good point!</description>
		<content:encoded><![CDATA[<p>@sho: Thanks for the kind words! Regarding your question:</p>
<blockquote><p>do you have any idea of the timeframe for the next tagged release, hopefully including all this lovely new stuff?</p></blockquote>
<p>Judging from the recent major refactorings and some of the work still in progress, I think it&#8217;ll be quite some time before 2.1 gets released. This <a href="http://groups.google.com/group/rubyonrails-core/browse_thread/thread/f315c47c9a2ba55e" rel="nofollow">Ruby on Rails: Core thread</a> has some opinions from Rails core committers.</p>
<p>There should be a 2.0.3 pretty soon but it&#8217;d only contain mostly bugfixes and not all the new stuff I&#8217;ve been blogging about.</p>
<p>@Dr Nic: I haven&#8217;t actually considered that (rendering the templates outside the request+controller stack) &#8211; good point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; Double Shot #143</title>
		<link>http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/comment-page-1/#comment-498657</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; Double Shot #143</dc:creator>
		<pubDate>Thu, 14 Feb 2008 13:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/#comment-498657</guid>
		<description>[...] Living on the edge (of Rails) #7 - improved ActiveRecord::Base#attributes, time zone support - More changes in edge Rails. [...]</description>
		<content:encoded><![CDATA[<p>[...] Living on the edge (of Rails) #7 &#8211; improved ActiveRecord::Base#attributes, time zone support &#8211; More changes in edge Rails. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/comment-page-1/#comment-497498</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 13 Feb 2008 21:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/#comment-497498</guid>
		<description>Perhaps encaspulating ActionView::Template will make it easier to reuse templates + render them from outside the request+controller stack. Currently it takes about 10 lines of code to mock out a request+controller etc.</description>
		<content:encoded><![CDATA[<p>Perhaps encaspulating ActionView::Template will make it easier to reuse templates + render them from outside the request+controller stack. Currently it takes about 10 lines of code to mock out a request+controller etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sho</title>
		<link>http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/comment-page-1/#comment-497109</link>
		<dc:creator>sho</dc:creator>
		<pubDate>Wed, 13 Feb 2008 16:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/02/13/living-on-the-edge-of-rails-7-improved-activerecordbaseattributes-time-zone-support/#comment-497109</guid>
		<description>Found myself looking for this in my RSS reader today - didn&#039;t specifically know it was every Wednesday, just seemed time and I looked forward to reading it! That should give you some idea of how valuable this series is.

Thanks a lot for keeping on top of this for us - I owe you a beer or three next time I&#039;m in SG : )

One speculative question - do you have any idea of the timeframe for the next tagged release, hopefully including all this lovely new stuff? I&#039;m sorry to say I have to run on a hacked version of Rails due to AR&#039;s lack of native UUID support (you should know all about this, using Couch ..) and so edge rails isn&#039;t really an option. Any clue?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Found myself looking for this in my RSS reader today &#8211; didn&#8217;t specifically know it was every Wednesday, just seemed time and I looked forward to reading it! That should give you some idea of how valuable this series is.</p>
<p>Thanks a lot for keeping on top of this for us &#8211; I owe you a beer or three next time I&#8217;m in SG : )</p>
<p>One speculative question &#8211; do you have any idea of the timeframe for the next tagged release, hopefully including all this lovely new stuff? I&#8217;m sorry to say I have to run on a hacked version of Rails due to AR&#8217;s lack of native UUID support (you should know all about this, using Couch ..) and so edge rails isn&#8217;t really an option. Any clue?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

