Tralala
Mainly for speeding up Rails tests, A gem that exposes and marks the calls that touches the database.
Usage
- Put
gem 'tralala'in yourGemfileunder:group => 'test'. - Run Bundle.
- Run tests.
- ???
- Profit.
TODO
- gemspec
Future Features (Readme driven development)
- Record total time for all
ActiveRecord::ConnectionAdaptersrelated calls during test runs (maybe check how NewRelic does it)
Ladidadida-Copyright stuff and all that jazz