git clone git://github.com/wycats/merb-core.git
0.9.3 changelog
Remove special case for dm-core in use_orm
removing __app_file_trace__ since it doesn't work.
Merge branch 'master' of git@github.com:wycats/merb-core into wycats
Add Emacs TAGS to ignore
Explain Merb application layouts in documentation.
Merge branch 'master' of git@github.com:wycats/merb-core
Allow http status to be a symbol - refactored String snake_case method
Explain how to set up /lib autoload in documentation.
Make change_priveledge actually work
bump merb-core version to 0.9.3 in prep for release.
Merge branch 'pidfiles_cluster_fix' of git://github.com/gabriel/merb-core
Add new -R/--rackup option to the full(-ish) list of options.
Provide opts for alternate rackup config path. This is consistent with --rackup option for thin and gives a little more freedom to specify the rackup config (instead of being forced to rack.rb).
Testing Merb::Test::RequestHelper#request method to properly handle namespaced routes
test request helpers support namespaced routes
Added parentheses to be_kind_of to get rid of warnings when running application_spec.rb
Fixing pidfiles glob on cluster and pidfile argument
replaced nested 'if' with an 'elseif'
params array serialization
Merge branch 'master' into wycats
Added handling of INT signal for Merb server in foreground mode
Remove redundant unescape for cookie string
Ensure that Merb::Logger doesn't try to close terminal streams.
Added support for multiple keys to designate a resource. For use with Datamapper composite keys support http://www.datamapper.org/articles/spotlight_on_cpk.html
Make Provide controller matcher doc conform to Merb standards.