git clone git://github.com/wycats/merb-core.git
Merge branch 'master' of git@github.com:wycats/merb-core into wycats
Merge branch 'master' into wycats
Improve documentation of session persist/finalize exception callbacks.
Initial specs for Merb::SessionMixin
Tiny documentation touchups
Require RubyGems first before spec to satisfy Autotest.
Exception handler callbacks for finalize_session and persist
Update Merb core boot diagram a bit.
Documentation for Merb::BootLoader::DropPid bootloader.
add in string so that @element.contains? will work when @element is a string and not just Hpricot::Elem
remove hpricot as a merb-core dependency since it is never loaded at runtime.
Merge branch 'master' of git@github.com:wycats/merb-core
Merb::BootLoader::Templates now uses _template_roots not just _template_root
add in support for core tasks, and first core task -- routes
Fix Webrick support by preferring REQUEST_PATH over REQUEST_URI
Changed Merb::BootLoader::BeforeAppRuns into Merb::BootLoader::BeforeAppLoads which matches Merb::BootLoader::AfterAppLoads
Added option to Controller#redirect(url, permanent) so 301 responses can be returned as well
Bump version in core to 0.9.4.
throw argument error when filter receives an invalid option
spec for ticket 307
Update GitHub gemspec.
fixed description of daemonize spec in Merb::Config
Trick Git: change SHA1 of tree to push recent binary files changes.
Add PNG version of call stack diagram
Add call stack diagram source file, in Mind Manager format.
Add expanded call stack diagram: probably Git does not work perfectly with binary diffs.
Temporarily wipe out call stack diagram
Expand all nodes on call stack diagram.
Add Merb core call stack (yet to be finished).
Merge git://github.com/heypanda/merb-core