[Rails] Re: embed php code in rails

2009-06-07 Thread Marnen Laibow-Koser
istar...@gmail.com wrote: [...] > Oh, and where are the php error log files > located? PHP generally puts its errors into the Apache server's error log, if I remember correctly. > > Thank you, > > Frank Best, -- Marnen Laibow-Koser http://www.marnen.org mar...@marnen.org -- Posted via http:

[Rails] Re: embed php code in rails

2009-06-07 Thread istar...@gmail.com
Conrad, I'm trying to drop Wordpress into the public folder of my rails project, just as you said. Did you have any trouble with the index.php files? Some error is causing them to return blank pages. It's frustrating, because if I manually type in www.satslayer/blog/wp-admin/index.php I can see

[Rails] Re: embed php code in rails

2009-06-04 Thread Conrad Taylor
On Thu, Jun 4, 2009 at 2:49 PM, Shuaib85 wrote: > > Hi there > > There are some code pieces that are available in php like currency > rates, and weather status, etc. Is there a way that I can use those > php code within rails code in the view. or is there a good rails > plugin for that purpose >