Phlip wrote:
> jko170 wrote:
> 
>> My app has 64 models and my test are so slow. 30 seconds at least.
> 
> Projects should not require so many models. Does your design have any 
> duplication?

That's a lot of models, but I wonder if that's the problem.  I'm having 
a problem with *extremely* slow specs on my app -- only about 6 
ActiveRecord models, but in my case I narrowed it down to the view 
specs.  I'm trying to use assert_select/have_tag and regexps to check 
for the presence of certain content in the output.  It works perfectly, 
but takes *forever*.  Any suggestions?

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to