public
Description: A simple and easy to use generator system for Ruby
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/genosaurus.git
Search Repo:
Now raising an exception if unable to figure out the 
templates_directory_path and manifest_path dynamically. [#1 
state:resolved]
markbates (author)
Wed May 14 20:54:23 -0700 2008
commit  0ea110e16dab2c0295e357ac73d954596d3ae0c0
tree    6dc2870a834f8013ed7c22a9e05d2b1394eb3a86
parent  8422722d77fcbadab346efd7cd8bdd870ff03d45
...
36
37
38
 
 
39
40
41
...
36
37
38
39
40
41
42
43
0
@@ -36,6 +36,8 @@
0
         @templates_directory_path = File.join(File.dirname(f), "templates")
0
         @manifest_path = File.join(File.dirname(f), "manifest.yml")
0
       end
0
+ else
0
+ raise "Unable to dynamically figure out your templates_directory_path and manifest_path! Please implement these methods and let Genosaurus know where to find these things. Thanks."
0
     end
0
     setup
0
   end

Comments

    No one has commented yet.