GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a website in ruby on rails for design showcases. will be used at plasticpilots.com
Clone URL: git://github.com/TomK32/plasticairships.git
updated goldberg db fixtures
* added role guest
* removed unused controllers
* fixed controller name
TomK32 (author)
Mon Jun 16 08:32:38 -0700 2008
commit  ecbd4222ee98c198c7eb538091f4fe12e4eee147
tree    9b6e4769e828c2c83a1b36c0343dc01d626841d3
parent  1689aae775d536f5141bd403c9b860852d380611
...
1
2
3
 
4
5
6
...
9
10
11
12
 
13
14
15
...
18
19
20
21
 
22
23
24
...
27
28
29
30
 
31
32
33
...
35
36
37
 
 
 
 
 
 
 
 
 
 
38
...
1
2
 
3
4
5
6
...
9
10
11
 
12
13
14
15
...
18
19
20
 
21
22
23
24
...
27
28
29
 
30
31
32
33
...
35
36
37
38
39
40
41
42
43
44
45
46
47
48
0
@@ -1,6 +1,6 @@
0
 ---
0
 - name: Public
0
- updated_at: 2008-06-06 21:41:13 Z
0
+ updated_at: 2008-06-13 13:07:48 Z
0
   start_path:
0
   default_page_id:
0
   cache:
0
@@ -9,7 +9,7 @@
0
   parent_id:
0
   created_at: 2006-06-23 21:03:49 Z
0
 - name: Member
0
- updated_at: 2008-06-06 21:41:14 Z
0
+ updated_at: 2008-06-13 13:07:48 Z
0
   start_path:
0
   default_page_id:
0
   cache:
0
@@ -18,7 +18,7 @@
0
   parent_id: 1
0
   created_at: 2006-06-23 21:03:50 Z
0
 - name: Administrator
0
- updated_at: 2008-06-06 21:41:14 Z
0
+ updated_at: 2008-06-13 13:07:48 Z
0
   start_path: /menu/admin
0
   default_page_id: 8
0
   cache:
0
@@ -27,7 +27,7 @@
0
   parent_id: 4
0
   created_at: 2006-06-23 21:03:48 Z
0
 - name: Moderator
0
- updated_at: 2008-06-06 21:41:14 Z
0
+ updated_at: 2008-06-13 13:07:48 Z
0
   start_path: ""
0
   default_page_id:
0
   cache:
0
@@ -35,3 +35,13 @@
0
   description: ""
0
   parent_id: 2
0
   created_at: 2008-05-18 22:27:56 Z
0
+- name: Guest
0
+ updated_at:
0
+ start_path: ""
0
+ default_page_id:
0
+ cache:
0
+ id: 5
0
+ description: ""
0
+ parent_id: 1
0
+ created_at: 2008-05-18 22:27:56 Z
0
+
0
\ No newline at end of file
...
43
44
45
46
 
47
48
49
...
55
56
57
58
59
60
61
62
63
64
...
70
71
72
73
74
75
76
77
 
78
...
43
44
45
 
46
47
48
49
...
55
56
57
 
 
 
 
58
59
60
...
66
67
68
 
 
 
 
 
69
70
0
@@ -43,7 +43,7 @@
0
   permission_id: 6
0
   id: 12
0
   builtin: 0
0
-- name: comments
0
+- name: post/comments
0
   permission_id: 6
0
   id: 13
0
   builtin: 0
0
@@ -55,10 +55,6 @@
0
   permission_id: 6
0
   id: 15
0
   builtin: 0
0
-- name: dashboard
0
- permission_id: 5
0
- id: 16
0
- builtin: 0
0
 - name: front
0
   permission_id: 4
0
   id: 18
0
@@ -70,8 +66,4 @@
0
 - name: site/assets
0
   permission_id: 6
0
   id: 21
0
- builtin: 0
0
-- name: tags
0
- permission_id: 4
0
- id: 22
0
- builtin: 0
0
+ builtin: 0
0
\ No newline at end of file
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@
0
   self_reg_confirmation_required:
0
   role_id: 3
0
   password_salt:
0
- fullname: Thomas R. Koll
0
+ fullname: Administrator
0
   id: 2
0
   password_changed_at:
0
   password: d033e22ae348aeb5660fc2140aec35850c4da997

Comments

    No one has commented yet.