I second that ;). Thanks Luis. Never ceases to amaze me how quickly people on this list respond. Thanks to all of you for all the support.<br><br>As for my problem, I&#39;ll give what you said a try. It makes sense, so I doubt I&#39;ll have any further problems.
<br><br>Thanks again,<br><br>Chris Pratt<br><br><div><span class="gmail_quote">On 9/27/07, <b class="gmail_sendername">Luis Lavena</b> &lt;<a href="mailto:luislavena@gmail.com">luislavena@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 9/27/07, Christopher D. Pratt &lt;<a href="mailto:chrisdpratt@gmail.com">chrisdpratt@gmail.com</a>&gt; wrote:<br>&gt; I recently post on my blog about setting up a Rails environment with RSpec<br>&gt; in Windows, and someone left a comment saying that it doesn&#39;t work in
<br>&gt; EdgeRails. I so I played around with it a bit and was able to confirm that<br>&gt; none RSpec appears broken on EdgeRails. I&#39;ll post the various error messages<br>&gt; I received below. I&#39;m not expecting any sort of patch or something for this
<br>&gt; since it is EdgeRails, but I&#39;m hoping someone might understand the errors<br>&gt; better than I do and know a workaround.<br>&gt;<br>&gt; When running generators, including the main rspec generator:<br>&gt;<br>
&gt; /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in<br>&gt; `gem_original_requi<br>&gt; re&#39;: no such file to load -- active_resource (MissingSourceFile)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from<br><br>Thanks because edge_rails requires ActiveResource, and the rake
<br>freeze:edge:rails don&#39;t checkout it.<br><br>Your options:<br><br>A) Use Piston to checkout Rails Edge:<br><br>piston import <a href="http://svn.rubyonrails.org/rails/trunk/">http://svn.rubyonrails.org/rails/trunk/
</a> vendor/rails<br><br>(your code should be under version control)<br><br>B) Manually checkout it the missing part<br><br>svn co <a href="http://svn.rubyonrails.org/rails/trunk/activeresource">http://svn.rubyonrails.org/rails/trunk/activeresource
</a> vendor/rails<br><br>HTH,<br><br>--<br>Luis Lavena<br>Multimedia systems<br>-<br>Leaders are made, they are not born. They are made by hard effort,<br>which is the price which all of us must pay to achieve any goal that
<br>is worthwhile.<br>Vince Lombardi<br>_______________________________________________<br>rspec-users mailing list<br><a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/rspec-users">
http://rubyforge.org/mailman/listinfo/rspec-users</a><br></blockquote></div><br>