I tried to generate the docs for rspec + rails and got a bizarre error report: rake aborted! You have a nil object when you didn''t expect it! The error occurred while evaluating nil.exitstatus Is there a copy of the combined documentation of rspec and rspec_on_rails on some web site? Doing ''rake doc:plugins'' fails, even in a virginal rails project with just the forecaster from the peepcode movie. Is there any other rspec/rails doc online anywhere? F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Feb 28, 2008, at 10:42 AM, fredistic wrote:> > I tried to generate the docs for rspec + rails and got a bizarre error > report: > > rake aborted! > You have a nil object when you didn''t expect it! > The error occurred while evaluating nil.exitstatus > > Is there a copy of the combined documentation of rspec and > rspec_on_rails on some web site? Doing ''rake doc:plugins'' fails, even > in a virginal rails project with just the forecaster from the peepcode > movie. > > Is there any other rspec/rails doc online anywhere? > > FI recommend you start at: http://rspec.info/ The actual rdocs are at: http://rspec.info/rdoc/ It would be great if you feel you have a reproducible bug in rdoc generation, you can file a report at: http://rspec.lighthouseapp.com/projects/5645-rspec/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Fred Talpiot wrote:> I tried to generate the docs for rspec + rails and got a bizarre error > report: > > rake aborted! > You have a nil object when you didn''t expect it! > The error occurred while evaluating nil.exitstatus > > Is there a copy of the combined documentation of rspec and > rspec_on_rails on some web site? Doing ''rake doc:plugins'' fails, even > in a virginal rails project with just the forecaster from the peepcode > movie. > > Is there any other rspec/rails doc online anywhere? > > FTry http://rdocul.us/repos/rspec/master/index.html, it''s always up to date. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---