<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>EnkiBlog Google Group</title>
  <link>http://groups.google.com.au/group/enkiblog</link>
  <description>Mailing list for Enki - a Ruby on Rails blogging app. http://www.enkiblog.com</description>
  <language>en-GB</language>
  <item>
  <title>Continuous Integration</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3c15c9955892954e/3998cbb4849514b3?show_docid=3998cbb4849514b3</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://runcoderun.com/xaviershay/enki&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Just a bit of extra transparency &lt;br&gt; At least for the time being this is a vote in favour of keeping stuff in &lt;br&gt; vendor/ &lt;br&gt; I&#39;ll chat with the Relevance guys and see what they think about config.gems &lt;br&gt; Xavier
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/3c15c9955892954e/3998cbb4849514b3?show_docid=3998cbb4849514b3</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Thu, 23 Oct 2008 05:42:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Vendoring</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/6ff845fd21e5bc3d?show_docid=6ff845fd21e5bc3d</link>
  <description>
  I vote unvendor the gems. I haven&#39;t had much experience with vendor&#39;d &lt;br&gt; gems, but I know there are still issues and I agree config.gem does &lt;br&gt; the job just fine.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/6ff845fd21e5bc3d?show_docid=6ff845fd21e5bc3d</guid>
  <author>
  zachh...@gmail.com
  (Zach Hale)
  </author>
  <pubDate>Wed, 22 Oct 2008 21:45:40 UT
</pubDate>
  </item>
  <item>
  <title>Vendoring</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/485ed06445352712?show_docid=485ed06445352712</link>
  <description>
  Given config.gem now works pretty well, and the rake tasks to install &lt;br&gt; those gems, is there any reason why we shouldn&#39;t unvendor pretty much &lt;br&gt; everything? &lt;br&gt; Advantages: &lt;br&gt; - Less code! &lt;br&gt; - Smaller clone &lt;br&gt; - Easier to keep everything up to date &lt;br&gt; Disadvantages: &lt;br&gt; - Slightly slower to get started?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/485ed06445352712?show_docid=485ed06445352712</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Thu, 09 Oct 2008 15:45:07 UT
</pubDate>
  </item>
  <item>
  <title>Changes! Rails 2.1, no more YAML, collapsed migrations</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/4d130f323a9a51c4/0b345e8e608d78dc?show_docid=0b345e8e608d78dc</link>
  <description>
  Hello, &lt;br&gt; - YAML API support has been removed since no one was using it &lt;br&gt; - Rails has been upgraded from 2.0.2(?) to 2.1, with the necessary rspec &lt;br&gt; upgrade (now we get timestamp migrations yay) &lt;br&gt; - I collapsed all the migrations to 9. No new migrations have been added &lt;br&gt; for ages, so this shouldn&#39;t affect many people, but if you do have a
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/4d130f323a9a51c4/0b345e8e608d78dc?show_docid=0b345e8e608d78dc</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Fri, 19 Sep 2008 02:44:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: about enki</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/653b370c92e401a6/db387ed8af52d9de?show_docid=db387ed8af52d9de</link>
  <description>
  hmm, looks like request.raw_post is nil. I&#39;ve just committed a fix (add &lt;br&gt; .to_s) otherwise just change line 17 to: &lt;br&gt; unless session[:logged_in] &lt;br&gt; You don&#39;t need the extra check unless you&#39;re using the API, which I hope &lt;br&gt; you&#39;re not because I&#39;m ripping it out soon :) &lt;br&gt; Xav &lt;br&gt; PS. CCed to list
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/653b370c92e401a6/db387ed8af52d9de?show_docid=db387ed8af52d9de</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Wed, 03 Sep 2008 21:38:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: error at render :yaml</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8b053b87d5f662a6?show_docid=8b053b87d5f662a6</link>
  <description>
  Is anyone using this YAML stuff? &lt;br&gt; I was going to be but never got around to finishing my blog-from-VIM thing. &lt;br&gt; I&#39;m thinking it best to pull it out for now (which will help upgrade &lt;br&gt; enki to rails 2.1), then do the API properly later - AtomPub is likely &lt;br&gt; the best option. &lt;br&gt; Thoughts?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8b053b87d5f662a6?show_docid=8b053b87d5f662a6</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Thu, 28 Aug 2008 01:37:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: error at render :yaml</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8c953bb4816b9007?show_docid=8c953bb4816b9007</link>
  <description>
  hmm, there is one for json and xml, but I can&#39;t see yaml on rails-doc.org &lt;br&gt; I won&#39;t have a chance to investigate for a few days
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8c953bb4816b9007?show_docid=8c953bb4816b9007</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Thu, 21 Aug 2008 07:04:59 UT
</pubDate>
  </item>
  <item>
  <title>error at render :yaml</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/4893e5f13aa2aa31?show_docid=4893e5f13aa2aa31</link>
  <description>
  In app/controllers/admin/posts_co ntroller.rb &lt;br&gt; &lt;p&gt;I think render method has not :yaml. &lt;br&gt; Is this code correct ? &lt;br&gt; &lt;p&gt; format.yaml { &lt;br&gt; render :yaml =&amp;gt; Post.find(:all, &lt;br&gt; :select =&amp;gt; &#39;id, title&#39;, &lt;br&gt; :order =&amp;gt; &#39;created_at DESC&#39; &lt;br&gt; ).to_yaml &lt;br&gt; }
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/4893e5f13aa2aa31?show_docid=4893e5f13aa2aa31</guid>
  <author>
  yuum...@gmail.com
  (yuumi3)
  </author>
  <pubDate>Tue, 19 Aug 2008 17:41:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t login to admin</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/d4deb30d6f991d9c?show_docid=d4deb30d6f991d9c</link>
  <description>
  Thanks for the reply. I tried your suggestion. No syntax errors. Just &lt;br&gt; the expected output.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/d4deb30d6f991d9c?show_docid=d4deb30d6f991d9c</guid>
  <author>
  vgan...@gmail.com
  (VM Ganata)
  </author>
  <pubDate>Fri, 18 Jul 2008 08:33:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t login to admin</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/cf219ab40e7b5577?show_docid=cf219ab40e7b5577</link>
  <description>
  hmm, interesting one. &lt;br&gt; This error is sometimes caused by syntax errors. &lt;br&gt; Try running: &lt;br&gt; ruby app/controllers/admin/dashboar d_controller.rb &lt;br&gt; Expected output is: &lt;br&gt; app/controllers/admin/dashboar d_controller.rb:1: uninitialized &lt;br&gt; constant Admin (NameError) &lt;br&gt; (and not a syntax error) &lt;br&gt; - Xavier
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/cf219ab40e7b5577?show_docid=cf219ab40e7b5577</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Tue, 15 Jul 2008 03:16:57 UT
</pubDate>
  </item>
  <item>
  <title>Can&#39;t login to admin</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/e9ed94f1aa3bae6d?show_docid=e9ed94f1aa3bae6d</link>
  <description>
  OK, I figured out how to get Enki to run via fastcgi, but now I&#39;m &lt;br&gt; crashing out on this error after logging in through OpenID: &lt;br&gt; &lt;p&gt;A LoadError occurred in application#show: &lt;br&gt; &lt;p&gt; Expected /home/disorde/enki/app/control lers/admin/ &lt;br&gt; dashboard_controller.rb to define Admin::DashboardController &lt;br&gt; [RAILS_ROOT]/vendor/rails/acti vesupport/lib/active_support/
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/e9ed94f1aa3bae6d?show_docid=e9ed94f1aa3bae6d</guid>
  <author>
  vgan...@gmail.com
  (VM Ganata)
  </author>
  <pubDate>Thu, 10 Jul 2008 07:22:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Enki and Apache+fastcgi?</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/8945daa836a45f75?show_docid=8945daa836a45f75</link>
  <description>
  AFAIK there&#39;s nothing specific to enki that requires nginx/mongrel &lt;br&gt; But I haven&#39;t used apache+fastcgi for ages &lt;br&gt; And mod_rails is out now and seems to be the better option &lt;br&gt; Though I guess you&#39;re on a shared host and don&#39;t have a choice? &lt;br&gt; Can you get a blank rails app running? &lt;br&gt; Any debugging info you can share to help us help you?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/8945daa836a45f75?show_docid=8945daa836a45f75</guid>
  <author>
  xavier-l...@rhnh.net
  (Xavier Shay)
  </author>
  <pubDate>Wed, 14 May 2008 07:15:47 UT
</pubDate>
  </item>
  <item>
  <title>Enki and Apache+fastcgi?</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/f3dc3e852cea9eff?show_docid=f3dc3e852cea9eff</link>
  <description>
  Just curious to know if using Apache+fastcgi is feasible, and if so, &lt;br&gt; what changes I&#39;d have to make to the base code? I can&#39;t get it to run &lt;br&gt; out of the box, but I may just being something extremely wrong.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/f3dc3e852cea9eff?show_docid=f3dc3e852cea9eff</guid>
  <author>
  vgan...@gmail.com
  (VM Ganata)
  </author>
  <pubDate>Wed, 14 May 2008 07:08:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cosmetic README</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/62c16b161dec3588?show_docid=62c16b161dec3588</link>
  <description>
  README.textile is ugly, but hopefully that can change soon: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://logicalawesome.lighthouseapp.com/projects/8570/tickets/38-format-readmes-without-an-extension&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;On Apr 15, 10:54 am, &amp;quot;Chris Lloyd&amp;quot; &amp;lt;christopher.ll...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/62c16b161dec3588?show_docid=62c16b161dec3588</guid>
  <author>
  christopher.ll...@gmail.com
  (Chris Lloyd)
  </author>
  <pubDate>Tue, 15 Apr 2008 04:16:14 UT
</pubDate>
  </item>
  <item>
  <title>[PATCH] Cosmetic README</title>
  <link>http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/4f818bb34a02d10b?show_docid=4f818bb34a02d10b</link>
  <description>
  Hi, &lt;br&gt; Just a quick patch, made the README nicely formatted on GitHub. &lt;br&gt; Cheers, &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/4f818bb34a02d10b?show_docid=4f818bb34a02d10b</guid>
  <author>
  christopher.ll...@gmail.com
  (Chris Lloyd)
  </author>
  <pubDate>Tue, 15 Apr 2008 00:54:52 UT
</pubDate>
  </item>
  </channel>
</rss>
