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 -- Posted via http://www.ruby-forum.com/.
Funny me... I thought one of the reasons to use Ruby and Rails was to get away from using PHP solutions. On 4/18/06, james <jrutherford@gpb.com> wrote:> > 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 > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060418/424a6b39/attachment.html
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 Paland wrote:> 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> > BeateThere is also a WIKI page for PHPBB integration. http://wiki.rubyonrails.com/rails/pages/PhpBB+Integration -- Posted via http://www.ruby-forum.com/.
Jeff Jones wrote:> Beate Paland wrote: >> 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 > > There is also a WIKI page for PHPBB integration. > > http://wiki.rubyonrails.com/rails/pages/PhpBB+IntegrationOk 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 -- Posted via http://www.ruby-forum.com/.