Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 341
- Log:
Lots of changes to Hub to make it Rails 2.3.11 compatible. This is being
checked in as one large changeset because it doesn't really split down into
smaller components without having something that doesn't function in the
intermediate steps.
- Author:
- rool
- Date:
- Sat Mar 19 19:11:39 +0000 2011
- Size:
- 476 Bytes
1 | Hub consists of this Ruby On Rails application for managing user accounts |
2 | including the sign-up and sign-in process, a DRb server which remembers which |
3 | users are logged in at run-time and provides this information over a Unix |
4 | domain socket to other Hub-integrated applications, and a gem which provides |
5 | library facilities which make it easy to talk to the DRb server. |
6 | |
7 | For more information about Hub, the Hub DRb server and the Hub gem, please see: |
8 | |
9 | * http://hub.pond.org.uk/ |