raffle_v1 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +15 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +31 -0
  4. data/Rakefile +40 -0
  5. data/app/assets/javascripts/raffle_v1/application.js +15 -0
  6. data/app/assets/javascripts/raffle_v1/comments.js +2 -0
  7. data/app/assets/javascripts/raffle_v1/posts.js +2 -0
  8. data/app/assets/stylesheets/raffle_v1/application.css +13 -0
  9. data/app/assets/stylesheets/raffle_v1/comments.css +4 -0
  10. data/app/assets/stylesheets/raffle_v1/posts.css +4 -0
  11. data/app/assets/stylesheets/scaffold.css +56 -0
  12. data/app/controllers/raffle_v1/application_controller.rb +4 -0
  13. data/app/controllers/raffle_v1/comments_controller.rb +30 -0
  14. data/app/controllers/raffle_v1/posts_controller.rb +87 -0
  15. data/app/helpers/raffle_v1/application_helper.rb +4 -0
  16. data/app/helpers/raffle_v1/comments_helper.rb +4 -0
  17. data/app/helpers/raffle_v1/posts_helper.rb +4 -0
  18. data/app/models/raffle_v1/comment.rb +7 -0
  19. data/app/models/raffle_v1/post.rb +7 -0
  20. data/app/views/layouts/raffle_v1/application.html.erb +14 -0
  21. data/app/views/raffle_v1/comments/_comment.html.erb +1 -0
  22. data/app/views/raffle_v1/comments/_form.html.erb +8 -0
  23. data/app/views/raffle_v1/comments/index.html.erb +13 -0
  24. data/app/views/raffle_v1/posts/_form.html.erb +25 -0
  25. data/app/views/raffle_v1/posts/edit.html.erb +6 -0
  26. data/app/views/raffle_v1/posts/index.html.erb +25 -0
  27. data/app/views/raffle_v1/posts/new.html.erb +5 -0
  28. data/app/views/raffle_v1/posts/show.html.erb +19 -0
  29. data/config/routes.rb +9 -0
  30. data/db/migrate/20130326135125_create_raffle_v1_posts.rb +10 -0
  31. data/db/migrate/20130326174121_create_raffle_v1_comments.rb +10 -0
  32. data/lib/raffle_v1.rb +4 -0
  33. data/lib/raffle_v1/engine.rb +5 -0
  34. data/lib/raffle_v1/version.rb +3 -0
  35. data/lib/tasks/raffle_v1_tasks.rake +4 -0
  36. data/test/dummy/README.rdoc +261 -0
  37. data/test/dummy/Rakefile +7 -0
  38. data/test/dummy/app/assets/javascripts/application.js +15 -0
  39. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  40. data/test/dummy/app/controllers/application_controller.rb +3 -0
  41. data/test/dummy/app/helpers/application_helper.rb +2 -0
  42. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  43. data/test/dummy/config.ru +4 -0
  44. data/test/dummy/config/application.rb +59 -0
  45. data/test/dummy/config/boot.rb +10 -0
  46. data/test/dummy/config/database.yml +25 -0
  47. data/test/dummy/config/environment.rb +5 -0
  48. data/test/dummy/config/environments/development.rb +37 -0
  49. data/test/dummy/config/environments/production.rb +67 -0
  50. data/test/dummy/config/environments/test.rb +37 -0
  51. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  52. data/test/dummy/config/initializers/inflections.rb +15 -0
  53. data/test/dummy/config/initializers/mime_types.rb +5 -0
  54. data/test/dummy/config/initializers/secret_token.rb +7 -0
  55. data/test/dummy/config/initializers/session_store.rb +8 -0
  56. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  57. data/test/dummy/config/locales/en.yml +5 -0
  58. data/test/dummy/config/routes.rb +4 -0
  59. data/test/dummy/db/development.sqlite3 +0 -0
  60. data/test/dummy/db/schema.rb +30 -0
  61. data/test/dummy/db/test.sqlite3 +0 -0
  62. data/test/dummy/log/development.log +1304 -0
  63. data/test/dummy/public/404.html +26 -0
  64. data/test/dummy/public/422.html +26 -0
  65. data/test/dummy/public/500.html +25 -0
  66. data/test/dummy/public/favicon.ico +0 -0
  67. data/test/dummy/script/rails +6 -0
  68. data/test/dummy/tmp/cache/assets/CA9/000/sprockets%2F4a08cdc7528358910b09a742236ce1d5 +0 -0
  69. data/test/dummy/tmp/cache/assets/CB2/BD0/sprockets%2F85aac33f66112e73231ea0779f646d48 +0 -0
  70. data/test/dummy/tmp/cache/assets/CC8/930/sprockets%2Ff75c059e31f23788564cdeb37454997a +0 -0
  71. data/test/dummy/tmp/cache/assets/CEF/E80/sprockets%2Fd1d95274bb399cd78c4372bc6330679f +0 -0
  72. data/test/dummy/tmp/cache/assets/D00/C30/sprockets%2F7d453e5233c35cc0664189bd1c060dca +0 -0
  73. data/test/dummy/tmp/cache/assets/D06/390/sprockets%2F2db5f5807daaf42647f3f1614b2061c7 +0 -0
  74. data/test/dummy/tmp/cache/assets/D06/5C0/sprockets%2F10f71b69148321ca26d0bb94df09ed46 +0 -0
  75. data/test/dummy/tmp/cache/assets/D1E/8D0/sprockets%2Fd0f3965813d75eefebe5353981159cb3 +0 -0
  76. data/test/dummy/tmp/cache/assets/D35/FB0/sprockets%2Ff706372b7e19b270321cbce180d7edd3 +0 -0
  77. data/test/dummy/tmp/cache/assets/D49/1E0/sprockets%2F1c8eb9a82d46a60faa9b194282db8976 +0 -0
  78. data/test/dummy/tmp/cache/assets/D67/FA0/sprockets%2F3072f540a4a5f4af3636dc9cee4bd821 +0 -0
  79. data/test/dummy/tmp/cache/assets/D76/180/sprockets%2Fe06d9366092cba68641ddefa60cb5e97 +0 -0
  80. data/test/dummy/tmp/cache/assets/D9B/470/sprockets%2Fb7bb6ac37b3929f36a390e4f5b70aec3 +0 -0
  81. data/test/dummy/tmp/cache/assets/D9F/080/sprockets%2F67fdbee8438ea0fdd3406c4f3b277a14 +0 -0
  82. data/test/dummy/tmp/cache/assets/DCD/970/sprockets%2Fb3d4eb65c6d389bff1cb035a7c4e74d2 +0 -0
  83. data/test/dummy/tmp/cache/assets/DD2/7D0/sprockets%2F6d8fc01a6bd28f831fdbe625ea56f2c7 +0 -0
  84. data/test/dummy/tmp/cache/assets/DF1/CA0/sprockets%2Faa2be5b854dacdce2a30a0fff7412887 +0 -0
  85. data/test/dummy/tmp/cache/assets/E0B/E40/sprockets%2F96b1b0fa8f4feee3299fc9dcd2078d0d +0 -0
  86. data/test/fixtures/raffle_v1/comments.yml +9 -0
  87. data/test/fixtures/raffle_v1/posts.yml +9 -0
  88. data/test/functional/raffle_v1/comments_controller_test.rb +9 -0
  89. data/test/functional/raffle_v1/posts_controller_test.rb +51 -0
  90. data/test/integration/navigation_test.rb +10 -0
  91. data/test/raffle_v1_test.rb +7 -0
  92. data/test/test_helper.rb +15 -0
  93. data/test/unit/helpers/raffle_v1/comments_helper_test.rb +6 -0
  94. data/test/unit/helpers/raffle_v1/posts_helper_test.rb +6 -0
  95. data/test/unit/raffle_v1/comment_test.rb +9 -0
  96. data/test/unit/raffle_v1/post_test.rb +9 -0
  97. metadata +255 -0
@@ -0,0 +1,26 @@
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>
@@ -0,0 +1,26 @@
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>
@@ -0,0 +1,25 @@
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>
File without changes
@@ -0,0 +1,6 @@
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'
@@ -0,0 +1,9 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
+
3
+ one:
4
+ post_id: 1
5
+ text: MyText
6
+
7
+ two:
8
+ post_id: 1
9
+ text: MyText
@@ -0,0 +1,9 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
+
3
+ one:
4
+ title: MyString
5
+ text: MyText
6
+
7
+ two:
8
+ title: MyString
9
+ text: MyText
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module RaffleV1
4
+ class CommentsControllerTest < ActionController::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
@@ -0,0 +1,51 @@
1
+ require 'test_helper'
2
+
3
+ module RaffleV1
4
+ class PostsControllerTest < ActionController::TestCase
5
+ setup do
6
+ @post = posts(:one)
7
+ end
8
+
9
+ test "should get index" do
10
+ get :index
11
+ assert_response :success
12
+ assert_not_nil assigns(:posts)
13
+ end
14
+
15
+ test "should get new" do
16
+ get :new
17
+ assert_response :success
18
+ end
19
+
20
+ test "should create post" do
21
+ assert_difference('Post.count') do
22
+ post :create, post: { text: @post.text, title: @post.title }
23
+ end
24
+
25
+ assert_redirected_to post_path(assigns(:post))
26
+ end
27
+
28
+ test "should show post" do
29
+ get :show, id: @post
30
+ assert_response :success
31
+ end
32
+
33
+ test "should get edit" do
34
+ get :edit, id: @post
35
+ assert_response :success
36
+ end
37
+
38
+ test "should update post" do
39
+ put :update, id: @post, post: { text: @post.text, title: @post.title }
40
+ assert_redirected_to post_path(assigns(:post))
41
+ end
42
+
43
+ test "should destroy post" do
44
+ assert_difference('Post.count', -1) do
45
+ delete :destroy, id: @post
46
+ end
47
+
48
+ assert_redirected_to posts_path
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,10 @@
1
+ require 'test_helper'
2
+
3
+ class NavigationTest < ActionDispatch::IntegrationTest
4
+ fixtures :all
5
+
6
+ # test "the truth" do
7
+ # assert true
8
+ # end
9
+ end
10
+
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class RaffleV1Test < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, RaffleV1
6
+ end
7
+ end
@@ -0,0 +1,15 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
@@ -0,0 +1,6 @@
1
+ require 'test_helper'
2
+
3
+ module RaffleV1
4
+ class CommentsHelperTest < ActionView::TestCase
5
+ end
6
+ end
@@ -0,0 +1,6 @@
1
+ require 'test_helper'
2
+
3
+ module RaffleV1
4
+ class PostsHelperTest < ActionView::TestCase
5
+ end
6
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module RaffleV1
4
+ class CommentTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module RaffleV1
4
+ class PostTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,255 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: raffle_v1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Albert McKeever
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-03-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 3.2.13
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 3.2.13
27
+ - !ruby/object:Gem::Dependency
28
+ name: pg
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: cancan
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: devise
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description: User can enter into raffle and win points
70
+ email:
71
+ - albertmck@gmail.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - app/assets/javascripts/raffle_v1/application.js
77
+ - app/assets/javascripts/raffle_v1/comments.js
78
+ - app/assets/javascripts/raffle_v1/posts.js
79
+ - app/assets/stylesheets/raffle_v1/application.css
80
+ - app/assets/stylesheets/raffle_v1/comments.css
81
+ - app/assets/stylesheets/raffle_v1/posts.css
82
+ - app/assets/stylesheets/scaffold.css
83
+ - app/controllers/raffle_v1/application_controller.rb
84
+ - app/controllers/raffle_v1/comments_controller.rb
85
+ - app/controllers/raffle_v1/posts_controller.rb
86
+ - app/helpers/raffle_v1/application_helper.rb
87
+ - app/helpers/raffle_v1/comments_helper.rb
88
+ - app/helpers/raffle_v1/posts_helper.rb
89
+ - app/models/raffle_v1/comment.rb
90
+ - app/models/raffle_v1/post.rb
91
+ - app/views/layouts/raffle_v1/application.html.erb
92
+ - app/views/raffle_v1/comments/_comment.html.erb
93
+ - app/views/raffle_v1/comments/_form.html.erb
94
+ - app/views/raffle_v1/comments/index.html.erb
95
+ - app/views/raffle_v1/posts/_form.html.erb
96
+ - app/views/raffle_v1/posts/edit.html.erb
97
+ - app/views/raffle_v1/posts/index.html.erb
98
+ - app/views/raffle_v1/posts/new.html.erb
99
+ - app/views/raffle_v1/posts/show.html.erb
100
+ - config/routes.rb
101
+ - db/migrate/20130326135125_create_raffle_v1_posts.rb
102
+ - db/migrate/20130326174121_create_raffle_v1_comments.rb
103
+ - lib/raffle_v1/engine.rb
104
+ - lib/raffle_v1/version.rb
105
+ - lib/raffle_v1.rb
106
+ - lib/tasks/raffle_v1_tasks.rake
107
+ - MIT-LICENSE
108
+ - Rakefile
109
+ - README.md
110
+ - test/dummy/app/assets/javascripts/application.js
111
+ - test/dummy/app/assets/stylesheets/application.css
112
+ - test/dummy/app/controllers/application_controller.rb
113
+ - test/dummy/app/helpers/application_helper.rb
114
+ - test/dummy/app/views/layouts/application.html.erb
115
+ - test/dummy/config/application.rb
116
+ - test/dummy/config/boot.rb
117
+ - test/dummy/config/database.yml
118
+ - test/dummy/config/environment.rb
119
+ - test/dummy/config/environments/development.rb
120
+ - test/dummy/config/environments/production.rb
121
+ - test/dummy/config/environments/test.rb
122
+ - test/dummy/config/initializers/backtrace_silencers.rb
123
+ - test/dummy/config/initializers/inflections.rb
124
+ - test/dummy/config/initializers/mime_types.rb
125
+ - test/dummy/config/initializers/secret_token.rb
126
+ - test/dummy/config/initializers/session_store.rb
127
+ - test/dummy/config/initializers/wrap_parameters.rb
128
+ - test/dummy/config/locales/en.yml
129
+ - test/dummy/config/routes.rb
130
+ - test/dummy/config.ru
131
+ - test/dummy/db/development.sqlite3
132
+ - test/dummy/db/schema.rb
133
+ - test/dummy/db/test.sqlite3
134
+ - test/dummy/log/development.log
135
+ - test/dummy/public/404.html
136
+ - test/dummy/public/422.html
137
+ - test/dummy/public/500.html
138
+ - test/dummy/public/favicon.ico
139
+ - test/dummy/Rakefile
140
+ - test/dummy/README.rdoc
141
+ - test/dummy/script/rails
142
+ - test/dummy/tmp/cache/assets/CA9/000/sprockets%2F4a08cdc7528358910b09a742236ce1d5
143
+ - test/dummy/tmp/cache/assets/CB2/BD0/sprockets%2F85aac33f66112e73231ea0779f646d48
144
+ - test/dummy/tmp/cache/assets/CC8/930/sprockets%2Ff75c059e31f23788564cdeb37454997a
145
+ - test/dummy/tmp/cache/assets/CEF/E80/sprockets%2Fd1d95274bb399cd78c4372bc6330679f
146
+ - test/dummy/tmp/cache/assets/D00/C30/sprockets%2F7d453e5233c35cc0664189bd1c060dca
147
+ - test/dummy/tmp/cache/assets/D06/390/sprockets%2F2db5f5807daaf42647f3f1614b2061c7
148
+ - test/dummy/tmp/cache/assets/D06/5C0/sprockets%2F10f71b69148321ca26d0bb94df09ed46
149
+ - test/dummy/tmp/cache/assets/D1E/8D0/sprockets%2Fd0f3965813d75eefebe5353981159cb3
150
+ - test/dummy/tmp/cache/assets/D35/FB0/sprockets%2Ff706372b7e19b270321cbce180d7edd3
151
+ - test/dummy/tmp/cache/assets/D49/1E0/sprockets%2F1c8eb9a82d46a60faa9b194282db8976
152
+ - test/dummy/tmp/cache/assets/D67/FA0/sprockets%2F3072f540a4a5f4af3636dc9cee4bd821
153
+ - test/dummy/tmp/cache/assets/D76/180/sprockets%2Fe06d9366092cba68641ddefa60cb5e97
154
+ - test/dummy/tmp/cache/assets/D9B/470/sprockets%2Fb7bb6ac37b3929f36a390e4f5b70aec3
155
+ - test/dummy/tmp/cache/assets/D9F/080/sprockets%2F67fdbee8438ea0fdd3406c4f3b277a14
156
+ - test/dummy/tmp/cache/assets/DCD/970/sprockets%2Fb3d4eb65c6d389bff1cb035a7c4e74d2
157
+ - test/dummy/tmp/cache/assets/DD2/7D0/sprockets%2F6d8fc01a6bd28f831fdbe625ea56f2c7
158
+ - test/dummy/tmp/cache/assets/DF1/CA0/sprockets%2Faa2be5b854dacdce2a30a0fff7412887
159
+ - test/dummy/tmp/cache/assets/E0B/E40/sprockets%2F96b1b0fa8f4feee3299fc9dcd2078d0d
160
+ - test/fixtures/raffle_v1/comments.yml
161
+ - test/fixtures/raffle_v1/posts.yml
162
+ - test/functional/raffle_v1/comments_controller_test.rb
163
+ - test/functional/raffle_v1/posts_controller_test.rb
164
+ - test/integration/navigation_test.rb
165
+ - test/raffle_v1_test.rb
166
+ - test/test_helper.rb
167
+ - test/unit/helpers/raffle_v1/comments_helper_test.rb
168
+ - test/unit/helpers/raffle_v1/posts_helper_test.rb
169
+ - test/unit/raffle_v1/comment_test.rb
170
+ - test/unit/raffle_v1/post_test.rb
171
+ homepage: http://www.github.com/keeperofthenecklace
172
+ licenses: []
173
+ metadata: {}
174
+ post_install_message:
175
+ rdoc_options: []
176
+ require_paths:
177
+ - lib
178
+ required_ruby_version: !ruby/object:Gem::Requirement
179
+ requirements:
180
+ - - ! '>='
181
+ - !ruby/object:Gem::Version
182
+ version: '0'
183
+ required_rubygems_version: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - ! '>='
186
+ - !ruby/object:Gem::Version
187
+ version: '0'
188
+ requirements: []
189
+ rubyforge_project:
190
+ rubygems_version: 2.0.3
191
+ signing_key:
192
+ specification_version: 4
193
+ summary: a simple raffle game
194
+ test_files:
195
+ - test/dummy/app/assets/javascripts/application.js
196
+ - test/dummy/app/assets/stylesheets/application.css
197
+ - test/dummy/app/controllers/application_controller.rb
198
+ - test/dummy/app/helpers/application_helper.rb
199
+ - test/dummy/app/views/layouts/application.html.erb
200
+ - test/dummy/config/application.rb
201
+ - test/dummy/config/boot.rb
202
+ - test/dummy/config/database.yml
203
+ - test/dummy/config/environment.rb
204
+ - test/dummy/config/environments/development.rb
205
+ - test/dummy/config/environments/production.rb
206
+ - test/dummy/config/environments/test.rb
207
+ - test/dummy/config/initializers/backtrace_silencers.rb
208
+ - test/dummy/config/initializers/inflections.rb
209
+ - test/dummy/config/initializers/mime_types.rb
210
+ - test/dummy/config/initializers/secret_token.rb
211
+ - test/dummy/config/initializers/session_store.rb
212
+ - test/dummy/config/initializers/wrap_parameters.rb
213
+ - test/dummy/config/locales/en.yml
214
+ - test/dummy/config/routes.rb
215
+ - test/dummy/config.ru
216
+ - test/dummy/db/development.sqlite3
217
+ - test/dummy/db/schema.rb
218
+ - test/dummy/db/test.sqlite3
219
+ - test/dummy/log/development.log
220
+ - test/dummy/public/404.html
221
+ - test/dummy/public/422.html
222
+ - test/dummy/public/500.html
223
+ - test/dummy/public/favicon.ico
224
+ - test/dummy/Rakefile
225
+ - test/dummy/README.rdoc
226
+ - test/dummy/script/rails
227
+ - test/dummy/tmp/cache/assets/CA9/000/sprockets%2F4a08cdc7528358910b09a742236ce1d5
228
+ - test/dummy/tmp/cache/assets/CB2/BD0/sprockets%2F85aac33f66112e73231ea0779f646d48
229
+ - test/dummy/tmp/cache/assets/CC8/930/sprockets%2Ff75c059e31f23788564cdeb37454997a
230
+ - test/dummy/tmp/cache/assets/CEF/E80/sprockets%2Fd1d95274bb399cd78c4372bc6330679f
231
+ - test/dummy/tmp/cache/assets/D00/C30/sprockets%2F7d453e5233c35cc0664189bd1c060dca
232
+ - test/dummy/tmp/cache/assets/D06/390/sprockets%2F2db5f5807daaf42647f3f1614b2061c7
233
+ - test/dummy/tmp/cache/assets/D06/5C0/sprockets%2F10f71b69148321ca26d0bb94df09ed46
234
+ - test/dummy/tmp/cache/assets/D1E/8D0/sprockets%2Fd0f3965813d75eefebe5353981159cb3
235
+ - test/dummy/tmp/cache/assets/D35/FB0/sprockets%2Ff706372b7e19b270321cbce180d7edd3
236
+ - test/dummy/tmp/cache/assets/D49/1E0/sprockets%2F1c8eb9a82d46a60faa9b194282db8976
237
+ - test/dummy/tmp/cache/assets/D67/FA0/sprockets%2F3072f540a4a5f4af3636dc9cee4bd821
238
+ - test/dummy/tmp/cache/assets/D76/180/sprockets%2Fe06d9366092cba68641ddefa60cb5e97
239
+ - test/dummy/tmp/cache/assets/D9B/470/sprockets%2Fb7bb6ac37b3929f36a390e4f5b70aec3
240
+ - test/dummy/tmp/cache/assets/D9F/080/sprockets%2F67fdbee8438ea0fdd3406c4f3b277a14
241
+ - test/dummy/tmp/cache/assets/DCD/970/sprockets%2Fb3d4eb65c6d389bff1cb035a7c4e74d2
242
+ - test/dummy/tmp/cache/assets/DD2/7D0/sprockets%2F6d8fc01a6bd28f831fdbe625ea56f2c7
243
+ - test/dummy/tmp/cache/assets/DF1/CA0/sprockets%2Faa2be5b854dacdce2a30a0fff7412887
244
+ - test/dummy/tmp/cache/assets/E0B/E40/sprockets%2F96b1b0fa8f4feee3299fc9dcd2078d0d
245
+ - test/fixtures/raffle_v1/comments.yml
246
+ - test/fixtures/raffle_v1/posts.yml
247
+ - test/functional/raffle_v1/comments_controller_test.rb
248
+ - test/functional/raffle_v1/posts_controller_test.rb
249
+ - test/integration/navigation_test.rb
250
+ - test/raffle_v1_test.rb
251
+ - test/test_helper.rb
252
+ - test/unit/helpers/raffle_v1/comments_helper_test.rb
253
+ - test/unit/helpers/raffle_v1/posts_helper_test.rb
254
+ - test/unit/raffle_v1/comment_test.rb
255
+ - test/unit/raffle_v1/post_test.rb