[Rails-core] [PATCH] allow standalone use of ActionView::Base

2006-06-27 Thread Solomon White
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

Re: [Rails-core] RegexpError (regular expression too big)

2006-06-19 Thread Solomon White
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

Re: [Rails-core] RegexpError (regular expression too big)

2006-06-18 Thread Solomon White
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

[Rails-core] RegexpError (regular expression too big)

2006-06-07 Thread Solomon White
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