Added Sparklines controller and dependency, see README. Created method and table...
author<jlsharps@mit.edu> <>
Fri, 17 Aug 2007 22:07:59 +0000 (18:07 -0400)
committer<jlsharps@mit.edu> <>
Fri, 17 Aug 2007 22:07:59 +0000 (18:07 -0400)
commita16962155a3c3c6616bfe32c7216f3631836d38c
tree73b7acc01eab8b4708083f9969ad28af26a9bfe4
parent1620856a8a47219f3a2cbb5288137b11467886fc
parent7ea8b24f8b002feba79f92e5333f1ec5c6e9f929
Added Sparklines controller and dependency, see README. Created method and table for margins of victory (i.e won by how much) and ties, in rubyvote, has already been svn'd.
22 files changed:
README
app/controllers/graph_controller.rb
app/controllers/sparklines_controller.rb
app/models/election.rb
app/models/quick_vote.rb
app/views/quickvote/_defeats_list.rhtml
app/views/quickvote/_pref_table.rhtml
app/views/quickvote/_victories_ties.rhtml
app/views/quickvote/results.rhtml
config/environment.rb
lib/rubyvote/condorcet.rb
test/functional/sparklines_controller_test.rb
vendor/plugins/sparklines/MIT-LICENSE
vendor/plugins/sparklines/README
vendor/plugins/sparklines/Rakefile
vendor/plugins/sparklines/about.yml
vendor/plugins/sparklines/generators/sparklines/sparklines_generator.rb
vendor/plugins/sparklines/generators/sparklines/templates/controller.rb
vendor/plugins/sparklines/generators/sparklines/templates/functional_test.rb
vendor/plugins/sparklines/init.rb
vendor/plugins/sparklines/lib/sparklines.rb
vendor/plugins/sparklines/lib/sparklines_helper.rb

Benjamin Mako Hill || Want to submit a patch?