Commit graph

3 commits

Author SHA1 Message Date
bsag
20940ff348 Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
lukemelia
0f823a8a2e Fix issue where completed items would redundantly show context on a context page and project on a project page.
Eliminated some N+1 query generation issues on context and project detail pages related to looking up tags.
Added rake task to turn on and off the mysql query_analyzer plugin, which I'm using to help in my optimization process.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@662 a4c988fc-2ded-0310-b66e-134b36920a42
2007-11-27 05:51:38 +00:00
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