Brian LeRoux wrote: > Brock Whitten's pmpknpi blog app is worth checkin out / forking around with. > > http://github.com/sintaxi/pmpknpi/tree/master
Tx! Now that contained this issue: ./config/init.rb:require 'BlueCloth' That line needs the lecture on case sensitive filenames. require 'RedCloth' needed it too! Next... $ rake spec (in /home/phlip/projects/merb/sintaxi-pmpknpi-master) /usr/lib/ruby/gems/1.8/gems/rspec-1.1.3/lib/spec/runner/options.rb:195:in `files_to_load': File or directory not found: spec/_spec.rb (RuntimeError) Googling for that gives one pastie entry. Someone fixed something before posting their pastie to a forum! But the _spec.rb looks more like a missing %replacer% than a cleverly-named config file or something... -- Phlip _______________________________________________ Merb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/merb-devel
