No description
Find a file
Daniel Vincent Grippi 1749a9c52d no console
2010-09-08 10:51:18 -07:00
app no console 2010-09-08 10:51:18 -07:00
autotest
config MS changed some bundler stuff 2010-09-07 17:17:57 -07:00
db MS fixed log view; also, now pagination is now working, check out the new method which returns plucky queries instead of arrays 2010-09-06 17:46:09 +02:00
doc
lib MS; updated to released rails 2010-09-07 16:47:53 -07:00
public DG IZ; changed the photo uploader to drag and drop. now works in firefox. 2010-09-07 17:20:48 -07:00
script
spec
test
vendor/plugins
.gitignore MS; i think this bundler thing works 2010-09-07 18:21:36 -07:00
.pairs
.rspec
Capfile
config.ru
Gemfile Add refs to mongomapper and validatable 2010-09-08 10:00:17 -07:00
Gemfile.lock Add refs to mongomapper and validatable 2010-09-08 10:00:17 -07:00
Rakefile
README

Some things that need doing:

Rename relations:
  post.person needs to be post.owner
  group.people might want to be group.members
  person.owner should probably be person.user

Refactor receive:
  user.receive is a little horrifying right now.
  Maybe make a model.import or model.perform function which can be called on all the classes.
  Definitely move the varied signature verification methods into a unified object.signature_valid?
    or signatures_valid?