Added the Gruff library to the lib/ directory of the the rails folder, and the
author<jlsharps@mit.edu> <>
Thu, 30 Aug 2007 22:41:45 +0000 (18:41 -0400)
committer<jlsharps@mit.edu> <>
Thu, 30 Aug 2007 22:41:45 +0000 (18:41 -0400)
commit131cab23209cb1dfa81930240b8cf722d2302131
tree5d7864c741df96f7ffca07afeecc2b0c0cb1b1a6
parent1a62f78f4f3818ab697bddf51f80a1ba150ce9e7
Added the Gruff library to the lib/ directory of the the rails folder, and the
environment require statement now uses that one. Made modifcations to Gruff
library to alternate placement of labels and crowded bar graphs. Also made a
table for approval vote method.
72 files changed:
app/controllers/graph_controller.rb
app/controllers/quickvote_controller.rb
app/views/quickvote/_approval_table.rhtml [new file with mode: 0644]
app/views/quickvote/_pref_tables.rhtml
app/views/quickvote/_result_approval.rhtml
config/environment.rb
lib/gruff-0.2.8/CHANGELOG [new file with mode: 0644]
lib/gruff-0.2.8/MIT-LICENSE [new file with mode: 0644]
lib/gruff-0.2.8/Manifest.txt [new file with mode: 0644]
lib/gruff-0.2.8/README.txt [new file with mode: 0644]
lib/gruff-0.2.8/Rakefile [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/background/0000.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/background/0600.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/background/2000.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/clouds/cloudy.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/clouds/partly_cloudy.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/clouds/stormy.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/grass/default.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/haze/true.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/number_sample/1.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/number_sample/2.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/number_sample/default.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/0000.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/0200.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/0400.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/0600.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/0800.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/1000.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/1200.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/1400.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/1500.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/1700.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/city_scene/sky/2000.png [new file with mode: 0644]
lib/gruff-0.2.8/assets/pc306715.jpg [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/accumulator_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/area.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/bar_conversion.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/base.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/deprecated.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/line.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/mini/bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/mini/legend.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/mini/pie.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/mini/side_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/net.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/photo_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/pie.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/scene.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/side_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/side_stacked_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/spider.rb [new file with mode: 0644]
lib/gruff-0.2.8/lib/gruff/stacked_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/gruff_test_case.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_accumulator_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_area.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_base.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_legend.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_line.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_mini_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_mini_pie.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_mini_side_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_net.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_photo.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_pie.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_scene.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_side_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_sidestacked_bar.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_spider.rb [new file with mode: 0644]
lib/gruff-0.2.8/test/test_stacked_bar.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?