tracks/app/models
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 This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
search refactor search controller 2013-09-25 15:38:51 +02:00
stats This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
todos Remove more duplication from Todos::Calendar. 2013-04-29 16:35:50 -05:00
.gitkeep initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
context.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
dependency.rb fix #1754 2015-03-24 11:27:36 +01:00
message_gateway.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
note.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00
null_time.rb use a null object like a boss 2013-07-18 16:37:34 -05:00
preference.rb refactor due date tag on todo for mobile and non-mobile view 2014-07-17 13:56:08 +02:00
project.rb Projects with completed actions may be blocked 2015-04-15 20:46:53 +02:00
recurring_todo.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
sidebar.rb Add a Sidebar class to represent the side bar 2014-11-11 19:55:00 -06:00
tag.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
tagging.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
todo.rb Merge pull request #1783 from C-Otto/bug-1778 2015-04-12 17:27:59 +02:00
user.rb Make User.projects.actionize deterministic 2015-01-03 18:12:11 -05:00