<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Rools-dev Google Group</title>
  <link>http://groups.google.com/group/rools-dev</link>
  <description>Ruby Rules Developers Group</description>
  <language>en</language>
  <item>
  <title>Rools-04. has been released</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/79f3382fba80484f/7fdcf80ed1ec8381?show_docid=7fdcf80ed1ec8381</link>
  <description>
  Minor release but great idea from Grant Mcinnes with ranges. &lt;br&gt; They can now be defined as facts as used in rules. &lt;br&gt; Let me know how this works out. &lt;br&gt; Still working on cleaning up the site... &lt;br&gt; Sorry it took so long for a new revision. &lt;br&gt; Pat.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/79f3382fba80484f/7fdcf80ed1ec8381?show_docid=7fdcf80ed1ec8381</guid>
  <author>
  cappela...@gmail.com
  (cappelaere)
  </author>
  <pubDate>Mon, 05 Nov 2007 16:20:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: facts must be an array</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/a2b4b16e51d7d9ec/e7ac21e6af4e0f94?show_docid=e7ac21e6af4e0f94</link>
  <description>
  I was looking at this method Pat (from facts.rb): &lt;br&gt; def value &lt;br&gt; if @fact_value.size == 1 &lt;br&gt; @fact_value[0] &lt;br&gt; else &lt;br&gt; @fact_value &lt;br&gt; end &lt;br&gt; end &lt;br&gt; along with this comment: &lt;br&gt; In my case I want to pass in a Range object, but since Range doesn&#39;t &lt;br&gt; have a size method it chokes here. I can get round this by adding a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/a2b4b16e51d7d9ec/e7ac21e6af4e0f94?show_docid=e7ac21e6af4e0f94</guid>
  <author>
  grant.mcin...@eyesopen.ca
  (gmcinnes)
  </author>
  <pubDate>Wed, 05 Sep 2007 15:05:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [rools-dev] facts must be an array</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/a2b4b16e51d7d9ec/e6410176155132a8?show_docid=e6410176155132a8</link>
  <description>
  What makes you think that? &lt;br&gt; Pat.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/a2b4b16e51d7d9ec/e6410176155132a8?show_docid=e6410176155132a8</guid>
  <author>
  cappela...@gmail.com
  (Pat Cappelaere)
  </author>
  <pubDate>Mon, 20 Aug 2007 17:23:03 UT
</pubDate>
  </item>
  <item>
  <title>facts must be an array</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/a2b4b16e51d7d9ec/6ef6ee526e70c10c?show_docid=6ef6ee526e70c10c</link>
  <description>
  Am I right in thinking that facts must be an array, rather than an &lt;br&gt; arbitrary type of object? &lt;br&gt; -grant
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/a2b4b16e51d7d9ec/6ef6ee526e70c10c?show_docid=6ef6ee526e70c10c</guid>
  <author>
  grant.mcin...@eyesopen.ca
  (Grant McInnes)
  </author>
  <pubDate>Mon, 20 Aug 2007 15:09:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: rule_0, Anonymous modules have no name to be referenced by</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/49e3329caf3781c4?show_docid=49e3329caf3781c4</link>
  <description>
  thanks, pat, for the fix... &lt;br&gt; moved my anonymous Person class to app\models and everything is ok &lt;br&gt; should have had it there in the first place as i will eventually have &lt;br&gt; a persons table in my database &lt;br&gt; learned something new, today, about classes and ruby and rails &lt;br&gt; Rools does rule!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/49e3329caf3781c4?show_docid=49e3329caf3781c4</guid>
  <author>
  dougserf...@yahoo.com
  (doug)
  </author>
  <pubDate>Fri, 17 Aug 2007 20:41:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: rule_0, Anonymous modules have no name to be referenced by</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/342c5cb8e62e3f1b?show_docid=342c5cb8e62e3f1b</link>
  <description>
  any .csv file i try to read in a controller class generates the same &lt;br&gt; error, for instance: &lt;br&gt; rules = Rools::RuleSet.new &#39;/rails/purl/businessrules/sal utations.csv&#39; &lt;br&gt; generates the error: &lt;br&gt; rule_0 &lt;br&gt; Anonymous modules have no name to be referenced by
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/342c5cb8e62e3f1b?show_docid=342c5cb8e62e3f1b</guid>
  <author>
  dougserf...@yahoo.com
  (doug)
  </author>
  <pubDate>Fri, 17 Aug 2007 19:53:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: rule_0, Anonymous modules have no name to be referenced by</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/7bc9db605e313759?show_docid=7bc9db605e313759</link>
  <description>
  pat &lt;br&gt; thought you might want to see the full error: &lt;br&gt; Rools::RuleCheckError in OfferController#index &lt;br&gt; rule_0 &lt;br&gt; Anonymous modules have no name to be referenced by &lt;br&gt; RAILS_ROOT: ./script/../config/.. &lt;br&gt; Application Trace | Framework Trace | Full Trace &lt;br&gt; c:/ruby/lib/ruby/gems/1.8/gems /rools-0.3/lib/rools/rule_set. rb:56:in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/7bc9db605e313759?show_docid=7bc9db605e313759</guid>
  <author>
  dougserf...@yahoo.com
  (doug)
  </author>
  <pubDate>Wed, 15 Aug 2007 18:21:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: rule_0, Anonymous modules have no name to be referenced by</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/9d68a89173a312cc?show_docid=9d68a89173a312cc</link>
  <description>
  this is the working code i used as a basis for my rails app: &lt;br&gt; require &#39;test/unit&#39; &lt;br&gt; require &#39;rools&#39; &lt;br&gt; require &#39;rools/base&#39; &lt;br&gt; require &#39;logger&#39; &lt;br&gt; class Person &lt;br&gt; attr_accessor :name, :personicx &lt;br&gt; def initialize(name, personicx) &lt;br&gt; @name = name &lt;br&gt; @personicx = personicx &lt;br&gt; end &lt;br&gt; end &lt;br&gt; class OfferTest &amp;lt; Test::Unit::TestCase
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/9d68a89173a312cc?show_docid=9d68a89173a312cc</guid>
  <author>
  dougserf...@yahoo.com
  (doug)
  </author>
  <pubDate>Wed, 15 Aug 2007 17:23:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [rools-dev] rule_0, Anonymous modules have no name to be referenced by</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/b7c5d94cd3ca8a18?show_docid=b7c5d94cd3ca8a18</link>
  <description>
  Doug, &lt;br&gt; Can you duplicate the problem in a non rails example? &lt;br&gt; Would save me some time... &lt;br&gt; Pat.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/b7c5d94cd3ca8a18?show_docid=b7c5d94cd3ca8a18</guid>
  <author>
  cappela...@gmail.com
  (Pat Cappelaere)
  </author>
  <pubDate>Tue, 14 Aug 2007 19:26:38 UT
</pubDate>
  </item>
  <item>
  <title>rule_0, Anonymous modules have no name to be referenced by</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/e2236955b2cd6e2f?show_docid=e2236955b2cd6e2f</link>
  <description>
  i created offer_test.rb to read offers.csv and tested ok &lt;br&gt; i take the code from the offer_test.rb file and put in &lt;br&gt; offer_controller.rb &lt;br&gt; i get error: &lt;br&gt; rule_0, Anonymous modules have no name to be referenced by &lt;br&gt; here is offers.csv: &lt;br&gt; rule-set,Define Offer &lt;br&gt; parameter,Person &lt;br&gt; Condition,Consequence &lt;br&gt; person.personicx == #{personicx},$offer = #{offer}
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/b37c0f1b8d13e2d4/e2236955b2cd6e2f?show_docid=e2236955b2cd6e2f</guid>
  <author>
  dougserf...@yahoo.com
  (doug)
  </author>
  <pubDate>Tue, 14 Aug 2007 19:08:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: [rools-dev] Re: Can&#39;t get 0.3 to work</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/c3201be2287a929f?show_docid=c3201be2287a929f</link>
  <description>
  Grant, &lt;br&gt; Great job about rspec! &lt;br&gt; I think we need to break this list of questions down a bit to avoid too much &lt;br&gt; confusion and lengthy responses... &lt;br&gt; Your defined rule is ready to trigger every time a &amp;quot;Patient&amp;quot; fact is &lt;br&gt; asserted. The convention is to use the lowercase name as a variable in the &lt;br&gt; condition. This is being enforced now to support multiple triggers.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/c3201be2287a929f?show_docid=c3201be2287a929f</guid>
  <author>
  cappela...@gmail.com
  (Pat Cappelaere)
  </author>
  <pubDate>Wed, 25 Jul 2007 18:27:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t get 0.3 to work</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/406698ef3baeabf4?show_docid=406698ef3baeabf4</link>
  <description>
  Hi Pat: &lt;br&gt; I have lots of questions. I think probably most of what&#39;s going on &lt;br&gt; here is that I don&#39;t understand how rules engines work - this is my &lt;br&gt; first attempt. I have no context from other systems. If we can work &lt;br&gt; on this, I can write things up from a newb perspective, and hopefully &lt;br&gt; this can help someone else.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/406698ef3baeabf4?show_docid=406698ef3baeabf4</guid>
  <author>
  grant.mcin...@eyesopen.ca
  (gmcinnes)
  </author>
  <pubDate>Wed, 25 Jul 2007 14:31:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: [rools-dev] Can&#39;t get 0.3 to work</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/e024a9a3e5d09f21?show_docid=e024a9a3e5d09f21</link>
  <description>
  Hi Grant, &lt;br&gt; Would love to help but you might need to give me more details here. &lt;br&gt; bug #11965 is due to a typo. The error has been cleaned in 0.3 (still get &lt;br&gt; an error though). &lt;br&gt; You may want to try to give me a test case and full output in debug mode. &lt;br&gt; V/R, &lt;br&gt; Pat.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/e024a9a3e5d09f21?show_docid=e024a9a3e5d09f21</guid>
  <author>
  cappela...@gmail.com
  (Pat Cappelaere)
  </author>
  <pubDate>Tue, 24 Jul 2007 21:06:06 UT
</pubDate>
  </item>
  <item>
  <title>Can&#39;t get 0.3 to work</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/eb578c286a02e7e8?show_docid=eb578c286a02e7e8</link>
  <description>
  Hi Pat: &lt;br&gt; Great package with lots of potential, but I can&#39;t get 0.3 to work &lt;br&gt; properly. I&#39;m having the same issues as described in bug #11965 &lt;br&gt; I tried going back to 0.1.5 with require_gem &#39;rools&#39;, &#39;=0.1.5&#39; and &lt;br&gt; things seem to work properly there, but some of the nice functionality &lt;br&gt; like extends is missing, so it&#39;s not as useful to me.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/82a65fdc79b14e89/eb578c286a02e7e8?show_docid=eb578c286a02e7e8</guid>
  <author>
  grant.mcin...@eyesopen.ca
  (gmcinnes)
  </author>
  <pubDate>Tue, 24 Jul 2007 20:43:03 UT
</pubDate>
  </item>
  <item>
  <title>Autotest</title>
  <link>http://groups.google.com/group/rools-dev/browse_thread/thread/ed0d17adc861c053/155c10f4be98024c?show_docid=155c10f4be98024c</link>
  <description>
  Rools now supports Autotest in svn. &lt;br&gt; gem install ZenTest &lt;br&gt; Renamed specs to spec &lt;br&gt; Fixed Rakefile &lt;br&gt; install Growl/growlnotify &lt;br&gt; run rake spec:autotest in terminal window and specs get run when &lt;br&gt; source file is changed. You get notification on desktop via Growl (on &lt;br&gt; the Mac)... &lt;br&gt; Pretty cool. &lt;br&gt; Thanks Linda!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rools-dev/browse_thread/thread/ed0d17adc861c053/155c10f4be98024c?show_docid=155c10f4be98024c</guid>
  <author>
  cappela...@gmail.com
  (cappelaere)
  </author>
  <pubDate>Sat, 21 Jul 2007 15:36:59 UT
</pubDate>
  </item>
  </channel>
</rss>
