posted about 1 year ago (28 April 2009 at 17:17)
Hi, I already have an application where users log in. I want a very small forum that will fit into the application but not require them to sign up separately but just stay logged in.

How do I do that?
posted about 1 year ago (2 May 2009 at 13:45)
TF wrote

Hi, I already have an application where users log in. I want a very small forum that will fit into the application but not require them to sign up separately but just stay logged in.

How do I do that?

I suppose you can use the same table with users and sessions from your application for forum. If you want to install forum on subdomain next step is to set session domain in your application and forum to the same value.
ActionController::CgiRequest:: DEFAULT_SESSION_OPTIONS[:session_domain] = '.example.com'

Also keep in mind that User and Session Forulio's models require additional fields in db.
posted about 1 year ago (21 August 2009 at 9:41)
looks like this works. hope I can delete the message for it is just a test.
posted 9 months ago (14 November 2009 at 7:44)
sdf
posted 9 months ago (26 November 2009 at 3:46)
test