Karle Durante
Karle Durante
will do, i'll let you know how it goes.
Seems the same thing happens. According to the development.log, the page renders, but the content of the page is blank.
This is my config in environment.rb https://gist.github.com/1253963 And nothing comes back from the server (empty document). It seems that just by adding the config in the above jist causes the...
I used insert and get the error below (passenger error) when I attempt to access the site: Error message: no implicit conversion from nil to integer Exception class: TypeError Application...
My environment.rb file looks like this: config.middleware.insert(0, Rack::ESI) And my layout/views/output looks like this: https://gist.github.com/1268114 As you can see, nothing gets rendered after the esi include.
It's the same no matter what. I used paths originally and switched to full uri's wondering if the request was even leaving the server. Thanks, Karle On Oct 6, 2011,...
Unfortunately, no. The main project I use this on is still Rails 3.0.x, so I haven't had the need to fix this just yet. I don't think the fix is...
That's a good question. I would suspect they are not related. I've not tried to use SecondBase with rails 3.2 yet, so I'm honestly unaware of what issues there may...