As I said, everything, and I mean *everything including Rails* is in the vendor directory. I am certain I am not running an out-of-date Rails install. The only differences I know of are:
1) The server is running Ruby 1.8.2 and I am running 1.8.4 2) The server is Linux i386 and I'm running Darwin 10.3.4 I can factor out (2) because I've deployed three sites from this dev machine to this exact server config with no problems. Any further thoughts? Thanks On 5/1/06, Paul Robinson <[EMAIL PROTECTED]> wrote: > On 1 May 2006, at 21:19, s.ross wrote: > > > Yes, i'm using svn:externals. Because everything is in the vendor > > directory, I don't think I'm getting stale code from anyplace. > > > > Here's the whole error: > > > > lighttpd -f /tmp/amuinsurance.com_lighttpd.conf -D > > /home/vu2045/amuinsurance.com/rails/amuinsurance_com/public/../ > > config/../vendor/rails/activerecord/lib/../../activesupport/lib/ > > active_support/inflector.rb:125:in > > `underscore': stack level too deep (SystemStackError) > > Last time I saw that, rails on the production box wasn't the same > version as rails on the development box. I'd check those, and you can > use svn:externals to shove a copy of rails in vendor/railties if you > need to. > > Hope that helps! > > -- > Paul Robinson > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
