Hi all, if any one help me. how to run php programs on ruby on rails. how to run php programs on rails. if possible or not pls give me instructions. Thanks karthik -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 22 Aug 2008, at 11:32, Murali Muralitharan wrote:> > Hi all, > > if any one help me. > > how to run php programs on ruby on rails. > how to run php programs on rails. > > if possible or not pls give me instructions. >Not sure what you mean there. You want to call php code from ruby or you want some pages on your site to be php and some rails (eg a rails website with a blog section that was run by wordpress) ? Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung wrote:> On 22 Aug 2008, at 11:32, Murali Muralitharan wrote: > >> >> Hi all, >> >> if any one help me. >> >> how to run php programs on ruby on rails. >> how to run php programs on rails. >> >> if possible or not pls give me instructions. >> > Not sure what you mean there. You want to call php code from ruby or > you want some pages on your site to be php and some rails (eg a rails > website with a blog section that was run by wordpress) ? > > Fredhi i want create new project on php with ruby on rails. (or) php with rails. if anything possible pls let me know. thanks karthik -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, 2008-08-22 at 12:48 +0200, Murali Muralitharan wrote:> hi > > i want create new project on php with ruby on rails. (or) php with > rails. if anything possible pls let me know. >Heard of a thing called, "google"? I don''t really know, what you are doing with Ruby on Rails, but if you are old enough to have a job doing Ruby on Rails, you should do more research before asking such stupid questions. Please read following document very carefully: http://www.catb.org/~esr/faqs/smart-questions.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 22 Aug 2008, at 11:48, Murali Muralitharan wrote:> Frederick Cheung wrote: >> On 22 Aug 2008, at 11:32, Murali Muralitharan wrote: >> >>> >>> Hi all, >>> >>> if any one help me. >>> >>> how to run php programs on ruby on rails. >>> how to run php programs on rails. >>> >>> if possible or not pls give me instructions. >>> >> Not sure what you mean there. You want to call php code from ruby or >> you want some pages on your site to be php and some rails (eg a rails >> website with a blog section that was run by wordpress) ? >> > i want create new project on php with ruby on rails. (or) php with > rails. if anything possible pls let me know.You do realise that rails is a framework written in ruby, so pretty much by definition if you''re using rails you''re not using php? (but like i said, with the caveat that you could have 2 entirely separate apps that just happen to be hosted on the same domain) Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have gotten so far from your post that you want to use php but get the rails experience. The closest I have found to php on rails is a framework for php called Akelos which can be found here http://akelos.org/ Last I used it, it was about as close to a port of rails to php as I have seen. Unfortunately, it can''t prevent php from being an ugly language in places but it is better than nothing. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Now that''s not very nice, but somehow I find myself sympathizing. The OP is obviously being very vague about what they want to do, perhaps if they stated why they wanted to use PHP with Ruby on Rails, maybe we could help them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---