gitpartyguest 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. data/.gitignore +17 -16
  2. data/Gemfile +2 -39
  3. data/{gitpartyguest/LICENSE → LICENSE} +0 -0
  4. data/README.md +28 -3
  5. data/Rakefile +1 -6
  6. data/{gitpartyguest/gitpartyguest.gemspec → gitpartyguest.gemspec} +3 -4
  7. data/{gitpartyguest/lib → lib}/gitpartyguest/version.rb +1 -1
  8. data/{gitpartyguest/lib → lib}/gitpartyguest.rb +1 -0
  9. metadata +8 -102
  10. data/.idea/.generators +0 -8
  11. data/.idea/.name +0 -1
  12. data/.idea/.rakeTasks +0 -7
  13. data/.idea/encodings.xml +0 -5
  14. data/.idea/misc.xml +0 -8
  15. data/.idea/modules.xml +0 -9
  16. data/.idea/scopes/scope_settings.xml +0 -5
  17. data/.idea/sf_frontend_site.iml +0 -66
  18. data/.idea/vcs.xml +0 -7
  19. data/.idea/workspace.xml +0 -890
  20. data/Gemfile.lock +0 -134
  21. data/README.rdoc +0 -261
  22. data/app/assets/images/rails.png +0 -0
  23. data/app/assets/javascripts/application.js +0 -15
  24. data/app/assets/stylesheets/application.css +0 -13
  25. data/app/controllers/application_controller.rb +0 -3
  26. data/app/controllers/update_controller.rb +0 -24
  27. data/app/helpers/application_helper.rb +0 -2
  28. data/app/mailers/.gitkeep +0 -0
  29. data/app/models/.gitkeep +0 -0
  30. data/app/models/git_party_guest.rb +0 -41
  31. data/app/views/layouts/application.html.erb +0 -14
  32. data/app/views/update/index.html.erb +0 -2
  33. data/app/views/update/show.html.erb +0 -2
  34. data/config/application.rb +0 -62
  35. data/config/boot.rb +0 -6
  36. data/config/database.yml +0 -25
  37. data/config/environment.rb +0 -5
  38. data/config/environments/development.rb +0 -37
  39. data/config/environments/production.rb +0 -67
  40. data/config/environments/test.rb +0 -37
  41. data/config/initializers/backtrace_silencers.rb +0 -7
  42. data/config/initializers/inflections.rb +0 -15
  43. data/config/initializers/mime_types.rb +0 -5
  44. data/config/initializers/repo_init.rb +0 -11
  45. data/config/initializers/secret_token.rb +0 -7
  46. data/config/initializers/session_store.rb +0 -8
  47. data/config/initializers/wrap_parameters.rb +0 -14
  48. data/config/locales/en.yml +0 -5
  49. data/config/routes.rb +0 -61
  50. data/config.ru +0 -4
  51. data/db/seeds.rb +0 -7
  52. data/doc/README_FOR_APP +0 -2
  53. data/gitpartyguest/.gitignore +0 -17
  54. data/gitpartyguest/Gemfile +0 -6
  55. data/gitpartyguest/README.md +0 -29
  56. data/gitpartyguest/Rakefile +0 -2
  57. data/gitpartyguest/config/initalizers/repo_init.rb +0 -11
  58. data/gitpartyguest/config/routes.rb +0 -3
  59. data/lib/assets/.gitkeep +0 -0
  60. data/lib/tasks/.gitkeep +0 -0
  61. data/log/.gitkeep +0 -0
  62. data/public/2012/07/11/1342023312-blah/index.html +0 -61
  63. data/public/2012/07/11/1342023388-post2/index.html +0 -61
  64. data/public/2012/07/11/1342023521-title_goes_here/index.html +0 -61
  65. data/public/2012/07/11/1342031212-title_goes_here/index.html +0 -61
  66. data/public/2012/07/11/1342031484-ok_now/index.html +0 -61
  67. data/public/401.html +0 -26
  68. data/public/404.html +0 -26
  69. data/public/422.html +0 -26
  70. data/public/500.html +0 -25
  71. data/public/Posts/index.html +0 -150
  72. data/public/Preview/index.html +0 -158
  73. data/public/README.md +0 -4
  74. data/public/css/preview_style.css +0 -52
  75. data/public/css/style.css +0 -23
  76. data/public/favicon.ico +0 -0
  77. data/public/home/index.html +0 -34
  78. data/public/index.html +0 -28
  79. data/public/media/SFbloghdrAS.png +0 -0
  80. data/public/media/banner.jpg +0 -0
  81. data/public/media/bikes.jpg +0 -0
  82. data/public/media/bridge.jpg +0 -0
  83. data/public/media/wing.jpg +0 -0
  84. data/public/robots.txt +0 -5
  85. data/script/rails +0 -6
  86. data/test/fixtures/.gitkeep +0 -0
  87. data/test/functional/.gitkeep +0 -0
  88. data/test/integration/.gitkeep +0 -0
  89. data/test/performance/browsing_test.rb +0 -12
  90. data/test/test_helper.rb +0 -13
  91. data/test/unit/.gitkeep +0 -0
  92. data/vendor/assets/javascripts/.gitkeep +0 -0
  93. data/vendor/assets/stylesheets/.gitkeep +0 -0
  94. data/vendor/plugins/.gitkeep +0 -0
data/public/401.html DELETED
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>You can't access this page fool! (401)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/401.html -->
21
- <div class="dialog">
22
- <h1>The page you tried to access is off limits!</h1>
23
- <p>Going to this page is not allowed by anyone who doesn't have proper access.</p>
24
- </div>
25
- </body>
26
- </html>
data/public/404.html DELETED
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/404.html -->
21
- <div class="dialog">
22
- <h1>The page you were looking for doesn't exist.</h1>
23
- <p>You may have mistyped the address or the page may have moved.</p>
24
- </div>
25
- </body>
26
- </html>
data/public/422.html DELETED
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/422.html -->
21
- <div class="dialog">
22
- <h1>The change you wanted was rejected.</h1>
23
- <p>Maybe you tried to change something you didn't have access to.</p>
24
- </div>
25
- </body>
26
- </html>
data/public/500.html DELETED
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/500.html -->
21
- <div class="dialog">
22
- <h1>We're sorry, but something went wrong.</h1>
23
- </div>
24
- </body>
25
- </html>
@@ -1,150 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset=utf_8 />
5
- <title> Portfolio | Sourcefire blog application </title>
6
- <link rel="stylesheet" href="/css/style.css" />
7
- </head>
8
-
9
- <body>
10
- <div id="main">
11
- <header>
12
- <img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
13
- </header>
14
-
15
-
16
- <div id="contextual-toolbar" >
17
- <div class="sidebar_content">
18
- <h2>RssFeed</h2>
19
- </div>
20
- <div class="sidebar_content">
21
- <h2>Subscribe email</h2>
22
- </div>
23
-
24
- <div class="sidebar_content">
25
- <h2>Popular posts</h2>
26
- </div>
27
-
28
- <div class="sidebar_content">
29
- <h2>Resources</h2>
30
- </div>
31
-
32
- <div class="sidebar_content">
33
- <h2>Twitter</h2>
34
- </div>
35
-
36
- <div class="sidebar_content">
37
- <h2>Facebook</h2>
38
- </div>
39
-
40
- <div class="sidebar_content">
41
- <h2>Archive</h2>
42
- </div>
43
-
44
- <div class="sidebar_content">
45
- <h2>Contributors</h2>
46
- </div>
47
-
48
-
49
- </div> <!-- end id="contextual-toolbar" -->
50
-
51
-
52
-
53
-
54
- <div class="content">
55
- <div id="recent-posts">
56
-
57
-
58
- <div id="post">
59
- <h4>Wednesday, July 11th, 2012</h4>
60
- <hr>
61
- <a href="/2012/07/11/1342031484-ok_now/"><h3>ok now</h3></a>
62
- <p>posted by <b>Author goes here</b></p>
63
- <p><p>
64
- iiiii uuuu</p>
65
- </p>
66
- <p>comma separated labels</p>
67
- <br>
68
- <br>
69
- </div>
70
- <br>
71
-
72
-
73
- <div id="post">
74
- <h4>Wednesday, July 11th, 2012</h4>
75
- <hr>
76
- <a href="/2012/07/11/1342031212-title_goes_here/"><h3>Title goes here</h3></a>
77
- <p>posted by <b>Author goes here</b></p>
78
- <p><p>
79
- ijjk</p>
80
- </p>
81
- <p>comma separated labels</p>
82
- <br>
83
- <br>
84
- </div>
85
- <br>
86
-
87
-
88
- <div id="post">
89
- <h4>Wednesday, July 11th, 2012</h4>
90
- <hr>
91
- <a href="/2012/07/11/1342023521-title_goes_here/"><h3>Title goes here</h3></a>
92
- <p>posted by <b>Author goes here</b></p>
93
- <p><p>
94
- asgd</p>
95
- </p>
96
- <p>comma separated labels</p>
97
- <br>
98
- <br>
99
- </div>
100
- <br>
101
-
102
-
103
- <div id="post">
104
- <h4>Wednesday, July 11th, 2012</h4>
105
- <hr>
106
- <a href="/2012/07/11/1342023388-post2/"><h3>Post2</h3></a>
107
- <p>posted by <b>Author goes here</b></p>
108
- <p><p>
109
- Post only this</p>
110
- </p>
111
- <p>comma separated labels</p>
112
- <br>
113
- <br>
114
- </div>
115
- <br>
116
-
117
-
118
- <div id="post">
119
- <h4>Wednesday, July 11th, 2012</h4>
120
- <hr>
121
- <a href="/2012/07/11/1342023312-blah/"><h3>Blah</h3></a>
122
- <p>posted by <b>Nick Herbert</b></p>
123
- <p><p>
124
- DO thi. NOAhaf</p>
125
- </p>
126
- <p>comma separated labels</p>
127
- <br>
128
- <br>
129
- </div>
130
- <br>
131
-
132
- <br>
133
- </div>
134
-
135
-
136
- <div style="clear:left;">&nbsp;</div>
137
-
138
- </div> <!-- end id="blah" -->
139
-
140
-
141
-
142
- <div style="clear:right;">&nbsp;</div>
143
- <div id="footer">
144
-
145
- <p>&copy; SourceFire Inc. test blog app 2011 | all rights reserved. </p>
146
- </div> <!-- end id="footer" -->
147
-
148
- </div> <!-- end id="main" -->
149
- </body>
150
- </html>
@@ -1,158 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset=utf_8 />
5
- <title> Portfolio | Sourcefire blog application </title>
6
- <link rel="stylesheet" href="/css/preview_style.css" />
7
- </head>
8
-
9
- <body>
10
- <div id="user_nav" >
11
- <ul class="dashboard">
12
- <li><a href="/posts/new">New post</a></li>
13
- <li><a href="/posts">View posts</a></li>
14
- <li><a href="/Preview">View blog</a></li>
15
- </ul>
16
- </div>
17
- <div id="main">
18
-
19
- <header>
20
- <img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
21
- </header>
22
-
23
-
24
- <div id="contextual-toolbar" >
25
- <div class="sidebar_content">
26
- <h2>RssFeed</h2>
27
- </div>
28
- <div class="sidebar_content">
29
- <h2>Subscribe email</h2>
30
- </div>
31
-
32
- <div class="sidebar_content">
33
- <h2>Popular posts</h2>
34
- </div>
35
-
36
- <div class="sidebar_content">
37
- <h2>Resources</h2>
38
- </div>
39
-
40
- <div class="sidebar_content">
41
- <h2>Twitter</h2>
42
- </div>
43
-
44
- <div class="sidebar_content">
45
- <h2>Facebook</h2>
46
- </div>
47
-
48
- <div class="sidebar_content">
49
- <h2>Archive</h2>
50
- </div>
51
-
52
- <div class="sidebar_content">
53
- <h2>Contributors</h2>
54
- </div>
55
-
56
-
57
- </div> <!-- end id="contextual-toolbar" -->
58
-
59
-
60
-
61
-
62
- <div class="content">
63
- <div id="recent-posts">
64
-
65
-
66
- <div id="post">
67
- <h4>Wednesday, July 11th, 2012</h4>
68
- <hr>
69
- <a href="/2012/07/11/1342031484-ok_now/"><h3>ok now</h3></a>
70
- <p>posted by <b>Author goes here</b></p>
71
- <p><p>
72
- iiiii uuuu</p>
73
- </p>
74
- <p>comma separated labels</p>
75
- <br>
76
- <br>
77
- </div>
78
- <br>
79
-
80
-
81
- <div id="post">
82
- <h4>Wednesday, July 11th, 2012</h4>
83
- <hr>
84
- <a href="/2012/07/11/1342031212-title_goes_here/"><h3>Title goes here</h3></a>
85
- <p>posted by <b>Author goes here</b></p>
86
- <p><p>
87
- ijjk</p>
88
- </p>
89
- <p>comma separated labels</p>
90
- <br>
91
- <br>
92
- </div>
93
- <br>
94
-
95
-
96
- <div id="post">
97
- <h4>Wednesday, July 11th, 2012</h4>
98
- <hr>
99
- <a href="/2012/07/11/1342023521-title_goes_here/"><h3>Title goes here</h3></a>
100
- <p>posted by <b>Author goes here</b></p>
101
- <p><p>
102
- asgd</p>
103
- </p>
104
- <p>comma separated labels</p>
105
- <br>
106
- <br>
107
- </div>
108
- <br>
109
-
110
-
111
- <div id="post">
112
- <h4>Wednesday, July 11th, 2012</h4>
113
- <hr>
114
- <a href="/2012/07/11/1342023388-post2/"><h3>Post2</h3></a>
115
- <p>posted by <b>Author goes here</b></p>
116
- <p><p>
117
- Post only this</p>
118
- </p>
119
- <p>comma separated labels</p>
120
- <br>
121
- <br>
122
- </div>
123
- <br>
124
-
125
-
126
- <div id="post">
127
- <h4>Wednesday, July 11th, 2012</h4>
128
- <hr>
129
- <a href="/2012/07/11/1342023312-blah/"><h3>Blah</h3></a>
130
- <p>posted by <b>Nick Herbert</b></p>
131
- <p><p>
132
- DO thi. NOAhaf</p>
133
- </p>
134
- <p>comma separated labels</p>
135
- <br>
136
- <br>
137
- </div>
138
- <br>
139
-
140
- <br>
141
- </div>
142
-
143
-
144
- <div style="clear:left;">&nbsp;</div>
145
-
146
- </div> <!-- end id="blah" -->
147
-
148
-
149
-
150
- <div style="clear:right;">&nbsp;</div>
151
- <div id="footer">
152
-
153
- <p>&copy; SourceFire Inc. test blog app 2011 | all rights reserved. </p>
154
- </div> <!-- end id="footer" -->
155
-
156
- </div> <!-- end id="main" -->
157
- </body>
158
- </html>
data/public/README.md DELETED
@@ -1,4 +0,0 @@
1
- SFBlogRepo
2
- ==========
3
-
4
- This repo contains the blog site information
@@ -1,52 +0,0 @@
1
- html, body { background:#eee; color:#222;font-family:"Helvetica", sans-serif;margin:0;padding:0; }
2
-
3
- div#contextual-toolbar { margin-left:20px; margin-top:-10px; padding:10px;width:200px;float:right; }
4
-
5
-
6
- ul { margin: 0; padding: 0;}
7
- a {color: #555; text-decoration: none; }
8
-
9
- a:hover {color: #933;text-decoration: underline;}
10
-
11
- #main {width: 960px;margin: 0 auto;background: #eee}
12
- header {padding: 0px;overflow: hidden;background: #eee;text-align: center;}
13
- h1 {margin: 0;}
14
- h4 {margin: 0;font-size: .2em;}
15
- p {font-size: .75em;}
16
-
17
-
18
- .content {padding: 10px;background-color:#eee; border-right:220px solid #eee;}
19
- .sidebar_content{margin-top: 10px; padding: 2px; background-color: #fff;-moz-box-shadow: 0 0 30px #aaa; box-shadow: 0 0 30px #aaa; }
20
-
21
- div#footer {background-color: #919491; color:#ddd; border-top:3px solid #f0f0f0;clear:left;text-align: center; }
22
- div#recent-posts { background-color: #eee}
23
- div#post{background-color: #fff; padding:1em; -moz-box-shadow: 0 0 30px #aaa; box-shadow: 0 0 30px #aaa;}
24
-
25
- div#user_nav{text-align:right;font-size: 1em;background-color: #eee; color:#fff; width: 100%;}
26
- div#user_nav a{color: #eee;}
27
- div#user_nav a:hover{background-color: #Af0A09;color: #2f0808;}
28
- div#login-header{padding-right: 15px;}
29
-
30
- ul.dashboard{ font: normal .85em Helvetica;
31
- border-bottom-left-radius:15px; border-bottom-right-radius:15px;border: 2px solid black;
32
- background-image: -moz-linear-gradient(bottom, rgb(110,110,110) 0%, rgb(50,50,50) 85%, rgb(13,13,13) 100%);
33
- background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(110,110,110)),color-stop(0.85, rgb(50,50,50)),color-stop(1, rgb(13,13,13)));
34
- padding: 5px 0 5px 0; margin-top: -4px;text-align: left; }
35
- ul.dashboard li{ display: inline; }
36
- ul.dashboard li a{color:black; padding: 6px 8px 6px 8px; margin-right: 7px; margin-left: 7px; text-decoration: none; }
37
- ul.dashboard li a:hover, ul.dashboard li a.selected{ color:#ccc;
38
- border-bottom-left-radius:15px; border-bottom-right-radius:15px;
39
- background-image: -moz-linear-gradient(bottom, rgba(161,34,38,.2) 48%, rgba(201,56,61,.5) 70%, rgba(222,98,104,1) 85%);
40
- background-image: -webkit-gradient(
41
- linear,
42
- left bottom,
43
- left top,
44
- color-stop(0.48, rgba(161,34,38,.20)),
45
- color-stop(0.7, rgba(201,56,61,.50)),
46
- color-stop(0.85, rgba(222,98,104,1))
47
- );
48
- -moz-box-shadow: 0 0 5px #595959; /* CSS3 box shadows */
49
- box-shadow: 0 0 5px #595959;
50
- padding-top: 12px; /* large padding to get menu item to protrude upwards */
51
- padding-bottom: 10px; /* large padding to get menu item to protrude downwards */
52
- }
data/public/css/style.css DELETED
@@ -1,23 +0,0 @@
1
- html, body { background:#eee; color:#222;font-family:"Helvetica", sans-serif;margin:0;padding:0; }
2
-
3
- div#contextual-toolbar { margin-left:20px; margin-top:-10px; padding:10px;width:200px;float:right; }
4
-
5
-
6
- ul { margin: 0; padding: 0;}
7
- a {color: #555; text-decoration: none; }
8
-
9
- a:hover {color: #933;text-decoration: underline;}
10
-
11
- #main {width: 960px;margin: 0 auto;background: #eee}
12
- header {padding: 0px;overflow: hidden;background: #eee;text-align: center;}
13
- h1 {margin: 0;}
14
- h4 {margin: 0;font-size: .2em;}
15
- p {font-size: .75em;}
16
-
17
-
18
- .content {padding: 10px;background-color:#eee; border-right:220px solid #eee;}
19
- .sidebar_content{margin-top: 10px; padding: 2px; background-color: #fff;-moz-box-shadow: 0 0 30px #aaa; box-shadow: 0 0 30px #aaa; }
20
-
21
- div#footer {background-color: #919491; color:#ddd; border-top:3px solid #f0f0f0;clear:left;text-align: center; }
22
- div#recent-posts { background-color: #eee}
23
- div#post{background-color: #fff; padding:1em; -moz-box-shadow: 0 0 30px #aaa; box-shadow: 0 0 30px #aaa;}
data/public/favicon.ico DELETED
File without changes
@@ -1,34 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset=utf_8 />
5
- <title> Login | Sourcefire blog application </title>
6
- <link rel="stylesheet" href="/css/style.css" />
7
- </head>
8
-
9
- <body>
10
- <div id="main">
11
- <header>
12
- <img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
13
- </header>
14
-
15
-
16
- <section role="banner">
17
- <img src="/media/banner.jpg" />
18
- </section>
19
-
20
- <section class="content">
21
- <p>
22
- Welcome to Sourcefire bloggggggg! Please, check out my <a href="/portfolio/">Portfolio</a> to see my work.
23
- </p>
24
- </section>
25
-
26
- <div style="clear:right;">&nbsp;</div>
27
- <div id="footer">
28
-
29
- <p>&copy; SourceFire Inc. test blog app 2011 | all rights reserved. </p>
30
- </div> <!-- end id="footer" -->
31
-
32
- </div> <!-- end id="main" -->
33
- </body>
34
- </html>
data/public/index.html DELETED
@@ -1,28 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset=utf_8 />
5
- <title> Sourcefire blog application </title>
6
- <link rel="stylesheet" href="/css/style.css" />
7
- </head>
8
-
9
- <body>
10
- <div id="main">
11
- <header>
12
- <img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
13
- </header>
14
-
15
-
16
- <br>
17
- <br>
18
- <br>
19
-
20
- <div style="clear:right;">&nbsp;</div>
21
- <div id="footer">
22
-
23
- <p>&copy; SourceFire Inc. test blog app 2011 | all rights reserved. </p>
24
- </div> <!-- end id="footer" -->
25
-
26
- </div> <!-- end id="main" -->
27
- </body>
28
- </html>
Binary file
Binary file
Binary file
Binary file
Binary file
data/public/robots.txt DELETED
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2
- #
3
- # To ban all spiders from the entire site uncomment the next two lines:
4
- # User-Agent: *
5
- # Disallow: /
data/script/rails DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
- APP_PATH = File.expand_path('../../config/application', __FILE__)
5
- require File.expand_path('../../config/boot', __FILE__)
6
- require 'rails/commands'
File without changes
File without changes
File without changes
@@ -1,12 +0,0 @@
1
- require 'test_helper'
2
- require 'rails/performance_test_help'
3
-
4
- class BrowsingTest < ActionDispatch::PerformanceTest
5
- # Refer to the documentation for all available options
6
- # self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
7
- # :output => 'tmp/performance', :formats => [:flat] }
8
-
9
- def test_homepage
10
- get '/'
11
- end
12
- end
data/test/test_helper.rb DELETED
@@ -1,13 +0,0 @@
1
- ENV["RAILS_ENV"] = "test"
2
- require File.expand_path('../../config/environment', __FILE__)
3
- require 'rails/test_help'
4
-
5
- class ActiveSupport::TestCase
6
- # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
7
- #
8
- # Note: You'll currently still have to declare fixtures explicitly in integration tests
9
- # -- they do not yet inherit this setting
10
- fixtures :all
11
-
12
- # Add more helper methods to be used by all tests here...
13
- end
data/test/unit/.gitkeep DELETED
File without changes
File without changes
File without changes
File without changes