tracks/app/controllers
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
..
application_controller.rb Don't sort todos when counting them 2012-10-04 10:43:22 -04:00
contexts_controller.rb Try the cache_digests gem for Tracks 2012-09-02 15:13:28 +02:00
data_controller.rb all unit and functional tests are passing 2012-04-30 13:56:40 +02:00
feedlist_controller.rb Remove explicit mentioning of application layout where not needed 2012-09-03 20:24:20 +02:00
integrations_controller.rb small refactorings 2012-07-12 13:14:21 +02:00
login_controller.rb get login, mobile and notes features passing 2012-05-12 13:37:36 +02:00
notes_controller.rb get login, mobile and notes features passing 2012-05-12 13:37:36 +02:00
preferences_controller.rb Logut user after password change, Closes #1047 2011-10-24 21:47:15 +02:00
projects_controller.rb Merge pull request #84 from sukima/fix_projects_api_crash 2012-07-11 06:36:51 -07:00
recurring_todos_controller.rb all non-cucumber tests are passing 2012-04-30 13:56:41 +02:00
search_controller.rb make search and feedlist pass 2012-05-03 23:23:31 +02:00
stats_controller.rb remove code duplication 2012-09-08 13:31:22 -05:00
todos_controller.rb remove duplication in mobile cookie handling 2012-08-15 22:14:00 -05:00
users_controller.rb all non-cucumber tests are passing 2012-04-30 13:56:41 +02:00