Is it possible to integrate joomla/wordpress with ruby on rails??? If not, can anyone suggest me some CMS tools for ruby on rails??
Leave a Reply
You must be logged in to post a comment.
Is it possible to integrate joomla/wordpress with ruby on rails??? If not, can anyone suggest me some CMS tools for ruby on rails??
You must be logged in to post a comment.
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:
http://locomotivecms.com/
http://refinerycms.com/
About integration – not sure that it’s even exists.
About CMS – try refinery CMS – it’s simple enough and can be extended by yourself.
If you are interested in a CMS that has workflow of edit-review-approve pipeline, you can see browserCMS
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.
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.