Hi All, New to merb, I was wondering if there are any similar rake tasks to that of the rails rake stats? Im using merb version 0.5.3 Tried the aok task and am getting the following: eoghan-js-Computer:test_app eoghanj$ rake aok (in /project/merb/test_app) /usr/local/lib/ruby/gems/1.8/gems/merb-0.5.3/lib/merb/version.rb:45: warning: already initialized constant RELEASE rake rcov (in /project/merb/test_app) /usr/local/lib/ruby/gems/1.8/gems/merb-0.5.3/lib/merb/version.rb:45: warning: already initialized constant RELEASE ruby: No such file or directory -- rcov (LoadError) rake aborted! Command ruby -I"lib:server/lib" -S rcov --exclude lib\/spec,bin \/spec,config\/boot.rb -o "coverage" "/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.1/bin/spec" -- "spec/controllers/goodbye_merb_spec.rb" "spec/helpers/goodbye_merb_helper_spec.rb" "spec/views/goodbye_merb/index_html_spec.rb" --format specdoc --colour failed (See full trace by running task with --trace) rake aborted! Command failed with status (1): [rake rcov...] /project/merb/test_app/rakefile:100 (See full trace by running task with --trace) eoghan-js-Computer:test_app eoghanj$ Thanks Eoghan