Is it possible to integrate joomla/wordpress with ruby on rails??? If not, can anyone suggest me some CMS tools for ruby on rails??
-
Did you have any success finding the right solution? I'm facing now a similar problema and looks like these answers are not helping.. – nzs May 29 '13 at 08:58
-
Use a sub-path and a reverse-proxy to direct /blog to another host that is running Joomla/Wordpress. – Chloe Nov 14 '17 at 00:12
5 Answers
These concepts are different:
Joomla and Wordpress are CMS frameworks in PHP
Ruby-on-Rails is a web application framework in Ruby
Popular CMS in Ruby-on-Rails are:

- 6,986
- 10
- 48
- 78
About integration - not sure that it's even exists. About CMS - try refinery CMS - it's simple enough and can be extended by yourself.

- 11
- 1
If you are interested in a CMS that has workflow of edit-review-approve pipeline, you can see browserCMS

- 23,342
- 38
- 121
- 218
Your ruby on rails Api's can communicate with wordpress application with some predefine methods, methods are available in WP for fetching the api's data in json format.

- 211
- 1
- 6
- 18
Yes It is possible. You can achieve this using rubypress gem. This gem provides you an interface for XML RPC API. If you want to upload featured image then refer my this answer of stackoverflow.

- 1
- 1

- 639
- 7
- 20