From spowage at gmail.com Tue Dec 16 10:00:08 2008 From: spowage at gmail.com (Mark Spowage) Date: Tue, 16 Dec 2008 09:00:08 -0600 Subject: [Masterview-users] trying the demo Message-ID: following along with the demo steps , when starting the server , as indicated below, the server fails to start. ? is there any other demo to try, a complete download demo would be nice ? is Masterview working for anyone ? thx MasterView using REXML Sax2Parser version = 3.1.7.2 Using default admin_auth mixin for MasterView admin (local requests only) /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:445:in `load_missing_constant': uninitialized constant Dependencies (NameError) from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:77:in `const_missing' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:89:in `const_missing' from /usr/lib/ruby/gems/1.8/gems/masterview-0.3.4/lib/masterview/extras/init_mv_admin_pages.rb:90 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' ... 35 levels... from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from script/server:3 -- ----- Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D From djlewis at acm.org Tue Dec 16 10:47:12 2008 From: djlewis at acm.org (Deb Lewis) Date: Tue, 16 Dec 2008 07:47:12 -0800 Subject: [Masterview-users] trying the demo In-Reply-To: References: Message-ID: <20081216074712415165.59bc493b@acm.org> On Tue, 16 Dec 2008 09:00:08 -0600, Mark Spowage wrote: > following along with the demo steps , when starting the server > , as indicated below, the server fails to start. > > ? is there any other demo to try, a complete download demo would be nice > ? is Masterview working for anyone ? Masterview development has regretably been "on hiatus" most of this year due to other commitments of the developers, but I'm (finally) working on getting it revived. Needs rework to catch up with all the rails 2.x versions - the core rendering engine is stable, but the hooks needed to integrate into the rails framework changed significantly with the 2.0 release. Your stack trace indicates you're running with rails 2.2, so that definitely won't work yet. I really need masterview working on latest rails for some of my own web sites, so hope to have some progress soon. ~ Deb