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
Search Repo:
Merge branch 'master' of git@github.com:wycats/merb-core
wycats (author)
Tue Mar 04 18:27:53 -0800 2008
commit  0fc1a185a418061c06597f032f9a5e551719c1a4
tree    74e85ec6a354d0d5a091b6b86be81f3649b12440
parent  e442ea7787b119a127633ad9c28d57ee2a32505f parent  f891d8dbec205bc81eb1bf733f9079025b03a362
...
22
23
24
25
26
27
28
29
30
...
22
23
24
 
25
 
26
27
28
0
@@ -22,9 +22,7 @@
0
 # Require this rather than autoloading it so we can be sure the default template
0
 # gets registered
0
 require 'merb-core/core_ext'
0
-require 'merb-core/hook'
0
 require "merb-core/controller/template"
0
-require "merb-core/hook"
0
 
0
 module Merb
0
   module InlineTemplates; end
...
69
70
71
72
73
74
75
...
186
187
188
189
 
190
191
192
...
69
70
71
 
72
73
74
...
185
186
187
 
188
189
190
191
0
@@ -69,7 +69,6 @@
0
 class Merb::AbstractController
0
   include Merb::RenderMixin
0
   include Merb::InlineTemplates
0
- is_hookable
0
   
0
   class_inheritable_accessor :_before_filters, :_after_filters, :_layout, :_template_root
0
 
0
@@ -186,7 +185,7 @@
0
     @_template_stack = []
0
   end
0
   
0
- # This will dispatch the request, calling before and after dispatch hooks
0
+ # This will dispatch the request, calling setup_session and finalize_session
0
   #
0
   # ==== Parameters
0
   # action<~to_s>::

Comments

    No one has commented yet.