<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Jade's weblog</title>
<link>http://www.rubick.com/blogger/</link>
<description>Jade's weblog</description>
<generator>OpenACS 5.0</generator>
<lastBuildDate>Tue, 08 Jun 2010 16:12:17 GMT</lastBuildDate>
<image>
<title>Jade's weblog</title>
<url>http://www.rubick.com/rss-support/images/openacs_logo_rss.gif</url>
<link>http://www.rubick.com/blogger/</link>
<width>126</width>
<height>48</height>
</image>
<item>
<title>Plantworking: social networking for gardeners</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33084</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33084</guid>
<description>I've created a website called Plantworking, which is a place to get answers to your questions from other people in your climate. It also acts as a collaborative garden log.

To understand the idea behind Plantworking, try and imagine if everyone on Facebook or Twitter was only posting topics that were related to gardening. Imagine the usefulness of that! 

I'm actively working on the site, and I'd appreciate any feedback you might have. 

http://www.plantworking.com

</description>
<pubDate>Tue, 08 Jun 2010 16:12:17 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>How to install plugins on Rails 3 (and workaround an issue)</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33079</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33079</guid>
<description>$ rails plugin install http://github.com/rails/exception_notification.git
Initialized empty Git repository in .git/
warning: Option &quot;depth&quot; is ignored for http://github.com/rails/exception_notification.git

fatal: Couldn't find remote ref HEAD

I found the bug report here and used the workaround suggested there:

cd vendor/plugins/
git clone -q http://github.com/rails/exception_notification.git

OR EVEN BETTER

git submodule add http://github.com/rails/exception_notification.git v...</description>
<pubDate>Tue, 25 May 2010 16:33:07 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Don't comment your code</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33068</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33068</guid>
<description>If you're commenting your code, it's not clear enough.</description>
<pubDate>Wed, 05 May 2010 21:25:17 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Thinking of switching to Mongoid</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33063</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33063</guid>
<description>I'm thinking about ditching mongo_mapper and moving to mongoid. Does anyone have any experiences with either on Rails 3? 

I dislike the MongoMapper API, and it seems like Mongoid has a few nice features that seem like they make a big difference, like naming your keys. </description>
<pubDate>Mon, 03 May 2010 06:06:59 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Interesting methodology for meetings for technical  info sharing</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33034</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33034</guid>
<description>.</description>
<pubDate>Sun, 31 Jan 2010 08:26:38 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Rails core bug with set_sequence_name</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33025</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33025</guid>
<description>I read in various places that you could use set_sequence_name is your Rails models:

class ForumsForum  'Test forum', \
                            :charter =&gt; 'Test charter', \
                            :presentation_type =&gt; 'abc', \
                            :posting_policy =&gt; 'abc', \
                            :enabled_p =&gt; 'f')
    forum.save
    ...
  end

Here's the result of the test:

  1) Error:
test_save_message(ForumsMessageTest):
ActiveRecord::StatementInvalid:...</description>
<pubDate>Mon, 21 Dec 2009 18:32:04 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Git interactive add</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33024</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33024</guid>
<description>Interesting interactive mode for Git. The coolest thing is that you can split hunks from the same file and commit them in separate commits.</description>
<pubDate>Mon, 21 Dec 2009 08:12:13 GMT</pubDate>
<category>CVS</category>
</item>
<item>
<title>OpenACS on Rails</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33022</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33022</guid>
<description>I'm moving a website or two to Rails from OpenACS, but preserving the database layer (for now).

If you're interested in doing the same or collaborating, fork away on Github!</description>
<pubDate>Sat, 19 Dec 2009 17:18:24 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Is your code reentrant?</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33021</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33021</guid>
<description>I read this article on Wikipedia yesterday. It's worth reading, if you don't remember what reentrant means, or were never exposed to the concept.</description>
<pubDate>Sat, 19 Dec 2009 16:30:53 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Vmware Fusion Unrecoverable error signal 10</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=32898</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=32898</guid>
<description>Delete the .vmss file from the Virtual Machine's Package fixes the issue.</description>
<pubDate>Wed, 07 Jan 2009 01:55:49 GMT</pubDate>
<category>Other</category>
</item>
</channel>
</rss>

