Can we integrate different applications developed in ruby on rails and php? and if there is any available example/tutorial of it.. it would be better :)

link|improve this question

42% accept rate
Please use the search box in the top right corner or on the google homepage. – hakre Jan 4 at 9:50
feedback

1 Answer

you cann call php from ruby

avariableparameter = "--o ipso -v lorem"
result = %x[php /path/to/script.php "#{avariableparameter}"]

aswell as call ruby from php

system("ruby somefile");
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.