DAVID BRYANT COPELAND
Updated 812 days ago
Trying to fit functionality into resources based on your database tables? Try using custom resources with standard routes and Active Models instead of tons of custom routes...
Slow test suite? Don't over test. Controllers don't need a test if you have a system test. Simple validations don't need tests. If your jobs are a single-line delegation to business logic, why test them?...
Website for the book Sustainable Web Development with Ruby on Rail