I have a web page created in Joomla. How do I get the content of that page into my Rails app’s page ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thanks for your hint @chrisBarretto. There wasn’t any rss feed associated with the joomla page. However, I managed to grab the content from Joomla page with just using Nokogiri.
Here’s what I did in the controller :
Then in the view,
This worked perfectly as I wanted to be.