This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f988de188edd686c182f53931e6b3902c0e24dbf
tree 50ce1c57e2aff3188ed798aeb1916abf0c854d73
parent b31bcdf205274c915313c455c7a61e9deab82fc8
tree 50ce1c57e2aff3188ed798aeb1916abf0c854d73
parent b31bcdf205274c915313c455c7a61e9deab82fc8
gallery /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jul 25 09:43:08 -0700 2008 | [kingmt] |
| |
README | Wed Jul 23 15:32:14 -0700 2008 | [kingmt] |
| |
Rakefile | Wed Jul 23 11:01:04 -0700 2008 | [kingmt] |
| |
app/ | Fri Jul 25 13:43:52 -0700 2008 | [kingmt] |
| |
config/ | Fri Jul 25 14:31:35 -0700 2008 | [kingmt] |
| |
db/ | Fri Jul 25 09:42:37 -0700 2008 | [kingmt] |
| |
doc/ | Wed Jul 23 11:01:04 -0700 2008 | [kingmt] |
| |
lib/ | Fri Jul 25 13:52:44 -0700 2008 | [kingmt] |
| |
public/ | Fri Jul 25 06:11:48 -0700 2008 | [kingmt] |
| |
script/ | Wed Jul 23 11:01:04 -0700 2008 | [kingmt] |
| |
test/ | Fri Jul 25 13:43:52 -0700 2008 | [kingmt] |
| |
vendor/ | Fri Jul 25 14:03:11 -0700 2008 | [kingmt] |
README
1. Login
a. access to the gallery is allowed for users that are not logged in
but only to view images
b. a logged in user can create an album and upload images to that
album
c. an admin user can create other users
2. List of Albums
a. this shows all albums on the system
b. if a user is logged in he can select to only show his own albums
c. if a user is logged in next to albums he owns he can delete/edit
the album
d. clicking on the album shows the Edit/View album page
3. Edit/View Album
a. from here a list of images is presented and the user can choose
to delete an image if they have uploaded it
b. there is a file upload form at the bottom where an image can
be uploaded to the album
4. User Admin
a. this screen is only available to admin users
b. on this screen a list of users is presented and a user can
be added/deleted/edited
5. User Add/Edit
a. fields for name, email, and password are present
b. passwords can be changed from this screen
Plugins Used:
rcov
restful_authentication
shoulda
Gems
postgres





