Re: [rspec-users] Writing specs pointed out I need to refactor my admin area

2009-05-24 Thread Andrew Premdas
2009/5/24 Fernando Perez : > So I tried to implement Django's AutoAdmin, but actually it quite > quickly blew in my face. Although the views all look similar, there > almost as many little differences as they are models and that's painful > to abstract. So I prefer to write my views for each model.

Re: [rspec-users] Writing specs pointed out I need to refactor my admin area

2009-05-24 Thread Fernando Perez
So I tried to implement Django's AutoAdmin, but actually it quite quickly blew in my face. Although the views all look similar, there almost as many little differences as they are models and that's painful to abstract. So I prefer to write my views for each model. Now I have another problem, so