For one of my project, I am developing a website with PHP. I’d like to know if it would be possible to mix it with Rails?
Ruby on Rails would query data on GitHub and I would like to process it with PHP, is that possible? If so, how could I do that?
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.
Everything is possible. You just have to write a small webservice with RoR that gets the data from github and give it to your php frontend in a defined format (rest service with json for example).
But i don’t think it make sense if one person write one website with 2 languages…