<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Kickstart Rspec with Spork</title>
	<atom:link href="http://upstre.am/2009/07/27/kickstart-rspec-with-spork/feed/" rel="self" type="application/rss+xml" />
	<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 18:21:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amit</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-63594</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-63594</guid>
		<description>Hello,
I have upgraded rspec-rails from 1.1.12 to 1.3.2.
I want to know how can i use fixtures using spork.
Also when i write &quot;spork&quot; command then it says something as &quot;Running specs locally:
Spork is ready and listening on 8989!&quot;
But when i open this port in browser then nothing is displayed.
Can you please explain me regarding this</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have upgraded rspec-rails from 1.1.12 to 1.3.2.<br />
I want to know how can i use fixtures using spork.<br />
Also when i write &#8220;spork&#8221; command then it says something as &#8220;Running specs locally:<br />
Spork is ready and listening on 8989!&#8221;<br />
But when i open this port in browser then nothing is displayed.<br />
Can you please explain me regarding this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-59671</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 05 Dec 2009 11:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-59671</guid>
		<description>Tim fixed the problem and released spork 0.7.4 this night. Thank you Thilo, thank you Tim.</description>
		<content:encoded><![CDATA[<p>Tim fixed the problem and released spork 0.7.4 this night. Thank you Thilo, thank you Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilo Utke</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-59521</link>
		<dc:creator>Thilo Utke</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-59521</guid>
		<description>Hi Martin,

I had a look at your problem, it really seem to be a load order problem, which might result from the way rspec tries to isolate view specs and spork caches your environment. Did you check the issue tracker at spork/rspec to see if somebody else has this problem?</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I had a look at your problem, it really seem to be a load order problem, which might result from the way rspec tries to isolate view specs and spork caches your environment. Did you check the issue tracker at spork/rspec to see if somebody else has this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-59504</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 29 Nov 2009 11:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-59504</guid>
		<description>I put an example of my problem here: http://github.com/JerryWho/test
The helper (in the example simple_helper.rb is loaded). See also my post here http://groups.google.com/group/sporkgem/browse_thread/thread/631f143d2c10277d
(unfortunately without any response yet :-( ). It&#039;s driving me mad. I guess it&#039;s a simple mistake I made....</description>
		<content:encoded><![CDATA[<p>I put an example of my problem here: <a href="http://github.com/JerryWho/test" rel="nofollow">http://github.com/JerryWho/test</a><br />
The helper (in the example simple_helper.rb is loaded). See also my post here <a href="http://groups.google.com/group/sporkgem/browse_thread/thread/631f143d2c10277d" rel="nofollow">http://groups.google.com/group/sporkgem/browse_thread/thread/631f143d2c10277d</a><br />
(unfortunately without any response yet <img src='http://upstre.am/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ). It&#8217;s driving me mad. I guess it&#8217;s a simple mistake I made&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-59475</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 27 Nov 2009 20:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-59475</guid>
		<description>Hi,

I ran in a problem with spork: Using spork I get errors because my helpers in app/helpers/formular_helper.rb are not found.

Without spork everything&#039;s fine. Do I have to load these helpers manually with spork?

Any ideas?

Thanks,
Martin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I ran in a problem with spork: Using spork I get errors because my helpers in app/helpers/formular_helper.rb are not found.</p>
<p>Without spork everything&#8217;s fine. Do I have to load these helpers manually with spork?</p>
<p>Any ideas?</p>
<p>Thanks,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilo Utke</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-59064</link>
		<dc:creator>Thilo Utke</dc:creator>
		<pubDate>Fri, 13 Nov 2009 10:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-59064</guid>
		<description>Thanks Tim, you are right. Corrected the post.</description>
		<content:encoded><![CDATA[<p>Thanks Tim, you are right. Corrected the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Harper</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-58853</link>
		<dc:creator>Tim Harper</dc:creator>
		<pubDate>Fri, 06 Nov 2009 18:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-58853</guid>
		<description>It appears that there is an error in this.  On step 3, you instruct the user to run &quot;spork --bootstrap&quot;, when on step 2 you&#039;ve already told them to boot strap the app.

I would recommend this:

2. Bootstrap your Rails app

  cd /path/to/project/root
  spork --bootstrap

This command adds some instructions and code to spec/spec_helper.rb. Basically two blocks, one to tell which code to preload and one to tell which to reload on every test run. Code outside these blocks is run at both times.


3. Edit spec/spec_helper.rb and follow the instructions</description>
		<content:encoded><![CDATA[<p>It appears that there is an error in this.  On step 3, you instruct the user to run &#8220;spork &#8211;bootstrap&#8221;, when on step 2 you&#8217;ve already told them to boot strap the app.</p>
<p>I would recommend this:</p>
<p>2. Bootstrap your Rails app</p>
<p>  cd /path/to/project/root<br />
  spork &#8211;bootstrap</p>
<p>This command adds some instructions and code to spec/spec_helper.rb. Basically two blocks, one to tell which code to preload and one to tell which to reload on every test run. Code outside these blocks is run at both times.</p>
<p>3. Edit spec/spec_helper.rb and follow the instructions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenart</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-58523</link>
		<dc:creator>Lenart</dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-58523</guid>
		<description>Latest version of Thinking Sphinx (1.2.12) still eager loads contents of app folder. I solved it by removing config.gem &#039;thinking-sphinx&#039; from environment.rb and moved it in the production.rb and development.rb. To load it with spork, I did require &#039;thinking_sphinx&#039; in the Spork.prefork.

Has anyone come to better solution?</description>
		<content:encoded><![CDATA[<p>Latest version of Thinking Sphinx (1.2.12) still eager loads contents of app folder. I solved it by removing config.gem &#8216;thinking-sphinx&#8217; from environment.rb and moved it in the production.rb and development.rb. To load it with spork, I did require &#8216;thinking_sphinx&#8217; in the Spork.prefork.</p>
<p>Has anyone come to better solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wahid</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-56861</link>
		<dc:creator>Wahid</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-56861</guid>
		<description>Hi,

Does spork run on Windows?

Thansk!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does spork run on Windows?</p>
<p>Thansk!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thilo</title>
		<link>http://upstre.am/2009/07/27/kickstart-rspec-with-spork/comment-page-1/#comment-56575</link>
		<dc:creator>thilo</dc:creator>
		<pubDate>Fri, 31 Jul 2009 21:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=614#comment-56575</guid>
		<description>Hi Jean-Michel, thx for pointing out the other tools. Will have a look. Rspactor generally does the same than mac-friendly-autotest ;). devver.net is a good idea, signed up for the beta.</description>
		<content:encoded><![CDATA[<p>Hi Jean-Michel, thx for pointing out the other tools. Will have a look. Rspactor generally does the same than mac-friendly-autotest <img src='http://upstre.am/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . devver.net is a good idea, signed up for the beta.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
