tracks/app/controllers
Matt Rogers eb7c34e973
Run both the new query and the old query
Throw away the results of the new query for now. Now that we know it
will run without raising exceptions, we can replace the old query with
the new query.
2019-04-07 20:04:28 -05:00
..
recurring_todos rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
todos Remove private variable usage from models 2018-11-12 13:23:30 -06:00
application_controller.rb Convert after_filter to after_action 2018-09-22 13:04:46 -05:00
calendar_controller.rb Access MIME types via hash lookup instead of constant 2018-11-03 15:02:00 -05:00
contexts_controller.rb Remove deprecations printed out in the test suite 2018-11-20 19:57:02 -06:00
data_controller.rb Extract rendering to helper method. Shift filename sanitization to controller. 2016-02-02 11:08:12 +00:00
feedlist_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
integrations_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00
login_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
mailgun_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
notes_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00
preferences_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00
projects_controller.rb Access MIME types via hash lookup instead of constant 2018-11-03 15:02:00 -05:00
recurring_todos_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
search_controller.rb Remove 'project_hidden' state 2016-04-16 09:27:33 +02:00
stats_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
todos_controller.rb Run both the new query and the old query 2019-04-07 20:04:28 -05:00
users_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00