<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.au/group/enkiblog</id>
  <title type="text">EnkiBlog Google Group</title>
  <subtitle type="text">
  Mailing list for Enki - a Ruby on Rails blogging app. http://www.enkiblog.com
  </subtitle>
  <link href="/group/enkiblog/feed/atom_v1_0_msgs.xml" rel="self" title="EnkiBlog feed"/>
  <updated>2008-10-23T05:42:10Z</updated>
  <generator uri="http://groups.google.com.au" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-10-23T05:42:10Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3c15c9955892954e/3998cbb4849514b3?show_docid=3998cbb4849514b3</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/3c15c9955892954e/3998cbb4849514b3?show_docid=3998cbb4849514b3"/>
  <title type="text">Continuous Integration</title>
  <summary type="html" xml:space="preserve">
  &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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Zach Hale</name>
  <email>zachh...@gmail.com</email>
  </author>
  <updated>2008-10-22T21:45:40Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/6ff845fd21e5bc3d?show_docid=6ff845fd21e5bc3d</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/6ff845fd21e5bc3d?show_docid=6ff845fd21e5bc3d"/>
  <title type="text">Re: Vendoring</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-10-09T15:45:07Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/485ed06445352712?show_docid=485ed06445352712</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/7e1143b40c1ebfce/485ed06445352712?show_docid=485ed06445352712"/>
  <title type="text">Vendoring</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-09-19T02:44:33Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/4d130f323a9a51c4/0b345e8e608d78dc?show_docid=0b345e8e608d78dc</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/4d130f323a9a51c4/0b345e8e608d78dc?show_docid=0b345e8e608d78dc"/>
  <title type="text">Changes! Rails 2.1, no more YAML, collapsed migrations</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-09-03T21:38:05Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/653b370c92e401a6/db387ed8af52d9de?show_docid=db387ed8af52d9de</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/653b370c92e401a6/db387ed8af52d9de?show_docid=db387ed8af52d9de"/>
  <title type="text">Re: about enki</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-08-28T01:37:16Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8b053b87d5f662a6?show_docid=8b053b87d5f662a6</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8b053b87d5f662a6?show_docid=8b053b87d5f662a6"/>
  <title type="text">Re: error at render :yaml</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-08-21T07:04:59Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8c953bb4816b9007?show_docid=8c953bb4816b9007</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/8c953bb4816b9007?show_docid=8c953bb4816b9007"/>
  <title type="text">Re: error at render :yaml</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>yuumi3</name>
  <email>yuum...@gmail.com</email>
  </author>
  <updated>2008-08-19T17:41:59Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/4893e5f13aa2aa31?show_docid=4893e5f13aa2aa31</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/b28ee80f8e01eb73/4893e5f13aa2aa31?show_docid=4893e5f13aa2aa31"/>
  <title type="text">error at render :yaml</title>
  <summary type="html" xml:space="preserve">
  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; }
  </summary>
  </entry>
  <entry>
  <author>
  <name>VM Ganata</name>
  <email>vgan...@gmail.com</email>
  </author>
  <updated>2008-07-18T08:33:56Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/d4deb30d6f991d9c?show_docid=d4deb30d6f991d9c</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/d4deb30d6f991d9c?show_docid=d4deb30d6f991d9c"/>
  <title type="text">Re: Can&#39;t login to admin</title>
  <summary type="html" xml:space="preserve">
  Thanks for the reply. I tried your suggestion. No syntax errors. Just &lt;br&gt; the expected output.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-07-15T03:16:57Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/cf219ab40e7b5577?show_docid=cf219ab40e7b5577</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/cf219ab40e7b5577?show_docid=cf219ab40e7b5577"/>
  <title type="text">Re: Can&#39;t login to admin</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>VM Ganata</name>
  <email>vgan...@gmail.com</email>
  </author>
  <updated>2008-07-10T07:22:27Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/e9ed94f1aa3bae6d?show_docid=e9ed94f1aa3bae6d</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/3be75259b8682413/e9ed94f1aa3bae6d?show_docid=e9ed94f1aa3bae6d"/>
  <title type="text">Can&#39;t login to admin</title>
  <summary type="html" xml:space="preserve">
  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/
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Shay</name>
  <email>xavier-l...@rhnh.net</email>
  </author>
  <updated>2008-05-14T07:15:47Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/8945daa836a45f75?show_docid=8945daa836a45f75</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/8945daa836a45f75?show_docid=8945daa836a45f75"/>
  <title type="text">Re: Enki and Apache+fastcgi?</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>VM Ganata</name>
  <email>vgan...@gmail.com</email>
  </author>
  <updated>2008-05-14T07:08:19Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/f3dc3e852cea9eff?show_docid=f3dc3e852cea9eff</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/a2245dad867d4689/f3dc3e852cea9eff?show_docid=f3dc3e852cea9eff"/>
  <title type="text">Enki and Apache+fastcgi?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Lloyd</name>
  <email>christopher.ll...@gmail.com</email>
  </author>
  <updated>2008-04-15T04:16:14Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/62c16b161dec3588?show_docid=62c16b161dec3588</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/62c16b161dec3588?show_docid=62c16b161dec3588"/>
  <title type="text">Re: Cosmetic README</title>
  <summary type="html" xml:space="preserve">
  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:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Lloyd</name>
  <email>christopher.ll...@gmail.com</email>
  </author>
  <updated>2008-04-15T00:54:52Z</updated>
  <id>http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/4f818bb34a02d10b?show_docid=4f818bb34a02d10b</id>
  <link href="http://groups.google.com.au/group/enkiblog/browse_thread/thread/1fbdb532e38a66d7/4f818bb34a02d10b?show_docid=4f818bb34a02d10b"/>
  <title type="text">[PATCH] Cosmetic README</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Just a quick patch, made the README nicely formatted on GitHub. &lt;br&gt; Cheers, &lt;br&gt; Chris
  </summary>
  </entry>
</feed>
