Re: [rspec-users] BDD and Performance

2010-12-29 Thread Matt Wynne
On 29 Dec 2010, at 05:49, Shea Levy wrote: > Hi all, > > What's the best way to implement performance enhancements from the > outside-in? For example, if I'm working test-free and I know I'm going to be > looking up my Shops by phone number often, I'll write a migration to make > phone_number

[rspec-users] BDD and Performance

2010-12-28 Thread Shea Levy
Hi all, What's the best way to implement performance enhancements from the outside-in? For example, if I'm working test-free and I know I'm going to be looking up my Shops by phone number often, I'll write a migration to make phone_number an index of the shops table. What feature(s) and spec(s)