PHP and Rails integration

There a few php solutions that I would like to integrate with my Rails
app. Namely PHPBB(No offense RForum) and WordPress. Is it possible to
use these in a Rails environment, and what kind of issues/stumbling
blocks would I face if I attempted to?

Thanks,

James

Funny me… I thought one of the reasons to use Ruby and Rails was to
get
away from using PHP solutions.

The easiest way is to use subdomains for this:
forum.domain.com, where you use php.

Concerning phpBB, have a look at google:
http://www.google.de/search?hl=de&q=phpbb+security&btnG=Google-Suche&meta=

Beate

Beate P. wrote:

The easiest way is to use subdomains for this:
forum.domain.com, where you use php.

Concerning phpBB, have a look at google:
phpbb security - Google Suche

Beate

There is also a WIKI page for PHPBB integration.

http://wiki.rubyonrails.com/rails/pages/PhpBB+Integration

Jeff J. wrote:

Beate P. wrote:

The easiest way is to use subdomains for this:
forum.domain.com, where you use php.

Concerning phpBB, have a look at google:
phpbb security - Google Suche

Beate

There is also a WIKI page for PHPBB integration.

Peak Obsession

Ok thanks for the reply’s everyone… I think I will be using subdomains
for my php solutions. As for using rails to get away from PHP… im not
sure why I would want to spend valuable development time recreating
something that is already done quite well. PHPBB security issues may be
another problem all together but my research has seemed to indicate it
is the best choiche of all the major forum software. If you have any
recommendations to the contrary please let me know.

Thanks,

James