public
Description: Friendly community site for Grails developers Worldwide
Homepage: http://grailscrowd.com
Clone URL: git://github.com/dima767/grails-crowd.git
Commented out the test data bootstrap
dima767 (author)
Sat Nov 01 20:34:32 -0700 2008
commit  99af9fcf3df9190fa1a83c0b8a6def57e6be9d8a
tree    7a6abe56bb62935e20c94dafda589155215d7f48
parent  fafb00e81e5113b06d4ca31d3bd3c80a9e1b4d1b
...
6
7
8
9
 
10
11
12
...
26
27
28
29
 
30
31
32
...
6
7
8
 
9
10
11
12
...
26
27
28
 
29
30
31
32
0
@@ -6,7 +6,7 @@ class BootStrap {
0
 
0
     def init = {servletContext ->
0
         //Just for testing
0
-        for (i in 1..10) {
0
+        /*for (i in 1..10) {
0
             new Member(name: "name$i", email: "name$i@gmail.com", password: "passwd$i", displayName: "Name $i",
0
             about: "hello", mailbox: new Mailbox()).save(flush: true)
0
         }
0
@@ -26,7 +26,7 @@ class BootStrap {
0
                 primaryLocation: 'USA',
0
                 architectureDescription: 'Rich UI (Flex) based application with Grails backend. Has Atom feeds and number of plugins',
0
                 tagTokens: 'grails,flex,social network'.encodeAsUniqueList(),
0
-                creatorMember)
0
+                creatorMember) */
0
     }
0
 
0
     def destroy = {

Comments