Here's an annoyance I've run into before, and a simple patch to fix
it. Say I want to export some data as xml. I should be able to fire
up a script or rake task with my environment, grab some data, then
render an rxml template. However, ActionView::Base makes the
assumption that I have a c
Wilson--
Hmmm. Can't reproduce that behavior here. I've got four dispatch
fcgi processes running and they all hovered right around 50MB of
memory usage (which is also where they are at under normal load)
through 10 iterations of your ab command. We're running v4459 of
rails. How long
uction. It is known to be inefficient in several
areas (particularly route generation) and buggy (as you
discovered). We are working hard to eliminate the bugs, and are
getting closer, but it is still experimental.
- Jamis
On Jun 6, 2006, at 10:49 AM, Solomon White wrote:
Hello all--
I encountered
Hello all--
I encountered an issue last night that appears to be related to the
new routes implementation. We're running edge rails for our
production e-commerce app (* ignores snickers from the crowd *), and
had to roll back when last night's deployment failed. What we were
seeing in t