tracks/tracks/app/controllers
bsag 979ae7dc27 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:
{{{
ruby -i.bak -pe 'gsub!("#!/usr/bin/env ruby", "#!c:/ruby/bin/ruby")' public/dispatch.* script/*
}}}

I also failed to add the new user-related files and the new migrate task last time I committed, so those are added now.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@141 a4c988fc-2ded-0310-b66e-134b36920a42
2005-08-28 12:54:47 +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 Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
feed_controller.rb Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +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 Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
todo_controller.rb Applied lolindrath's patch to fix #73: next actions which were completed yesterday now show up correctly in the 'Completed in the last 7 days' box on the completed action view. 2005-08-26 18:28:03 +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