tracks/app/controllers
Reinier Balt e58379e81f This fixes failing tests when the timezone is different than utc
There were several problems:
* Time.now returns the systems time, not the users time
* fixtures do not translate dates from timezone to utc, but stores the
  date verbatim
* calling a controller will set the timezone to the preference of the
  current_user. So it could be changed while you do not realize this. I
  fixed the failing test, but problems could be elsewhere
2015-08-05 11:50:33 +02:00
..
recurring_todos rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
todos replace 'None' project by empty string, fix #440 2015-05-10 14:08:20 +02:00
application_controller.rb Merge pull request #1733 from dnrce/password-hashing 2014-12-14 14:35:32 -05:00
calendar_controller.rb Add mobile calendar view 2014-04-21 12:55:13 -04:00
contexts_controller.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
data_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
feedlist_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
integrations_controller.rb Remove applescript integration. Closes #1723 2015-01-02 21:12:32 +00:00
login_controller.rb Pull apart the LoginController#login action 2013-07-23 10:30:50 -05:00
mailgun_controller.rb remove Digest deprecation warning 2014-05-16 14:33:18 +02:00
notes_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
preferences_controller.rb Fix #1722 2015-02-22 17:04:46 -05:00
projects_controller.rb document code 2015-06-15 09:46:47 +02:00
recurring_todos_controller.rb occurence -> occurrence 2015-02-10 15:49:13 +01:00
search_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
stats_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
todos_controller.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
users_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00