Project

tralala

0.0
No commit activity in last 3 years
No release in over 3 years
A Rails test gem that exposes and marks the calls that touches the database (to help you find tests that hit the database)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Tralala

Mainly for speeding up Rails tests, A gem that exposes and marks the calls that touches the database.

Usage

  1. Put gem 'tralala' in your Gemfile under :group => 'test'.
  2. Run Bundle.
  3. Run tests.
  4. ???
  5. Profit.

TODO

  • gemspec

Future Features (Readme driven development)

  • Record total time for all ActiveRecord::ConnectionAdapters related calls during test runs (maybe check how NewRelic does it)

Ladidadida-Copyright stuff and all that jazz