aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeLines
* Remove testfrancis2007-11-23-3/+0
|
* Remove test directory, as not used. See spec now.francis2007-11-23-331/+0
|
* Save post request properly into database with a model, as a record of where tofrancis2007-11-01-0/+15
| | | | | redirect back to after login. Token generation for these saved logins.
* Model to store incoming messages. Save raw messages to it.francis2007-10-29-0/+23
|
* Basic controller for sending email.francis2007-10-16-0/+38
|
* Remove test skeleton for controller that is no longer called that.francis2007-10-16-18/+0
|
* Removed test skeletons for removed controllersfrancis2007-10-16-18/+0
|
* Rejigged routing in favour of mostly model-focused controllerslouise2007-10-15-4/+4
|
* Added controller for displaying public bodies.francis2007-10-11-0/+18
| | | | | | Improve front page. Tidying up styling a bit. Add tagline.
* Add primitive user page.francis2007-10-09-0/+18
|
* Controller to display an individual request on /request/:id URLs.francis2007-10-09-0/+18
| | | | Added navigation.
* Actually store user id when making request.francis2007-10-08-0/+18
| | | | /list URL displays all requests that are in progress.
* Model for outgoing messages.francis2007-09-10-0/+21
| | | | | Save body of initial request as an outgoing message. Try and validate and save the pair of models correctly.
* Make /admin URL work, and give link through to public body editor.francis2007-09-03-0/+18
| | | | Layout for admin pages.
* Model for a public body, and basic scaffold to edit it.francis2007-08-29-0/+107
|
* Skeletal model for an FOI request.francis2007-08-04-0/+33
| | | | Rubbishy display of first form.
* User table, and some dodgy authentication code.francis2007-08-01-0/+15
|
* Default Rails gumph.francis2007-08-01-0/+28