public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Merge branch 'master' of git@github.com:wycats/merb-core

* 'master' of git@github.com:wycats/merb-core:
  Added spec for the route matcher testing regexp routes. [#386]
  Add Merb.started? alias for Merb.started reader.
  Add reader for @started flag which shows when Merb environment is started.
  better log message
  rescue excpetions in Worker thread, log them and then restart the work queue
  Router now can do 
  r.match("/this/old/url").redirect("/where/this/resides/now").
  Refactor Merb::Test::RequestHelper and introduce build_request helper.
  spoke too soon.
  we actually don't need to log this at all as its logged latert in the 
  _benchmarks
  Update link to wiki page on Rack in exception.
  Add link to Rack page at wiki to Controller not found exception. This confuses 
  people a lot.
  Log namespaced controller name when it's class is not found.
  I will test first next time, I promise.
  Tell what's actually started when Dispatcher begins to handle request.
  Fixed typo in yet another exception message.
  Log an info message when route fixation actually happens. Those heavily using 
  Flash will find it helpful.
  Log a warning if controller class cannot be found.
  A bit more verbose exception message when route does not specify a controller.

    Documentation: add deprecation warning to AbstractController. Manually applied 
  patch from dstar.
  Increase header level on sub-headers of Filters in AbstractController
wycats (author)
Fri Jun 27 21:36:19 -0700 2008
commit  aee1144d79c63a4ecd6ba5a2e1a8ddca9aaef70c
tree    a0f90baa6fe4d4da4542a99717a17883da2881ad
parent  b5e42a1d7e1000516b7799bbc35efe442bbea6c9 parent  38f1b58fc2a0c9be3b21ccb5da03f38d4c9166a9

Comments