public
Description: Every Rails page has footnotes that link give request information and link back to your source via TextMate [extracted from Rails TextMate bundle project]
Clone URL: git://github.com/drnic/rails-footnotes.git
Search Repo:
Fixes in ViewNote and FiltersNote
josevalim (author)
Wed Jun 11 23:40:49 -0700 2008
commit  15e2cb7661a752659bb057ae13df57a07fce55fe
tree    65e3ea6b4fae9fc30fe480e2c00b3f315c251528
parent  d3643b730fede0d5f0793cce334b6d4783fc9fbc
...
49
50
51
52
 
53
54
55
...
49
50
51
 
52
53
54
55
0
@@ -49,7 +49,7 @@ module Footnotes
0
           }.map(&:to_sym)
0
         end
0
         
0
- def parse_method(method)
0
+ def parse_method(method = '')
0
           escape(method.inspect.gsub(RAILS_ROOT, ''))
0
         end
0
     end
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ module Footnotes
0
       end
0
 
0
       def valid?
0
- template_path && prefix?
0
+ template_path && prefix? && @template.respond_to?(:finder)
0
       end
0
 
0
       protected

Comments

    No one has commented yet.