Ruby (on Rails) && PHP - two great things that work great together???
- by pedalpete
I've done very little work with Ruby, and have an app I've written in PHP. I would like to add some functionality which is available in open sourced Ruby code.
I could either try to translate the Ruby to PHP, or try mixing the two. Though I think the mixing part would be somewhat silly.
I believe my options are to either mix ruby with php, or translate the ruby code into php.
Anybody have any suggestions on this, or other ideas?
I am not really interested in converting my entire app into Ruby just so I can get this feature (I saw Derek Sivers post about that which convinced me. http://www.oreillynet.com/ruby/blog/2007/09/7%5Freasons%5Fi%5Fswitched%5Fback%5Fto%5Fp%5F1.html)