On Feb 16, 4:58 pm, itsastickup <[email protected]> wrote:
> I would like to speed up my tests and I've noticed that not all
> caching is switched on in test.rb, and can't think why not.
>
> I've thought to do this:
>
> config.cache_classes = true
> config.action_controller.perform_caching             = true
> config.action_view.cache_template_loading            = true
>
> Good idea?

Try it and find out.  Think about what might go wrong:  do you have
tests expecting some behavior that caching might interfere with?

Also, I have some pretty big test suites, but they run in 1- 2 minutes
at most.  How long are yours taking?  Is it perhaps inefficient code?

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to