public
Rubygem
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/joe/merb-core.git
Update change log.
Mon Aug 25 14:32:40 -0700 2008
commit  17fc8335b07ff5a5a90d28660d518134d1133cd2
tree    3ab4dce7613bc036f575c686b5bd80f3532f6819
parent  12aa8d7d7c967ce755bfeb8a15cd98d4f2a14835
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0
@@ -1,3 +1,33 @@
0
+== 0.9.5 "Knife and Spoons" 2008-26-08
0
+* Add Hpricot to dependencies: provided RSpec matchers depend on it.
0
+* Documentation fixes
0
+* Make Rack application set Date header as required by RFC2616.
0
+* Port Django's conditional GET middleware to Rack.
0
+* Fix passenger issue
0
+* Make Autotest consume less CPU by adding excludes.
0
+* Add extract! experimentally
0
+* Adds dev deps on rake install
0
+* Add necessary dev dependencies
0
+* Make route_to(...).with matcher work properly with empty hashes
0
+* Make Merb::Request#query_parse a bit faster.
0
+* Speed up dispatcher specs by using libxml
0
+* throw :halt, nil spec
0
+* More rigid specs
0
+* merb-core really cannot use >= with extlib 0.9.3 at this point, so update gemspec
0
+* Use Logger from Extlib
0
+* Fix issue with Safari having weird ordering by fixing the issue in general.
0
+* Fixes up a bunch of specs
0
+* Add ContentLength middleware.
0
+* Rename Rack middleware spec file
0
+* Add Tracer middleware.
0
+* Improve the documentation of AbstractController.
0
+* Move Merb::Rack::Middleware#deferred\? to Merb::Rack::Application.
0
+* No longer use Pathname for Merb.root and friends.
0
+* fixed merb_erb bug
0
+* readded _generator_scope methods with deprecation warnings
0
+* added use_template_engine method and removed generator_scope code that is no longer needed
0
+* Add clear_content to renderer
0
+
0
 == 0.9.4 "Leave No Broken Windows" 2008-12-08
0
 * Update required Ruby version to 1.8.6.
0
 * Make dispatch_to set params[:controller] and params[:action].

Comments

    No one has commented yet.