<?xml version="1.0" encoding="UTF-8"?>
<tickets type="array">
  <ticket>
    <assigned-user-id type="integer" nil="true"></assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-12-20T12:05:36-05:00</created-at>
    <creator-id type="integer">80333</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">9</number>
    <permalink>fix-mass-assignment-exceptions</permalink>
    <priority type="integer">184262</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>attr_accessible mass_assignment rails234</tag>
    <title>Fix mass assignment exceptions</title>
    <updated-at type="datetime">2009-12-20T12:05:42-05:00</updated-at>
    <user-id type="integer">80333</user-id>
    <user-name>Kapslok</user-name>
    <creator-name>Kapslok</creator-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/9</url>
    <original-body>Requires attr_accessible assignments for fields affected by mass assignment in Rails 2.3.4.

I'm looking into this but having issues with the 'Type' column in 'Feed' model.</original-body>
    <latest-body>Requires attr_accessible assignments for fields affected by mass assignment in Rails 2.3.4.

I'm looking into this but having issues with the 'Type' column in 'Feed' model.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Requires attr_accessible assignments for fields affected by mass
assignment in Rails 2.3.4.&lt;/p&gt;
&lt;p&gt;I'm looking into this but having issues with the 'Type' column
in 'Feed' model.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">5641</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-12-14T20:09:57-05:00</created-at>
    <creator-id type="integer">7965</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">7</number>
    <permalink>inline-editing-of-flickr-fed-image-post-comments-broken</permalink>
    <priority type="integer">45450</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>open</state>
    <tag>bug</tag>
    <title>Inline editing of Flickr-fed image post comments broken</title>
    <updated-at type="datetime">2009-05-06T20:55:15-04:00</updated-at>
    <user-id type="integer">5641</user-id>
    <user-name>Pat Nakajima</user-name>
    <creator-name>EdwardOG</creator-name>
    <assigned-user-name>Pat Nakajima</assigned-user-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/7</url>
    <original-body>After hooking up a Flickr feed and seeing some pictures come in, I tried to edit one of the captions and found that I was unable to.

[before]
http://skitch.com/edwardog/6tcy/welcome-to-aintablog?share=MjdiODRlLTlkMjI3Yi1hNTlhNzctNDdiMDhiLTA0N2RlZi0wNXxjNjU3NTI3Mjg0ZjhjNTVjNWZiNzFhYjY4NDkwY2QzYWNkMmZlZTRk

[editing]
http://skitch.com/edwardog/6tcr/welcome-to-aintablog?share=MjdiODRlLTlkMjI3Yi1hNTlhNzctNDdiMDhiLTA0N2RlZi0wNXxjNjU3NTI3Mjg0ZjhjNTVjNWZiNzFhYjY4NDkwY2QzYWNkMmZlZTRk

[after submitting, the submit input greys-out, and I see the following trace]

@@@
Processing PostsController#update (for 127.0.0.1 at 2008-12-14 19:20:04) [PUT]
  Parameters: {&quot;action&quot;=&gt;&quot;update&quot;, &quot;post&quot;=&gt;{&quot;header&quot;=&gt;&quot;I like dinosaurs.&quot;}, &quot;_method&quot;=&gt;&quot;put&quot;, &quot;authenticity_token&quot;=&gt;&quot;1e51e622e648fd734d22f300e6a053c8075c6314&quot;, &quot;id&quot;=&gt;&quot;23&quot;, &quot;controller&quot;=&gt;&quot;posts&quot;}
  User Load (0.3ms)   SELECT * FROM &quot;users&quot; WHERE (&quot;users&quot;.&quot;id&quot; = 1) LIMIT 1
Redirected to /admin/posts/23
Filter chain halted as [:redirect_to_admin] rendered_or_redirected.
Completed in 10ms (DB: 0) | 302 Found [http://localhost/posts/23]


Processing Admin::PostsController#show (for 127.0.0.1 at 2008-12-14 19:20:04) [GET]
  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;23&quot;, &quot;controller&quot;=&gt;&quot;admin/posts&quot;}
  User Load (0.2ms)   SELECT * FROM &quot;users&quot; WHERE (&quot;users&quot;.&quot;id&quot; = 1) LIMIT 1
  Post Load (0.2ms)   SELECT * FROM &quot;posts&quot; WHERE (&quot;posts&quot;.&quot;permalink&quot; = '23') LIMIT 1
  Post Load (0.3ms)   SELECT * FROM &quot;posts&quot; WHERE (&quot;posts&quot;.&quot;id&quot; = 23) 
Redirected to /admin/posts
Completed in 21ms (DB: 1) | 302 Found [http://localhost/admin/posts/23]


Processing Admin::PostsController#index (for 127.0.0.1 at 2008-12-14 19:20:04) [GET]
  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;admin/posts&quot;}
  User Load (0.2ms)   SELECT * FROM &quot;users&quot; WHERE (&quot;users&quot;.&quot;id&quot; = 1) LIMIT 1
wrong constant name /post
  Post Load (1.8ms)   SELECT * FROM &quot;posts&quot; WHERE (deleted_at IS NULL) ORDER BY posts.created_at DESC LIMIT 10 OFFSET 0
  Comment Load (0.6ms)   SELECT &quot;comments&quot;.* FROM &quot;comments&quot; WHERE (&quot;comments&quot;.&quot;commentable_id&quot; IN (43,23,24,25,26,27,28,29,30,31) and &quot;comments&quot;.&quot;commentable_type&quot; = 'Post' AND (comments.spam = 'f')) 
  Feed Load (0.2ms)   SELECT * FROM &quot;feeds&quot; WHERE (&quot;feeds&quot;.&quot;id&quot; = 6) 
  SQL (0.1ms)   select sqlite_version(*)
  SQL (0.5ms)   SELECT count(DISTINCT &quot;posts&quot;.id) AS count_all FROM &quot;posts&quot; LEFT OUTER JOIN &quot;comments&quot; ON &quot;comments&quot;.commentable_id = &quot;posts&quot;.id AND &quot;comments&quot;.commentable_type = 'Post'AND comments.spam = 'f' LEFT OUTER JOIN &quot;feeds&quot; ON &quot;feeds&quot;.id = &quot;posts&quot;.feed_id WHERE (deleted_at IS NULL) 
Rendering template within layouts/application
Rendering admin/posts/index
Rendered admin/posts/types/_article (1.9ms)
Rendered admin/posts/_post (4.3ms)
Rendered admin/posts/types/_picture (0.6ms)
Rendered admin/posts/_post (2.2ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered shared/_admin (0.4ms)
Completed in 70ms (View: 24, DB: 3) | 200 OK [http://localhost/admin/posts]
@@@


I think the issue here is that when the redirect_to_admin is hit, it&#8217;s not passing on the PUT and its params.</original-body>
    <latest-body>After hooking up a Flickr feed and seeing some pictures come in, I tried to edit one of the captions and found that I was unable to.

[before]
http://skitch.com/edwardog/6tcy/welcome-to-aintablog?share=MjdiODRlLTlkMjI3Yi1hNTlhNzctNDdiMDhiLTA0N2RlZi0wNXxjNjU3NTI3Mjg0ZjhjNTVjNWZiNzFhYjY4NDkwY2QzYWNkMmZlZTRk

[editing]
http://skitch.com/edwardog/6tcr/welcome-to-aintablog?share=MjdiODRlLTlkMjI3Yi1hNTlhNzctNDdiMDhiLTA0N2RlZi0wNXxjNjU3NTI3Mjg0ZjhjNTVjNWZiNzFhYjY4NDkwY2QzYWNkMmZlZTRk

[after submitting, the submit input greys-out, and I see the following trace]

@@@
Processing PostsController#update (for 127.0.0.1 at 2008-12-14 19:20:04) [PUT]
  Parameters: {&quot;action&quot;=&gt;&quot;update&quot;, &quot;post&quot;=&gt;{&quot;header&quot;=&gt;&quot;I like dinosaurs.&quot;}, &quot;_method&quot;=&gt;&quot;put&quot;, &quot;authenticity_token&quot;=&gt;&quot;1e51e622e648fd734d22f300e6a053c8075c6314&quot;, &quot;id&quot;=&gt;&quot;23&quot;, &quot;controller&quot;=&gt;&quot;posts&quot;}
  User Load (0.3ms)   SELECT * FROM &quot;users&quot; WHERE (&quot;users&quot;.&quot;id&quot; = 1) LIMIT 1
Redirected to /admin/posts/23
Filter chain halted as [:redirect_to_admin] rendered_or_redirected.
Completed in 10ms (DB: 0) | 302 Found [http://localhost/posts/23]


Processing Admin::PostsController#show (for 127.0.0.1 at 2008-12-14 19:20:04) [GET]
  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;23&quot;, &quot;controller&quot;=&gt;&quot;admin/posts&quot;}
  User Load (0.2ms)   SELECT * FROM &quot;users&quot; WHERE (&quot;users&quot;.&quot;id&quot; = 1) LIMIT 1
  Post Load (0.2ms)   SELECT * FROM &quot;posts&quot; WHERE (&quot;posts&quot;.&quot;permalink&quot; = '23') LIMIT 1
  Post Load (0.3ms)   SELECT * FROM &quot;posts&quot; WHERE (&quot;posts&quot;.&quot;id&quot; = 23) 
Redirected to /admin/posts
Completed in 21ms (DB: 1) | 302 Found [http://localhost/admin/posts/23]


Processing Admin::PostsController#index (for 127.0.0.1 at 2008-12-14 19:20:04) [GET]
  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;admin/posts&quot;}
  User Load (0.2ms)   SELECT * FROM &quot;users&quot; WHERE (&quot;users&quot;.&quot;id&quot; = 1) LIMIT 1
wrong constant name /post
  Post Load (1.8ms)   SELECT * FROM &quot;posts&quot; WHERE (deleted_at IS NULL) ORDER BY posts.created_at DESC LIMIT 10 OFFSET 0
  Comment Load (0.6ms)   SELECT &quot;comments&quot;.* FROM &quot;comments&quot; WHERE (&quot;comments&quot;.&quot;commentable_id&quot; IN (43,23,24,25,26,27,28,29,30,31) and &quot;comments&quot;.&quot;commentable_type&quot; = 'Post' AND (comments.spam = 'f')) 
  Feed Load (0.2ms)   SELECT * FROM &quot;feeds&quot; WHERE (&quot;feeds&quot;.&quot;id&quot; = 6) 
  SQL (0.1ms)   select sqlite_version(*)
  SQL (0.5ms)   SELECT count(DISTINCT &quot;posts&quot;.id) AS count_all FROM &quot;posts&quot; LEFT OUTER JOIN &quot;comments&quot; ON &quot;comments&quot;.commentable_id = &quot;posts&quot;.id AND &quot;comments&quot;.commentable_type = 'Post'AND comments.spam = 'f' LEFT OUTER JOIN &quot;feeds&quot; ON &quot;feeds&quot;.id = &quot;posts&quot;.feed_id WHERE (deleted_at IS NULL) 
Rendering template within layouts/application
Rendering admin/posts/index
Rendered admin/posts/types/_article (1.9ms)
Rendered admin/posts/_post (4.3ms)
Rendered admin/posts/types/_picture (0.6ms)
Rendered admin/posts/_post (2.2ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered shared/_admin (0.4ms)
Completed in 70ms (View: 24, DB: 3) | 200 OK [http://localhost/admin/posts]
@@@


I think the issue here is that when the redirect_to_admin is hit, it&#8217;s not passing on the PUT and its params.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;After hooking up a Flickr feed and seeing some pictures come in,
I tried to edit one of the captions and found that I was unable
to.&lt;/p&gt;
&lt;p&gt;[before] &lt;a href=&quot;http://skitch.com/edwardog/6tcy/welcome-to-aintablog?share=MjdiODRlLTlkMjI3Yi1hNTlhNzctNDdiMDhiLTA0N2RlZi0wNXxjNjU3NTI3Mjg0ZjhjNTVjNWZiNzFhYjY4NDkwY2QzYWNkMmZlZTRk&quot;&gt;
http://skitch.com/edwardog/6tcy/...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[editing] &lt;a href=&quot;http://skitch.com/edwardog/6tcr/welcome-to-aintablog?share=MjdiODRlLTlkMjI3Yi1hNTlhNzctNDdiMDhiLTA0N2RlZi0wNXxjNjU3NTI3Mjg0ZjhjNTVjNWZiNzFhYjY4NDkwY2QzYWNkMmZlZTRk&quot;&gt;
http://skitch.com/edwardog/6tcr/...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[after submitting, the submit input greys-out, and I see the
following trace]&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
Processing PostsController#update (for 127.0.0.1 at 2008-12-14 19:20:04) [PUT]
  Parameters: {&amp;quot;action&amp;quot;=&amp;gt;&amp;quot;update&amp;quot;, &amp;quot;post&amp;quot;=&amp;gt;{&amp;quot;header&amp;quot;=&amp;gt;&amp;quot;I like dinosaurs.&amp;quot;}, &amp;quot;_method&amp;quot;=&amp;gt;&amp;quot;put&amp;quot;, &amp;quot;authenticity_token&amp;quot;=&amp;gt;&amp;quot;1e51e622e648fd734d22f300e6a053c8075c6314&amp;quot;, &amp;quot;id&amp;quot;=&amp;gt;&amp;quot;23&amp;quot;, &amp;quot;controller&amp;quot;=&amp;gt;&amp;quot;posts&amp;quot;}
  User Load (0.3ms)   SELECT * FROM &amp;quot;users&amp;quot; WHERE (&amp;quot;users&amp;quot;.&amp;quot;id&amp;quot; = 1) LIMIT 1
Redirected to /admin/posts/23
Filter chain halted as [:redirect_to_admin] rendered_or_redirected.
Completed in 10ms (DB: 0) | 302 Found [http://localhost/posts/23]


Processing Admin::PostsController#show (for 127.0.0.1 at 2008-12-14 19:20:04) [GET]
  Parameters: {&amp;quot;action&amp;quot;=&amp;gt;&amp;quot;show&amp;quot;, &amp;quot;id&amp;quot;=&amp;gt;&amp;quot;23&amp;quot;, &amp;quot;controller&amp;quot;=&amp;gt;&amp;quot;admin/posts&amp;quot;}
  User Load (0.2ms)   SELECT * FROM &amp;quot;users&amp;quot; WHERE (&amp;quot;users&amp;quot;.&amp;quot;id&amp;quot; = 1) LIMIT 1
  Post Load (0.2ms)   SELECT * FROM &amp;quot;posts&amp;quot; WHERE (&amp;quot;posts&amp;quot;.&amp;quot;permalink&amp;quot; = '23') LIMIT 1
  Post Load (0.3ms)   SELECT * FROM &amp;quot;posts&amp;quot; WHERE (&amp;quot;posts&amp;quot;.&amp;quot;id&amp;quot; = 23) 
Redirected to /admin/posts
Completed in 21ms (DB: 1) | 302 Found [http://localhost/admin/posts/23]


Processing Admin::PostsController#index (for 127.0.0.1 at 2008-12-14 19:20:04) [GET]
  Parameters: {&amp;quot;action&amp;quot;=&amp;gt;&amp;quot;index&amp;quot;, &amp;quot;controller&amp;quot;=&amp;gt;&amp;quot;admin/posts&amp;quot;}
  User Load (0.2ms)   SELECT * FROM &amp;quot;users&amp;quot; WHERE (&amp;quot;users&amp;quot;.&amp;quot;id&amp;quot; = 1) LIMIT 1
wrong constant name /post
  Post Load (1.8ms)   SELECT * FROM &amp;quot;posts&amp;quot; WHERE (deleted_at IS NULL) ORDER BY posts.created_at DESC LIMIT 10 OFFSET 0
  Comment Load (0.6ms)   SELECT &amp;quot;comments&amp;quot;.* FROM &amp;quot;comments&amp;quot; WHERE (&amp;quot;comments&amp;quot;.&amp;quot;commentable_id&amp;quot; IN (43,23,24,25,26,27,28,29,30,31) and &amp;quot;comments&amp;quot;.&amp;quot;commentable_type&amp;quot; = 'Post' AND (comments.spam = 'f')) 
  Feed Load (0.2ms)   SELECT * FROM &amp;quot;feeds&amp;quot; WHERE (&amp;quot;feeds&amp;quot;.&amp;quot;id&amp;quot; = 6) 
  SQL (0.1ms)   select sqlite_version(*)
  SQL (0.5ms)   SELECT count(DISTINCT &amp;quot;posts&amp;quot;.id) AS count_all FROM &amp;quot;posts&amp;quot; LEFT OUTER JOIN &amp;quot;comments&amp;quot; ON &amp;quot;comments&amp;quot;.commentable_id = &amp;quot;posts&amp;quot;.id AND &amp;quot;comments&amp;quot;.commentable_type = 'Post'AND comments.spam = 'f' LEFT OUTER JOIN &amp;quot;feeds&amp;quot; ON &amp;quot;feeds&amp;quot;.id = &amp;quot;posts&amp;quot;.feed_id WHERE (deleted_at IS NULL) 
Rendering template within layouts/application
Rendering admin/posts/index
Rendered admin/posts/types/_article (1.9ms)
Rendered admin/posts/_post (4.3ms)
Rendered admin/posts/types/_picture (0.6ms)
Rendered admin/posts/_post (2.2ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.1ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered admin/posts/types/_picture (0.5ms)
Rendered admin/posts/_post (1.0ms)
Rendered shared/_admin (0.4ms)
Completed in 70ms (View: 24, DB: 3) | 200 OK [http://localhost/admin/posts]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I think the issue here is that when the redirect_to_admin is
hit, it&amp;#8217;s not passing on the PUT and its params.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">5641</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-02-08T01:38:40-05:00</created-at>
    <creator-id type="integer">5641</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">8</number>
    <permalink>admin-views-vs-regular-views</permalink>
    <priority type="integer">67921</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Admin views vs. Regular Views</title>
    <updated-at type="datetime">2009-02-08T01:38:41-05:00</updated-at>
    <user-id type="integer">5641</user-id>
    <user-name>Pat Nakajima</user-name>
    <creator-name>Pat Nakajima</creator-name>
    <assigned-user-name>Pat Nakajima</assigned-user-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/8</url>
    <original-body>Trying to work with Aintablog's admin/views/posts and regular views/posts is a pain in the ass. There must be a better way.</original-body>
    <latest-body>Trying to work with Aintablog's admin/views/posts and regular views/posts is a pain in the ass. There must be a better way.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Trying to work with Aintablog's admin/views/posts and regular
views/posts is a pain in the ass. There must be a better way.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">5641</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-12-14T19:37:58-05:00</created-at>
    <creator-id type="integer">7965</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">6</number>
    <permalink>flickr-feeds-should-create-post-objects-with-working-permalinks</permalink>
    <priority type="integer">45449</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>bug feeds patch rss</tag>
    <title>Flickr feeds should create Post objects with working permalinks</title>
    <updated-at type="datetime">2008-12-14T19:38:10-05:00</updated-at>
    <user-id type="integer">7965</user-id>
    <user-name>EdwardOG</user-name>
    <creator-name>EdwardOG</creator-name>
    <assigned-user-name>Pat Nakajima</assigned-user-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/6</url>
    <original-body>After adding a Flickr feed, I noticed that my pages displaying posts from that feed were crashing because the permalink being fed to image_tag in the view was nil.

It turns out that it&#8217;s nil because Nokogiri (1.0.7) wasn&#8217;t returning anything, so I&#8217;ve fixed it as seen here: http://github.com/edward/aintablog/commit/ac434f20b884ffb18bbd88b1ec9debad5a811636

It might be a good idea to have a validate_presence_of :permalink on Picture and fail gracefully and report the failure.</original-body>
    <latest-body>After adding a Flickr feed, I noticed that my pages displaying posts from that feed were crashing because the permalink being fed to image_tag in the view was nil.

It turns out that it&#8217;s nil because Nokogiri (1.0.7) wasn&#8217;t returning anything, so I&#8217;ve fixed it as seen here: http://github.com/edward/aintablog/commit/ac434f20b884ffb18bbd88b1ec9debad5a811636

It might be a good idea to have a validate_presence_of :permalink on Picture and fail gracefully and report the failure.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;After adding a Flickr feed, I noticed that my pages displaying
posts from that feed were crashing because the permalink being fed
to image_tag in the view was nil.&lt;/p&gt;
&lt;p&gt;It turns out that it&amp;#8217;s nil because Nokogiri (1.0.7)
wasn&amp;#8217;t returning anything, so I&amp;#8217;ve fixed it as seen
here: &lt;a href=&quot;http://github.com/edward/aintablog/commit/ac434f20b884ffb18bbd88b1ec9debad5a811636&quot;&gt;
http://github.com/edward/aintabl...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It might be a good idea to have a validate_presence_of
:permalink on Picture and fail gracefully and report the
failure.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">5641</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2008-07-30T14:37:54-04:00</created-at>
    <creator-id type="integer">5641</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">5</number>
    <permalink>feedburner-helper-for-rss-all-posts-doesn-t-work</permalink>
    <priority type="integer">4</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag>bug rss</tag>
    <title>FeedBurner helper for RSS &quot;All Posts&quot; doesn't work</title>
    <updated-at type="datetime">2008-07-30T14:48:37-04:00</updated-at>
    <user-id type="integer">5641</user-id>
    <user-name>Pat Nakajima</user-name>
    <creator-name>Pat Nakajima</creator-name>
    <assigned-user-name>Pat Nakajima</assigned-user-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/5</url>
    <original-body>Just uses default /posts.rss link.</original-body>
    <latest-body>Just uses default /posts.rss link.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
Just uses default /posts.rss link.
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">5641</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2008-07-30T14:18:55-04:00</created-at>
    <creator-id type="integer">5641</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">4</number>
    <permalink>rss-links-are-relative</permalink>
    <priority type="integer">3</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag>bug rss</tag>
    <title>RSS links are relative</title>
    <updated-at type="datetime">2008-07-30T14:47:59-04:00</updated-at>
    <user-id type="integer">5641</user-id>
    <user-name>Pat Nakajima</user-name>
    <creator-name>Pat Nakajima</creator-name>
    <assigned-user-name>Pat Nakajima</assigned-user-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/4</url>
    <original-body>Need to make RSS links absolute URLs</original-body>
    <latest-body>Need to make RSS links absolute URLs</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
Need to make RSS links absolute URLs
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">5641</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2008-07-30T14:02:10-04:00</created-at>
    <creator-id type="integer">5641</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">3</number>
    <permalink>rss-caches-don-t-get-expired</permalink>
    <priority type="integer">2</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag>bug</tag>
    <title>RSS caches don't get expired</title>
    <updated-at type="datetime">2008-07-30T14:09:33-04:00</updated-at>
    <user-id type="integer">5641</user-id>
    <user-name>Pat Nakajima</user-name>
    <creator-name>Pat Nakajima</creator-name>
    <assigned-user-name>Pat Nakajima</assigned-user-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/3</url>
    <original-body>With page caching enabled, RSS feed caches don't get expired.</original-body>
    <latest-body>With page caching enabled, RSS feed caches don't get expired.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
With page caching enabled, RSS feed caches don't get expired.
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer" nil="true"></assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-07-23T12:41:17-04:00</created-at>
    <creator-id type="integer">5641</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">2</number>
    <permalink>theme-support</permalink>
    <priority type="integer">20824</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>feature themes</tag>
    <title>Theme support</title>
    <updated-at type="datetime">2008-07-23T12:41:17-04:00</updated-at>
    <user-id type="integer">5641</user-id>
    <user-name>Pat Nakajima</user-name>
    <creator-name>Pat Nakajima</creator-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/2</url>
    <original-body>Make it easy use different themes than the default. JD Huntington already got started with this here &quot;in his aintablog branch&quot;:http://github.com/jdhuntington/aintablog.

Different templates for the admin side due to caching might make this a bit trickier though.</original-body>
    <latest-body>Make it easy use different themes than the default. JD Huntington already got started with this here &quot;in his aintablog branch&quot;:http://github.com/jdhuntington/aintablog.

Different templates for the admin side due to caching might make this a bit trickier though.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
Make it easy use different themes than the default. JD Huntington already got started with this here &lt;a href=&quot;http://github.com/jdhuntington/aintablog&quot;&gt;in his aintablog branch&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
Different templates for the admin side due to caching might make this a bit trickier though.
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer" nil="true"></assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-07-23T12:39:16-04:00</created-at>
    <creator-id type="integer">5641</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">1</number>
    <permalink>make-importing-feeds-easier</permalink>
    <priority type="integer">20823</priority>
    <project-id type="integer">14585</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>feature feeds</tag>
    <title>Make importing feeds easier</title>
    <updated-at type="datetime">2008-07-23T12:39:17-04:00</updated-at>
    <user-id type="integer">5641</user-id>
    <user-name>Pat Nakajima</user-name>
    <creator-name>Pat Nakajima</creator-name>
    <url>http://nakajima.lighthouseapp.com/projects/14585/tickets/1</url>
    <original-body>Rather than requiring users to enter the feed URL, users should be able to just specify their username for a given service, and the feed URL should be found automatically.</original-body>
    <latest-body>Rather than requiring users to enter the feed URL, users should be able to just specify their username for a given service, and the feed URL should be found automatically.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
Rather than requiring users to enter the feed URL, users should be able to just specify their username for a given service, and the feed URL should be found automatically.
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
</tickets>
