From The Merbist, 1 month ago,
1 view
Mode changes to init.rb, user updating to a newer version or Merb will need to add
c[:log_file] = Merb.root / "log" / "development.log"
to their init.rb file or config/environments/development.rb for instance. (Newly generated apps are already setup properly)
We made some changes to the way Rake files work. Merb-core doesn’t require the rspec tasks anymore so Test::Unit see [...]
comments
You must be logged in to add your own comment.