public
Description: A modified CRUD generator for Rails, more for solving my own needs
Homepage: http://blog.choonkeat.com/
Clone URL: git://github.com/choonkeat/better_scaffold.git
Search Repo:
bugfix: generated helper is now web_sg_form enabled, layout carries the 
javascript_include_tag (ready for uncommenting, i always forget the 
syntax)
choonkeat (author)
Thu Jun 05 00:11:06 -0700 2008
commit  a4d024fdfef1e136feacab339ebd5ded7fc1fcc4
tree    fccaf87c0f4eeaab98d504bef32e40d2e0ac7466
parent  1bbed5f59d8669fb65b3d4487617b48c2b3edb50
...
1
 
2
...
1
2
3
0
@@ -1,2 +1,3 @@
0
 module <%= controller_class_name %>Helper
0
+ include ::WebSgFormHelper
0
 end
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@
0
   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
0
   <title><%= controller_class_name %>: <%%= controller.action_name %></title>
0
   <%%= stylesheet_link_tag 'scaffold' %>
0
+ <!-- <%%= javascript_include_tag :defaults %> -->
0
 </head>
0
 <body>
0
 

Comments

    No one has commented yet.