public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Fixed Error generating mack application [#112 state:resolved]
markbates (author)
Thu Aug 21 12:52:28 -0700 2008
commit  a79056ef536117603871dadaa567d73b8bfe8d15
tree    39f4d48596ee6c832aeb95ad44802a5992ce9a3c
parent  f13522e8a4858c65b666d93b750b8f1309c0c7f0
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+* [#112] Error generating mack application
0
 * [#109] DataMapper 0.9.4
0
 * [#103] Log colors for the console are now configurable per log level.
0
 * [#102] New association method in data_factory
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@
0
 <head>
0
   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
0
   <title><%%= controller.controller_name %>: <%%= controller.action_name %></title>
0
-  <%= stylesheet 'scaffold.css' %>
0
+  <%%= stylesheet 'scaffold.css' %>
0
 </head>
0
 <body>
0
 
...
12
13
14
15
16
 
 
17
18
19
...
12
13
14
 
 
15
16
17
18
19
0
@@ -12,8 +12,8 @@
0
 # 
0
 # Examples:
0
 # default.yml:
0
-#   default_time_limit: <%= 15.minutes %>
0
-#   api::timeout_limit: <%= 15.seconds %>
0
+#   default_time_limit: <%%= 15.minutes %>
0
+#   api::timeout_limit: <%%= 15.seconds %>
0
 # 
0
 # app_config.default_time_limit # => 900
0
 # app_config.api.timeout_limit # => 15

Comments