public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/auser/merb-core.git
Search Repo:
update changelog
ezmobius (author)
Tue Mar 04 22:25:17 -0800 2008
commit  d06148fec38a07aa50ac09e7ec12f71ca0f7f2e8
tree    47796f22f4e4f125a0b5683b46092472b45a4388
parent  384685cc991b912aa369c95f0345294c3c1ac510
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
...
51
52
53
54
55
 
56
57
58
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
70
71
72
 
 
73
74
75
76
0
@@ -1,4 +1,23 @@
0
 == 0.9.1 "Some are half-wild, and some are just outlaws." 2008-02-29
0
+
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
+* Cooler errors
0
 * add named routes to error page
0
 * updates to nested resources
0
 * get autotest working for merb-core
0
@@ -51,8 +70,7 @@
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
- in $"
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.