working quickvote support created
author<mako@atdot.cc> <>
Thu, 12 Oct 2006 01:42:18 +0000 (21:42 -0400)
committer<mako@atdot.cc> <>
Thu, 12 Oct 2006 01:42:18 +0000 (21:42 -0400)
commit04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc
tree6f74079e7d3eba22bb152667da1aa6547c7f179e
parent75091532075247ae9c47164ea883f4fe803eddf4
working quickvote support created
22 files changed:
app/controllers/quickvote_controller.rb [new file with mode: 0644]
app/controllers/site_controller.rb
app/controllers/voter_controller.rb
app/helpers/quickvote_helper.rb [new file with mode: 0644]
app/models/quick_voter.rb
app/models/vote.rb
app/models/voter.rb
app/views/layouts/vb.rhtml
app/views/quickvote/_result.rhtml [new file with mode: 0644]
app/views/quickvote/create.rhtml [moved from app/views/site/create_quickvote.rhtml with 96% similarity]
app/views/quickvote/index.rhtml [new file with mode: 0644]
app/views/quickvote/results.rhtml [new file with mode: 0644]
app/views/quickvote/success.rhtml [moved from app/views/site/success_quickvote.rhtml with 86% similarity]
app/views/quickvote/thanks.rhtml [new file with mode: 0644]
app/views/voter/_vote.rhtml
app/views/voter/full_vote.rhtml
app/views/voter/quickvote.rhtml [deleted file]
config/routes.rb
lib/rubyvote/condorcet.rb
lib/rubyvote/election.rb
public/stylesheets/vb.css
test/functional/quickvote_controller_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?