0
== 0.9.1 "Some are half-wild, and some are just outlaws." 2008-02-29
0
+* As a last resort, look for */* in the formats before throwing NotAcceptable (TODO: Clean this up)
0
+* Fix perform_content_negotiation to correctly handle :format in params. Fix render_* to correctly return the correct content_type.
0
+* remove hooks.rb, they were premature and only used in one place
0
+* fix evented mongrel to not go crazy
0
+* Calling /foo.pdf should throw a 406 if :pdf is not a registered mime.
0
+* touch up dispatcher a bit, remove some un-needed code from the hot path
0
+* fix dispatcher to not parse the params twice, still supports request_params
0
+* fix Exception in exception.html.erb
0
+* moved rspec rake tasks into core. Added Merb.rakefiles, which is now used by Merb::Plugins.rakefiles. Changed Kernel#use_test to only load dependency arguments when Merb.env is nil or test.
0
+* do not load test framework unless Merb.env == 'test'
0
+* Use new Object.make_module to create the module instead of old hackish solution.
0
+* Don't clear our mimes previously defined.
0
+* Fixed clean task deleting everything in the lib folder
0
+* Kernel#dependency requires gems/files in a before_app_loads block.
0
+* Move dependency loading after framework and look for framework.rb
0
+* Creates helper stub modules for controllers.
0
+* fix blank path error.
0
* add named routes to error page
0
* updates to nested resources
0
* get autotest working for merb-core
0
* Fix filter specs to respect append order of filters.
0
* check for empty string before calling to_sym on the format parameter
0
* fake requests are incorrectly loading controller classes with namespaces
0
-* Fix the RubyGems monkeypatch by testing for Merb.root instead of looking
0
+* Fix the RubyGems monkeypatch by testing for Merb.root instead of looking in $"
0
* fix core spec dependency on merb_rspec
0
* Replace calls to puts with Merb.logger
0
* Fix problem with static files, use Proc === body
Comments
No one has commented yet.