* refactored the system so that it keeps pictures in a seperate table
author<mako@atdot.cc> <>
Fri, 24 Aug 2007 23:36:06 +0000 (19:36 -0400)
committer<mako@atdot.cc> <>
Fri, 24 Aug 2007 23:36:06 +0000 (19:36 -0400)
commit7b649ccad8804580632c255b9f451482fdbbe32d
treebbd3ec1e430864b8a1c1e1051603ac5a9d3a9e02
parent4f2f1126a7a13ee3a6348e6033620ea6eb2b0d8e
* refactored the system so that it keeps pictures in a seperate table
  but works almost almost identically

* added a new progress bar

* fixed a few minor bugs and walked through creating a full-fledged
  election
13 files changed:
app/controllers/election_controller.rb
app/models/candidate.rb
app/models/election.rb
app/models/picture.rb [new file with mode: 0644]
app/views/election/_progress.rhtml [new file with mode: 0644]
app/views/election/edit_candidates.rhtml
app/views/election/general_information.rhtml [moved from app/views/election/new.rhtml with 80% similarity]
app/views/election/new_voters.rhtml
app/views/election/show.rhtml
app/views/site/_basic_login.rhtml
db/create.sql
db/schema.rb
public/stylesheets/main.css

Benjamin Mako Hill || Want to submit a patch?