tracks/app/models
Dan Rice 5b6cbf566a Don't sort todos when counting them
Grouping isn't as lax in PostgreSQL as it is in MySQL or SQLite. All
sort fields also need to be in the GROUP BY, or be aggregated. The order
isn't relevant when counting, so simply don't order in that case.

Fix #1336
2012-10-04 10:43:22 -04:00
..
.gitkeep initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
context.rb make functional tests for context controller run 2012-04-30 13:56:39 +02:00
dependency.rb fix caching for #1328 and #1329 2012-09-19 17:13:29 +02:00
message_gateway.rb handle multipart emails better in message_gateway 2012-08-24 23:47:27 +02:00
note.rb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
preference.rb get preferences scenario to pass 2012-05-12 14:01:56 +02:00
project.rb Push conversion of a todo to a project down. 2012-08-14 19:33:54 -05:00
recurring_todo.rb refactorings for recurring todo model 2012-07-13 00:31:11 +02:00
tag.rb get all unit tests running again. Seems we have some pretty old code in there :-) 2012-04-30 13:56:37 +02:00
tagging.rb Make sure that changing tags (i.e. toggle star) touches the taggable (todo) to invalidate cache. Make sure _context is cached different for _context of active todos and _context of tagged todos and _context in tickler 2012-09-02 15:13:29 +02:00
todo.rb Try the cache_digests gem for Tracks 2012-09-02 15:13:28 +02:00
user.rb Don't sort todos when counting them 2012-10-04 10:43:22 -04:00