... at last! I finished sorting out most of the loose ends involved in getting masterview running on Rails 2.0 this weekend; the bulk of this work was done back at railsconf in July, but there were a few remaining areas to check/correct (template exception reporting, redoing how the Admin controller hooks into the rails framework to use the new view_paths mechanism rather than having to hack our way into place with special logic) Two separate problems related to REXML parser also resolved. REXML 3.1.7.2 came in with one of the recent patch upgrades of ruby 1.8.6 - requires a patch so strict namespace checking is client controllable (otherwise every document would be required to have a complete DTD for all its attribute markup), also patch a minor bug that was introduced in that version which kicked out in one of our unit tests (standalone attribute parsing in the xml declaration) So... if I can resolve why I can no longer access our project repository, I''ll actually get this stuff committed and move on to rails 2.1 and 2.2 integration. svn+ssh connection is broken, even through I regenerated and reinstalled ssh keys over the weekend to ensure I had a clean installation after recent system rebuild for leopard. Got a rubyforge-help msg posted, hopefully someone will have a response; following the available doc instructions faithfully doesn''t work and I''m out of clues for further debugging. ~ Deb