Creation of new VotingBooth rails application to expose the
author<mako@atdot.cc> <>
Tue, 11 Jul 2006 16:35:22 +0000 (12:35 -0400)
committer<mako@atdot.cc> <>
Tue, 11 Jul 2006 16:35:22 +0000 (12:35 -0400)
commitcc4532dee83d19baf79b35fadf7064b9b5c3948a
tree50bf7bbbcadce8919c6c55dc72d6ee1a09df94d9
Creation of new VotingBooth rails application to expose the
functionality of the RubyVote library.
52 files changed:
.bzrignore [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/controllers/application.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/create.sql [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
doc/api [new symlink]
log/development.log [new file with mode: 0644]
log/production.log [new file with mode: 0644]
log/server.log [new file with mode: 0644]
log/test.log [new file with mode: 0644]
public/.htaccess [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/dispatch.cgi [new file with mode: 0755]
public/dispatch.fcgi [new file with mode: 0755]
public/dispatch.rb [new file with mode: 0755]
public/favicon.ico [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/javascripts/controls.js [new file with mode: 0644]
public/javascripts/dragdrop.js [new file with mode: 0644]
public/javascripts/effects.js [new file with mode: 0644]
public/javascripts/prototype.js [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
script/about [new file with mode: 0755]
script/breakpointer [new file with mode: 0755]
script/console [new file with mode: 0755]
script/destroy [new file with mode: 0755]
script/generate [new file with mode: 0755]
script/performance/benchmarker [new file with mode: 0755]
script/performance/profiler [new file with mode: 0755]
script/plugin [new file with mode: 0755]
script/process/reaper [new file with mode: 0755]
script/process/spawner [new file with mode: 0755]
script/process/spinner [new file with mode: 0755]
script/runner [new file with mode: 0755]
script/server [new file with mode: 0755]
test/test_helper.rb [new file with mode: 0644]
vendor/actionmailer [new symlink]
vendor/actionpack [new symlink]
vendor/actionwebservice [new symlink]
vendor/activerecord [new symlink]
vendor/activesupport [new symlink]
vendor/rails [new symlink]
vendor/railties [new symlink]

Benjamin Mako Hill || Want to submit a patch?