public
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-more.git
Fix merb-flat and merb-very-flat generators

Signed-off-by: Ezra Zygmuntowicz <ez@engineyard.com>
daikini (author)
Mon Mar 24 20:07:03 -0700 2008
ezmobius (committer)
Mon Mar 24 20:10:21 -0700 2008
commit  30569d2d2708d6d8d21522fb2b220e87e8b4e663
tree    7794f77e17e3c3b76a2b9c61efb7fbbedefd6739
parent  7692d2d255e5136019354cdf4253f471ba54c53b
...
1
2
3
4
 
5
...
1
2
 
3
4
5
0
@@ -1,3 +1,3 @@
0
 Hello Application
0
 
0
-<%= params.inspect %>
0
\ No newline at end of file
0
+<%%= params.inspect %>
0
\ No newline at end of file
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@ module Merb::GeneratorHelpers
0
       templates.each do |filename|
0
         m.template(
0
           file_name(dir, filename),
0
- file_name(interpolate_path(dir), filename)
0
+ file_name(interpolate_path(dir), interpolate_path(filename))
0
         )
0
       end
0
     end

Comments

    No one has commented yet.