tracks/tracks/app/controllers
2005-11-13 14:25:31 +00:00
..
application.rb Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
context_controller.rb Updated for Rails 0.14.3 2005-11-13 11:50:18 +00:00
feed_controller.rb I'm seriously beginning to hate #188, but it really is fixed now. Really. The problem before was that due to a weird conjunction of due dates and creation dates on my sample set, it did actually work for me. now I use the same bit of code to display the actions on the home page and on the txt page, so it really is the same. If anyone opens that ticket again, woe betide them... :-D 2005-10-02 10:35:07 +00:00
login_controller.rb Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
note_controller.rb Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
project_controller.rb Added a button to the bottom the project/show/[name] fields which allows you to mark the project as completed (if it is currently uncompleted) or uncompleted (if it is currently completed). It redirects you to the projects page so that you can add another project to the list. 2005-11-13 14:25:31 +00:00
todo_controller.rb Updated for Rails 0.14.3 2005-11-13 11:50:18 +00:00
user_controller.rb Changed the shebang lines to <tt>#!/usr/bin/env ruby</tt>. This should work for all *nix based setups (Linux or Mac OS X), but Windows users will probably have to change it. Try this command at the command line, run inside the Tracks directory: 2005-08-28 12:54:47 +00:00