Maruthi042
Maruthi042

Reputation: 145

Is it possible to integrate joomla/wordpress with ruby on rails?

Is it possible to integrate joomla/wordpress with ruby on rails??? If not, can anyone suggest me some CMS tools for ruby on rails??

Upvotes: 2

Views: 3918

Answers (5)

Nishant Upadhyay
Nishant Upadhyay

Reputation: 639

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.

Upvotes: 0

Rajesh Gurbani
Rajesh Gurbani

Reputation: 211

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.

Upvotes: 1

simo
simo

Reputation: 24558

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

Upvotes: 1

poseid
poseid

Reputation: 7156

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:

Upvotes: 2

Aler Close
Aler Close

Reputation: 11

About integration - not sure that it's even exists. About CMS - try refinery CMS - it's simple enough and can be extended by yourself.

Upvotes: 1

Related Questions