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'll give what you said a try. It makes sense, so I doubt I'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> <<a href="mailto:luislavena@gmail.com">luislavena@gmail.com</a>> 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 <<a href="mailto:chrisdpratt@gmail.com">chrisdpratt@gmail.com</a>> wrote:<br>> I recently post on my blog about setting up a Rails environment with RSpec<br>> in Windows, and someone left a comment saying that it doesn't work in
<br>> EdgeRails. I so I played around with it a bit and was able to confirm that<br>> none RSpec appears broken on EdgeRails. I'll post the various error messages<br>> I received below. I'm not expecting any sort of patch or something for this
<br>> since it is EdgeRails, but I'm hoping someone might understand the errors<br>> better than I do and know a workaround.<br>><br>> When running generators, including the main rspec generator:<br>><br>
> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in<br>> `gem_original_requi<br>> re': no such file to load -- active_resource (MissingSourceFile)<br>> from<br><br>Thanks because edge_rails requires ActiveResource, and the rake
<br>freeze:edge:rails don'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>