I created an app Ruby on Rails -> Vbulletin
Any rails devs on here think its worth me pulling the source that connects the two systems and create a gem out of it?
At the moment it can:
- Authenticate users
- single login (session sharing)
- log out users (again session sharing)
- Maps most of the important tables in vbulletin (users, posts, threads, avatars, etc) with relationships mapped, e.g. User.first.avatar will return the correct avatar.
|