[Rails-core] Some aggregation issues.

2006-01-25 Thread Peter Haight
I've had a couple of instances where I've wanted to work with an attribute in an ActiveRecord through another class. For example I'm storing time zones in my database as strings, but I want to always deal with them through a TimeZone object. Same goes for time intervals. I've been using aggregati

Re: [Rails-core] How should we do away with the rubysess white page of death?

2006-01-26 Thread Peter Haight
> > At a slight tangent, isolating application sessions won't fully solve > > this problem; you can change the name of a Model object and see this > > 'white screen of death' within the same application. Something needs > > to be wrapped around the session loading to let Rails gracefully > > handl