Ruby on Rails Integration/Plugin? Ruby on Rails Integration/Plugin?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Ruby on Rails Integration/Plugin?

Started by TheKog, August 14, 2006, 05:56:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TheKog

I apologize in advance if this is the wrong forum to ask this question in.

I have a RoR app that currently uses file_column for image upload and display. The app is part of a website that uses CPG for running a photo gallery, and I'd like to know if anyone has interfaced a RoR app to CPG by any chance. I want to dump file_column and let CPG handle my images, uploads, etc.

I have code that already interfaces to phpBB for login purposes (the site has phpBB bridged to CPG), so any pointers to the functions and files I should look into is appreciated. In all likelyhood I'll have to code up a Rails model for the CPG database and all the glue to have some CPG methods available to my RoR app.

Thanks in advance,
Mike

Joachim Müller

If you have phpBB running, then simply bridge Coppermine with phpBB, using the existing phpBB bridge file.