Just pushed a new commit tonight.. did a little work in which you can see here: https://github.com/dentafrice/housek...655c2cd14ef476
I setup some base roles at the moment which is:
banned
staff (generic user)
admin
super_admin.
Admins can modify everyone but super admins. Super admins can modify other super admins as well.
If you are banned, you can only have one role... banned, all others get removed when ban is created.
If you are going from banned -> another role, banned gets removed automatically so there is no remove ban and then promote.
added banned functionality;
added roles using rolify;
updated locale file and removed signup text;
commented out ascii art;
added seed for an admin user (kind of an install file);
added rspec;
added specs for logging in and banned;
added factories;
added user specs (roles, abilities)
__________________
