<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>pickle Google Group</title>
  <link>http://groups.google.com/group/pickle-cucumber</link>
  <description>pickle is a rubygem that adds easy model creation/finding and refernce in your scenarios. It is at http://github.com/ianwhite/pickle</description>
  <language>en</language>
  <item>
  <title>Cucumber method for hidden field</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/4527692b97706e05/db2e44277f74eb6a?show_docid=db2e44277f74eb6a</link>
  <description>
  Hi I am first time writing test case with cucumber here the problem &lt;br&gt; with the Hidden field &lt;br&gt; i am checking the field by the method fill_in , eg fill_in &lt;br&gt; &amp;quot;user_role&amp;quot;, :with =&amp;gt; @visitor[:role] &lt;br&gt; &lt;p&gt;but the user_role is hidden type in my view so it is giving error that &lt;br&gt; user_role is not present. and when i delete the hidden and make it as
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/4527692b97706e05/db2e44277f74eb6a?show_docid=db2e44277f74eb6a</guid>
  <author>
  arvindvya...@gmail.com
  (arvind vyas)
  </author>
  <pubDate>Wed, 03 Apr 2013 09:51:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby 1.9.2 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/a2ff0330922a3635?show_docid=a2ff0330922a3635</link>
  <description>
  Thats great - sorted the problem and I&#39;m now up and running with Ruby &lt;br&gt; 1.9.2. Thanks Ian.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/a2ff0330922a3635?show_docid=a2ff0330922a3635</guid>
  <author>
  m...@futureworkshops.com
  (Matt Brooke-Smith)
  </author>
  <pubDate>Thu, 24 Nov 2011 23:34:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby 1.9.2 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/eee9498c1dbfb93c?show_docid=eee9498c1dbfb93c</link>
  <description>
  Sounds interesting. &lt;br&gt; Given what you&#39;re doing, a FrankModel instance&#39;s id is actually the &lt;br&gt; object_id, so you should probably add the following instance method to &lt;br&gt; your FrankModel class &lt;br&gt; def id &lt;br&gt; object_id &lt;br&gt; end &lt;br&gt; Let me know if that helps. &lt;br&gt; Cheers, &lt;br&gt; Ian &lt;br&gt; On Nov 24, 2:55 pm, Matt Brooke-Smith &amp;lt;m...@futureworkshops.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/eee9498c1dbfb93c?show_docid=eee9498c1dbfb93c</guid>
  <author>
  ian.w.wh...@gmail.com
  (Ian White)
  </author>
  <pubDate>Thu, 24 Nov 2011 15:16:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby 1.9.2 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/046860532bf37f2e?show_docid=046860532bf37f2e</link>
  <description>
  Hi, &lt;br&gt; Sorry for the slow reply - I&#39;ve been away for a while. &lt;br&gt; I&#39;m trying to set up Pickle with a project called Frank, which aims to &lt;br&gt; extend Cucumber for iOS. &lt;br&gt; Essentially, I&#39;m just trying to use Pickle&#39;s steps to manage variables &lt;br&gt; in Cucumber script for now, so am not using an ORM. I coded my own &lt;br&gt; simple memory ORM using a map, which you can find here:-
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/046860532bf37f2e?show_docid=046860532bf37f2e</guid>
  <author>
  m...@futureworkshops.com
  (Matt Brooke-Smith)
  </author>
  <pubDate>Thu, 24 Nov 2011 14:55:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pickle] Ruby 1.9.2 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/e007b524ed3f9fe7?show_docid=e007b524ed3f9fe7</link>
  <description>
  Hi, &lt;br&gt; Checking for object_id is almost certainly not what you want to do, so something is going wrong. &lt;br&gt; Could you post more details on a gist, esp. what ORM you are using and a stack trace &lt;br&gt; Cheers, &lt;br&gt; Ian
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/e007b524ed3f9fe7?show_docid=e007b524ed3f9fe7</guid>
  <author>
  ian.w.wh...@gmail.com
  </author>
  <pubDate>Thu, 10 Nov 2011 12:05:45 UT
</pubDate>
  </item>
  <item>
  <title>Ruby 1.9.2 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/c6e55549ffb2de19?show_docid=c6e55549ffb2de19</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;When I use Pickle with Ruby 1.9.2 I get errors around the use of &lt;br&gt; &amp;lt;Object&amp;gt;.id. &lt;br&gt; &lt;p&gt;When using 1.8.7 I get messages about &amp;lt;Object&amp;gt;.id being deprecated in &lt;br&gt; favour of &amp;lt;Object&amp;gt;.object_id &lt;br&gt; &lt;p&gt;(a) am I doing something wrong or (b) should I fork Pickle and update &lt;br&gt; this call? &lt;br&gt; &lt;p&gt;Thanks for your help! &lt;br&gt; Matt
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/655f157e2fc289a6/c6e55549ffb2de19?show_docid=c6e55549ffb2de19</guid>
  <author>
  m...@futureworkshops.com
  (Matt Brooke-Smith)
  </author>
  <pubDate>Thu, 10 Nov 2011 11:54:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pickle] rails 3.1 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/bd320bb8b6b6105e?show_docid=bd320bb8b6b6105e</link>
  <description>
  If the user model is in the new project, then I&#39;m not sure what&#39;s &lt;br&gt; going on:- tell me more about the other differences b/n the rails &lt;br&gt; 3.0.9 and rails 3.1 app. &lt;br&gt; However, if you&#39;ve not yet implemented the user model, then you need &lt;br&gt; to do that. Pickle&#39;s step defs change depending on what &lt;br&gt; models/factories are actually present in your app.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/bd320bb8b6b6105e?show_docid=bd320bb8b6b6105e</guid>
  <author>
  ian.w.wh...@gmail.com
  (Ian White)
  </author>
  <pubDate>Mon, 19 Sep 2011 13:56:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pickle] rails 3.1 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/de4f5830c2b2969c?show_docid=de4f5830c2b2969c</link>
  <description>
  I just have one line that says &amp;quot; Given a user exists with email &amp;quot;..&amp;quot;, &lt;br&gt; password: &amp;quot;..&amp;quot;. It says I need to implement that step. It works in a 3.0.9 &lt;br&gt; project.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/de4f5830c2b2969c?show_docid=de4f5830c2b2969c</guid>
  <author>
  chabg...@gmail.com
  (Chris Habgood)
  </author>
  <pubDate>Mon, 19 Sep 2011 13:31:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pickle] rails 3.1 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/ac5b354f912a1bf2?show_docid=ac5b354f912a1bf2</link>
  <description>
  I&#39;ve just run the pickle specs and features against rails 3.1 + latest &lt;br&gt; cucumber etc, and it&#39;s all green. &lt;br&gt; If anyone can say what the problem is, or how to fix it, see &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/ianwhite/pickle/issues/30&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Cheers, &lt;br&gt; Ian
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/ac5b354f912a1bf2?show_docid=ac5b354f912a1bf2</guid>
  <author>
  ian.w.wh...@gmail.com
  (Ian White)
  </author>
  <pubDate>Mon, 19 Sep 2011 08:18:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pickle] rails 3.1 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/04357ad65fed2c5a?show_docid=04357ad65fed2c5a</link>
  <description>
  I use pickle with rails 3.1 right now and it seems to work perfectly. What&#39;s the problem you are running into?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/04357ad65fed2c5a?show_docid=04357ad65fed2c5a</guid>
  <author>
  karl.b...@gmail.com
  (Karl Baum)
  </author>
  <pubDate>Mon, 19 Sep 2011 03:13:58 UT
</pubDate>
  </item>
  <item>
  <title>rails 3.1 support</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/0d9ea6d0988d98b9?show_docid=0d9ea6d0988d98b9</link>
  <description>
  Is there a way to get pickle to work with rails 3.1?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/106b6a439e5ea943/0d9ea6d0988d98b9?show_docid=0d9ea6d0988d98b9</guid>
  <author>
  chabg...@gmail.com
  (Me)
  </author>
  <pubDate>Mon, 19 Sep 2011 02:48:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pickle] Re: Is there any support with MongoMapper?</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/7d06b5ca7b13b7a8/389bb7c1b808a7dd?show_docid=389bb7c1b808a7dd</link>
  <description>
  Does pickle support mongo_mapper by itself yet?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/7d06b5ca7b13b7a8/389bb7c1b808a7dd?show_docid=389bb7c1b808a7dd</guid>
  <author>
  chabg...@gmail.com
  (Me)
  </author>
  <pubDate>Sat, 10 Sep 2011 02:39:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Email content matching problem</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/49d755b4b9055662/d21a3101cac9a265?show_docid=d21a3101cac9a265</link>
  <description>
  Perhaps it&#39;s because the hosts don&#39;t match in the email link? &lt;br&gt; &lt;p&gt;Then again, doing a straight up - email should contain &amp;quot;accept&amp;quot; - &lt;br&gt; doesn&#39;t seem to work either.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/49d755b4b9055662/d21a3101cac9a265?show_docid=d21a3101cac9a265</guid>
  <author>
  dtu...@gmail.com
  (David Tuite)
  </author>
  <pubDate>Fri, 22 Jul 2011 11:36:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Email content matching problem</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/49d755b4b9055662/0b631458a88e9762?show_docid=0b631458a88e9762</link>
  <description>
  Perhaps it&#39;s because the hosts don&#39;t match in the email link? &lt;br&gt; &lt;p&gt;Then again, doing a straight up - email should contain &amp;quot;accept&amp;quot; - &lt;br&gt; doesn&#39;t seem to work either.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/49d755b4b9055662/0b631458a88e9762?show_docid=0b631458a88e9762</guid>
  <author>
  dtu...@gmail.com
  (David Tuite)
  </author>
  <pubDate>Fri, 22 Jul 2011 10:40:11 UT
</pubDate>
  </item>
  <item>
  <title>Email content matching problem</title>
  <link>http://groups.google.com/group/pickle-cucumber/browse_thread/thread/49d755b4b9055662/634d973e94459c59?show_docid=634d973e94459c59</link>
  <description>
  I&#39;m having an issue matching content or link text in email with the &lt;br&gt; pickle email steps matchers. &lt;br&gt; &lt;p&gt;This is my cuke test: &lt;br&gt; &lt;p&gt; Background: &lt;br&gt; Given all emails have been delivered &lt;br&gt; &lt;p&gt; Scenario: inviting people into an existant team &lt;br&gt; Given I have registered and am signed in &lt;br&gt; When I go to my team&#39;s page
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pickle-cucumber/browse_thread/thread/49d755b4b9055662/634d973e94459c59?show_docid=634d973e94459c59</guid>
  <author>
  dtu...@gmail.com
  (David Tuite)
  </author>
  <pubDate>Fri, 22 Jul 2011 10:26:41 UT
</pubDate>
  </item>
  </channel>
</rss>
