PunBB SDK for Rails
October 10th, 2007
PunBB SDK
Authentication and Object Wrappers for PunBB alongside Rails
Get it Here
./script/plugin install svn://ahgsoftware.com/punbb_sdk/trunk |
Authentication and Object Wrappers for PunBB alongside Rails
./script/plugin install svn://ahgsoftware.com/punbb_sdk/trunk |
![]()
Michael Cerna Chicago-based Rails Developer and Avid Musician. More ...
May 8th, 2008 at 03:40 AM Hi Michael, Is your project still active? Is it supposed to work on Rails 2.0.2 and punBB 1.2.17 ? Thanks
May 8th, 2008 at 11:04 AM I got it working on rails 2 with this minor fix: I had to change redirect_to_url to redirect_to in the method redirect_back_or_default of punbb_login_system.rb I can now login from my rails app and that gets me logged on the forum as well. But not vice-versa: if I login from punBB, I am not logged rails. Is this as designed?
May 11th, 2008 at 06:45 PM Hello Mel, this project is woefully out of date now, but it did help me with some smaller forum integration projects in the past. The way that I used the plugin was mainly to wrap a pre-existing punbb installation/user base with a minimal Rails wrapper, and then later migrate everything to a full-Rails CMS.