The days of hand-editing db/seeds.rb and adding migrations for non-schema tasks should be over! We should be able to:
- Add tests to suites in bulk
- Modify existing test definitions (and swaths of them?) to add or remove tags.
- Do bulk additions/modifications in simple, repeatable, deterministic, and obvious (from a UI perspective) ways.
- Update Ember models automatically from response.
The days of hand-editing db/seeds.rb and adding migrations for non-schema tasks should be over! We should be able to: