tracks/tracks/vendor
lukemelia d4f0344ec3 Add a pair of rake tasks to enable/disable the query trace plugin.
rake query_trace:on                     # Enables the query_trace plugin. Must restart server to take effect.
rake query_trace:off                    # Disables the query_trace plugin. Must restart server to take effect.

This is for developers for use in optimizing Tracks.

See http://www.pivotalblabs.com/articles/2007/11/17/rake-query_trace for more info.




git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@655 a4c988fc-2ded-0310-b66e-134b36920a42
2007-11-26 01:53:57 +00:00
..
plugins Added classic_pagination plugin to eliminate deprecation warnings in Rails 1.2.5. 2007-11-18 09:08:14 +00:00
rails Upgraded to Rails 1.2.5. Added classic_pagination plugin since Rails paginantion is deprecated and was giving a warning. Got all the tests passing except a couple of selenium ones related to trying to edit a project twice. 2007-11-18 08:49:51 +00:00
selenium Make the selenium tests more elegant. 2007-09-12 07:21:40 +00:00
query_trace.tar.gz Add a pair of rake tasks to enable/disable the query trace plugin. 2007-11-26 01:53:57 +00:00