PDA

View Full Version : I created an app Ruby on Rails -> Vbulletin


aussiev8
11-02-2010, 08:57 AM
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.

mbarca
04-16-2011, 01:43 PM
I think it would be really useful, for me at least, as its often nice to integrate a forum with a Rails site.

If you need a hand or someone to do any testing please send me a PM .

CaneInsider
05-28-2012, 10:53 AM
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.

Would love to hear more on this.