On Mar 28, 2008, at 17:08 , Phlip wrote: > Now what's this? > > /usr//lib/ruby/gems/1.8/gems/merb-core-0.9.2/lib/merb-core/core_ext/ > object.rb:89:in > `const_get': uninitialized constant ViewExampleController > > Why is merb-core asking for a class that google sez belongs to > rspec_on_rails - and a plugin no less! For shame!!
You might look closer at your setup, it's not anywhere in the merb gems. Check your ~/.irbrc [EMAIL PROTECTED] ~/w/o/merb> ls -d ~/workspace/gem_homes/merb-latest/gems/ merb* /Users/corey/workspace/gem_homes/merb-latest/gems/merb-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-action- args-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-assets-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-builder-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-cache-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-core-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-gen-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-haml-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-mailer-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-more-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb-parts-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/ merb_activerecord-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb_datamapper-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb_helpers-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/ merb_param_protection-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb_sequel-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb_stories-0.9.2/ /Users/corey/workspace/gem_homes/merb-latest/gems/merb_test_unit-0.9.2/ [EMAIL PROTECTED] ~/w/o/merb> grep -r ViewExampleController ~/workspace/ gem_homes/merb-latest/gems/merb*/ [EMAIL PROTECTED] ~/w/o/merb> grep -r ViewExampleController ~/workspace/oss/ merb/* # git clone; updated slightly after 1.9.2 release [EMAIL PROTECTED] ~/w/o/merb> Corey _______________________________________________ Merb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/merb-devel
