No description
Find a file
2010-09-07 18:06:18 -07:00
app MS; updated to released rails 2010-09-07 16:47:53 -07:00
autotest Activerecord this time\! 2010-06-11 10:40:49 -07:00
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 Activerecord this time\! 2010-06-11 10:40:49 -07:00
lib MS; updated to released rails 2010-09-07 16:47:53 -07:00
public DG IZ; fixed photos. 2010-09-07 12:03:43 -07:00
script rechmoded build 2010-07-06 19:24:50 -07:00
spec controller cleanup: using respond_to and respond_with. 2010-08-29 22:49:13 -07:00
test selenium, ymls, a sample test 2010-08-19 15:44:23 -07:00
vendor/plugins Activerecord this time\! 2010-06-11 10:40:49 -07:00
.gitignore MS adding gemfile lock back into this house 2010-09-07 18:06:18 -07:00
.pairs Adding a .pairs file 2010-08-26 17:55:09 -07:00
.rspec tried taking format nested out of tests. maybe it will give us dots? 2010-08-17 00:01:47 -07:00
Capfile RS IZ deploy stuffz 2010-06-16 19:42:39 -07:00
config.ru added mean message 2010-07-01 17:05:14 -07:00
Gemfile MS; updated to released rails 2010-09-07 16:47:53 -07:00
Gemfile.lock MS adding gemfile lock back into this house 2010-09-07 18:06:18 -07:00
Rakefile Some small rails 3rc things 2010-08-18 20:10:12 -07:00
README changing readme 2010-08-17 16:22:29 -07:00

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?