tracks/tracks/app/controllers
lukemelia 02de36876e Refactor cached notes count code based on advice fro the ruby-nyc list. Thanks all!
Refactor out some finds to use automatically scopred finds on assication extensions.
Refactor out some error handling for very unusual cases.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@486 a4c988fc-2ded-0310-b66e-134b36920a42
2007-03-27 04:49:44 +00:00
..
application.rb Implemented a feature that give a project and optional default context. When set, 2007-03-21 07:12:14 +00:00
backend_controller.rb Divide UserController into a UserController and a PreferencesController. Divide FeedController into a FeedController and a FeedlistController. Pull up layout and login filter into ApplicationController and override as needed. Ignored new tmp directories. 2006-12-13 08:31:48 +00:00
contexts_controller.rb Refactor cached notes count code based on advice fro the ruby-nyc list. Thanks all! 2007-03-27 04:49:44 +00:00
data_controller.rb Started adding facility for importing and exporting data - only export is available at the moment. 2007-01-07 15:19:33 +00:00
feedlist_controller.rb Divide UserController into a UserController and a PreferencesController. Divide FeedController into a FeedController and a FeedlistController. Pull up layout and login filter into ApplicationController and override as needed. Ignored new tmp directories. 2006-12-13 08:31:48 +00:00
login_controller.rb Some tweaks to the Open ID authentication support (which I've been using very happily, BTW). It now respects the "Keep me logged in" checkbox on the login page. It also cookies your openid url for less typing on future visits to the login page. 2007-02-24 08:04:23 +00:00
mobile_controller.rb Fixed #436 (Show from not working). While debugging this issue, I renamed a lot of usages of "item" to "todo" to make the code easier to understand. 2007-02-08 05:47:14 +00:00
notes_controller.rb Make the NotesController user RESTful routes. 2007-01-15 07:50:54 +00:00
preferences_controller.rb Divide UserController into a UserController and a PreferencesController. Divide FeedController into a FeedController and a FeedlistController. Pull up layout and login filter into ApplicationController and override as needed. Ignored new tmp directories. 2006-12-13 08:31:48 +00:00
projects_controller.rb Refactor cached notes count code based on advice fro the ruby-nyc list. Thanks all! 2007-03-27 04:49:44 +00:00
todos_controller.rb Refactor cached notes count code based on advice fro the ruby-nyc list. Thanks all! 2007-03-27 04:49:44 +00:00
users_controller.rb A few minor changes and bug fixes: 2007-03-22 04:37:20 +00:00