GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Tell what's actually started when Dispatcher begins to handle request.
Tue Jun 24 15:54:43 -0700 2008
commit  0f7f7d5c8bfdc768d921b0dee463aac25b41d9c3
tree    03b871d59e42e9efe995ca79333afad6863baa92
parent  1f1da9f29c71c2149b7a425c8de90e067ef9ec0a
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@ class Merb::Dispatcher
0
     def handle(rack_env)
0
       start = Time.now
0
       request = Merb::Request.new(rack_env)
0
- Merb.logger.info "Start: #{start.to_s}"
0
+ Merb.logger.info "Started request handling: #{start.to_s}"
0
       
0
       route_index, route_params = Merb::Router.match(request)
0
       

Comments

    No one has commented yet.