tracks/app/controllers
Reinier Balt 484356fe07 small improvements
render :partial => filename, :object => @object can be written shorter since rails 2.0 like
render :partial => @object or render :partial => @collection
Also form_for is smart bout put and post for update and creation.

it helps watching older railcasts episodes :-)
2011-02-03 18:17:28 +01:00
..
application_controller.rb replace old prototype/jrails code for periodic checks and start work on autocomplete and edit projects 2011-02-03 18:16:51 +01:00
backend_controller.rb add new_todo API call that specifies project_id, too 2009-04-01 03:59:10 +08:00
contexts_controller.rb fix last functional and integration tests after merge and jquery changes 2011-02-03 18:17:13 +01:00
data_controller.rb fix #891. Somehow the assignment causes an error for some people. 2009-05-13 21:08:35 +02:00
feedlist_controller.rb finish migration of the feeds page 2011-02-03 18:17:27 +01:00
integrations_controller.rb The gadget does not need authorization. 2009-08-04 10:27:20 +02:00
login_controller.rb add a cucumber test to simulate expiration of a session 2011-02-03 18:17:17 +01:00
notes_controller.rb small improvements 2011-02-03 18:17:28 +01:00
preferences_controller.rb Added locale selection to preferences 2011-01-16 18:14:07 +01:00
projects_controller.rb small improvements 2011-02-03 18:17:28 +01:00
recurring_todos_controller.rb Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
search_controller.rb small cleanups 2009-02-05 21:55:33 +01:00
stats_controller.rb Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
todos_controller.rb Fixes for failed tests 2011-01-16 18:26:00 +01:00
users_controller.rb Added locale selection to preferences 2011-01-16 18:14:07 +01:00