Has anyone used the Bullet (https://github.com/flyerhzm/bullet) gem with 
RSpec to improve their app's performance? I can see the use on testing just 
as a part of manual testing (when you get notifications about n+1 queries 
on the webpage) but for the testing framework I've noticed that a lot of 
calls are not really related to n+1 calls that are necessarily deterring 
app performance. For example, one call that had an n+1 query was just 
verifying something on a model was set correctly. It only mattered within 
the scope of the test, outside of it that function was never called in that 
way. Thus, many of the failures I see when I put Bullet to fail my tests on 
n+1 queries are unrelated to my app in production.

Thoughts?

Thanks!

PS I'm a newbie here, just moved from Utah! Nice to meet ya'll!

-- 
-- 
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
--- 
You received this message because you are subscribed to the Google Groups "SD 
Ruby" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to