<?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: Extending Active Scaffold as_paperclip_bridge to delete &amp; update image/attachment</title>
	<atom:link href="http://www.rngtng.com/2009/08/13/extending-active-scaffold-as_paperclip_bridge-to-delete-update-imageattachment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rngtng.com/2009/08/13/extending-active-scaffold-as_paperclip_bridge-to-delete-update-imageattachment/</link>
	<description>Featuring Ruby, Rails, Web development, Arduino, Processing, Nabaztag and more...</description>
	<lastBuildDate>Tue, 15 May 2012 02:35:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tobi</title>
		<link>http://www.rngtng.com/2009/08/13/extending-active-scaffold-as_paperclip_bridge-to-delete-update-imageattachment/comment-page-1/#comment-411</link>
		<dc:creator>tobi</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=193#comment-411</guid>
		<description>true, thx, my changes got merged into main repository trunk, please check out instead: 

http://github.com/mnaglik/as_paperclip_bridge/</description>
		<content:encoded><![CDATA[<p>true, thx, my changes got merged into main repository trunk, please check out instead: </p>
<p><a href="http://github.com/mnaglik/as_paperclip_bridge/" rel="nofollow">http://github.com/mnaglik/as_paperclip_bridge/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jet</title>
		<link>http://www.rngtng.com/2009/08/13/extending-active-scaffold-as_paperclip_bridge-to-delete-update-imageattachment/comment-page-1/#comment-408</link>
		<dc:creator>jet</dc:creator>
		<pubDate>Sun, 10 Jan 2010 21:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=193#comment-408</guid>
		<description>Link to your fixed as_paperclip_bridge, 

http://github.com/rngtng/as_paperclip_bridge/tree/master


is broken.

jet</description>
		<content:encoded><![CDATA[<p>Link to your fixed as_paperclip_bridge, </p>
<p><a href="http://github.com/rngtng/as_paperclip_bridge/tree/master" rel="nofollow">http://github.com/rngtng/as_paperclip_bridge/tree/master</a></p>
<p>is broken.</p>
<p>jet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xxx</title>
		<link>http://www.rngtng.com/2009/08/13/extending-active-scaffold-as_paperclip_bridge-to-delete-update-imageattachment/comment-page-1/#comment-50</link>
		<dc:creator>xxx</dc:creator>
		<pubDate>Sat, 22 Aug 2009 12:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=193#comment-50</guid>
		<description>I figured out that if you have :thumbnail in model:
has_attached_file :flag, :styles =&gt; { :medium =&gt; &quot;198x280&gt;&quot;, :thumbnail =&gt; &quot;119x168&gt;&quot; }
you have the image instead of link.

It probably comes from line 25 in as_papeclip_bridge.rb
self.columns[field].list_ui &#124;&#124;= self.model.attachment_definitions[field][:styles].include?(:thumbnail) ? :paperclip_thumb : :paperclip_link</description>
		<content:encoded><![CDATA[<p>I figured out that if you have :thumbnail in model:<br />
has_attached_file :flag, :styles =&gt; { :medium =&gt; &#8220;198&#215;280&gt;&#8221;, :thumbnail =&gt; &#8220;119&#215;168&gt;&#8221; }<br />
you have the image instead of link.</p>
<p>It probably comes from line 25 in as_papeclip_bridge.rb<br />
self.columns[field].list_ui ||= self.model.attachment_definitions[field][:styles].include?(:thumbnail) ? :paperclip_thumb : :paperclip_link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xxx</title>
		<link>http://www.rngtng.com/2009/08/13/extending-active-scaffold-as_paperclip_bridge-to-delete-update-imageattachment/comment-page-1/#comment-49</link>
		<dc:creator>xxx</dc:creator>
		<pubDate>Sat, 22 Aug 2009 12:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=193#comment-49</guid>
		<description>Thanks for the enhancement.
Can you add how to get thumbnal image in AS list template instead of file link?</description>
		<content:encoded><![CDATA[<p>Thanks for the enhancement.<br />
Can you add how to get thumbnal image in AS list template instead of file link?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

