commontator 4.6.0 → 4.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -7
  3. data/app/views/commontator/threads/_show.html.erb +3 -3
  4. data/lib/commontator/version.rb +1 -1
  5. data/spec/dummy/db/development.sqlite3 +0 -0
  6. data/spec/dummy/db/test.sqlite3 +0 -0
  7. data/spec/dummy/log/development.log +36 -0
  8. data/spec/dummy/log/test.log +24750 -0
  9. data/spec/dummy/tmp/cache/assets/test/sprockets/{e1f674c11941d62aac1764ef3a7134e4 → 72b63dddbc5c995f79af8e3c94904fd9} +0 -0
  10. data/spec/dummy/tmp/cache/assets/test/sprockets/{c69ee3cc5796188d873574179290a6ef → a473b3873e554893372a53d71f5e9879} +0 -0
  11. data/spec/dummy/tmp/cache/assets/test/sprockets/{e85565206c3e5fdf9dfeb367c85557b1 → a77b1a9223d168112e1705c29220116f} +0 -0
  12. data/spec/dummy/tmp/cache/assets/test/sprockets/{a3fb9025f90ff05a6fd4afc7ded2692c → afa63eb365bdf4f42584b17ac9176b9d} +0 -0
  13. data/spec/dummy/tmp/cache/assets/test/sprockets/{0f196a1a50363b0a076ec6e1ee5417f6 → d2244ccef8e05bb993f75715af0344cc} +0 -0
  14. data/spec/dummy/tmp/cache/assets/test/sprockets/decb63cac838a5314aa0c22a979f5ac9 +0 -0
  15. data/spec/dummy/tmp/cache/assets/test/sprockets/{02d4b791eb831cf2057bf4703a1218d1 → f721383d531f067d82b071e14aed7a92} +0 -0
  16. metadata +131 -151
  17. data/app/assets/stylesheets/commontator/threads.css~ +0 -71
  18. data/app/controllers/commontator/application_controller.rb~ +0 -35
  19. data/app/controllers/commontator/comments_controller.rb~ +0 -153
  20. data/app/mailers/commontator/subscriptions_mailer.rb~ +0 -44
  21. data/app/models/commontator/comment.rb~ +0 -119
  22. data/app/models/commontator/thread.rb~ +0 -159
  23. data/app/views/commontator/comments/_form.html.erb~ +0 -39
  24. data/app/views/commontator/comments/_show.html.erb~ +0 -49
  25. data/app/views/commontator/comments/_votes.html.erb~ +0 -69
  26. data/app/views/commontator/comments/create.js.erb~ +0 -14
  27. data/app/views/commontator/comments/new.js.erb~ +0 -13
  28. data/app/views/commontator/subscriptions/_link.html.erb~ +0 -16
  29. data/app/views/commontator/threads/_reply.html.erb~ +0 -19
  30. data/app/views/commontator/threads/_show.html.erb~ +0 -95
  31. data/config/initializers/commontator.rb~ +0 -238
  32. data/config/locales/commontator/en.yml~ +0 -104
  33. data/db/migrate/0_install_commontator.rb~ +0 -54
  34. data/lib/commontator.rb~ +0 -142
  35. data/spec/app/models/commontator/comment_spec.rb~ +0 -74
  36. data/spec/dummy/app/models/dummy_user.rb~ +0 -16
  37. data/spec/dummy/config/initializers/commontator.rb~ +0 -15
  38. data/spec/dummy/tmp/cache/assets/test/sprockets/a41c8be5379abec3c0d0d98e2f0d5609 +0 -0
metadata CHANGED
@@ -1,83 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commontator
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.0
4
+ version: 4.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dante Soares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-21 00:00:00.000000000 Z
11
+ date: 2014-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jquery-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: minitest-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: acts_as_votable
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: A Rails engine for comments.
@@ -87,149 +87,130 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
- - app/controllers/commontator/application_controller.rb~
91
- - app/controllers/commontator/threads_controller.rb
92
- - app/controllers/commontator/application_controller.rb
93
- - app/controllers/commontator/subscriptions_controller.rb
94
- - app/controllers/commontator/comments_controller.rb~
95
- - app/controllers/commontator/comments_controller.rb
96
- - app/assets/stylesheets/commontator/application.css
97
- - app/assets/stylesheets/commontator/threads.css~
98
- - app/assets/stylesheets/commontator/comments.css
99
- - app/assets/stylesheets/commontator/threads.css
100
- - app/assets/images/commontator/upvote_disabled.png
90
+ - MIT-LICENSE
91
+ - README.md
92
+ - Rakefile
101
93
  - app/assets/images/commontator/downvote.png
102
94
  - app/assets/images/commontator/downvote_active.png
103
- - app/assets/images/commontator/upvote_hover.png
95
+ - app/assets/images/commontator/downvote_disabled.png
104
96
  - app/assets/images/commontator/downvote_hover.png
105
97
  - app/assets/images/commontator/upvote.png
106
- - app/assets/images/commontator/downvote_disabled.png
107
98
  - app/assets/images/commontator/upvote_active.png
108
- - app/models/commontator/thread.rb~
99
+ - app/assets/images/commontator/upvote_disabled.png
100
+ - app/assets/images/commontator/upvote_hover.png
101
+ - app/assets/stylesheets/commontator/application.css
102
+ - app/assets/stylesheets/commontator/comments.css
103
+ - app/assets/stylesheets/commontator/threads.css
104
+ - app/controllers/commontator/application_controller.rb
105
+ - app/controllers/commontator/comments_controller.rb
106
+ - app/controllers/commontator/subscriptions_controller.rb
107
+ - app/controllers/commontator/threads_controller.rb
108
+ - app/helpers/commontator/application_helper.rb
109
+ - app/mailers/commontator/subscriptions_mailer.rb
110
+ - app/models/commontator/comment.rb
109
111
  - app/models/commontator/subscription.rb
110
112
  - app/models/commontator/thread.rb
111
- - app/models/commontator/comment.rb
112
- - app/models/commontator/comment.rb~
113
- - app/helpers/commontator/application_helper.rb
114
- - app/views/commontator/subscriptions/_link.html.erb~
115
- - app/views/commontator/subscriptions/subscribe.js.erb
116
- - app/views/commontator/subscriptions/_link.html.erb
117
- - app/views/commontator/subscriptions_mailer/comment_created.html.erb
118
- - app/views/commontator/threads/_show.html.erb
119
- - app/views/commontator/threads/show.js.erb
120
- - app/views/commontator/threads/_show.html.erb~
121
- - app/views/commontator/threads/_reply.html.erb
122
- - app/views/commontator/threads/_reply.html.erb~
123
- - app/views/commontator/threads/_show.js.erb
124
- - app/views/commontator/shared/_thread.html.erb
125
- - app/views/commontator/comments/_votes.html.erb
126
- - app/views/commontator/comments/create.js.erb
113
+ - app/views/commontator/comments/_actions.html.erb
114
+ - app/views/commontator/comments/_body.html.erb
115
+ - app/views/commontator/comments/_form.html.erb
127
116
  - app/views/commontator/comments/_list.html.erb
128
117
  - app/views/commontator/comments/_show.html.erb
129
- - app/views/commontator/comments/_actions.html.erb
130
- - app/views/commontator/comments/_show.html.erb~
131
- - app/views/commontator/comments/update.js.erb
118
+ - app/views/commontator/comments/_votes.html.erb
132
119
  - app/views/commontator/comments/cancel.js.erb
120
+ - app/views/commontator/comments/create.js.erb
133
121
  - app/views/commontator/comments/delete.js.erb
134
- - app/views/commontator/comments/new.js.erb
135
- - app/views/commontator/comments/_body.html.erb
136
- - app/views/commontator/comments/create.js.erb~
137
122
  - app/views/commontator/comments/edit.js.erb
138
- - app/views/commontator/comments/_votes.html.erb~
123
+ - app/views/commontator/comments/new.js.erb
124
+ - app/views/commontator/comments/update.js.erb
139
125
  - app/views/commontator/comments/vote.js.erb
140
- - app/views/commontator/comments/new.js.erb~
141
- - app/views/commontator/comments/_form.html.erb
142
- - app/views/commontator/comments/_form.html.erb~
143
- - app/mailers/commontator/subscriptions_mailer.rb
144
- - app/mailers/commontator/subscriptions_mailer.rb~
126
+ - app/views/commontator/shared/_thread.html.erb
127
+ - app/views/commontator/subscriptions/_link.html.erb
128
+ - app/views/commontator/subscriptions/subscribe.js.erb
129
+ - app/views/commontator/subscriptions_mailer/comment_created.html.erb
130
+ - app/views/commontator/threads/_reply.html.erb
131
+ - app/views/commontator/threads/_show.html.erb
132
+ - app/views/commontator/threads/_show.js.erb
133
+ - app/views/commontator/threads/show.js.erb
134
+ - config/initializers/commontator.rb
145
135
  - config/locales/commontator/en.yml
146
- - config/locales/commontator/en.yml~
147
136
  - config/routes.rb
148
- - config/initializers/commontator.rb~
149
- - config/initializers/commontator.rb
150
137
  - db/migrate/0_install_commontator.rb
151
- - db/migrate/0_install_commontator.rb~
152
- - lib/commontator.rb~
153
- - lib/commontator/commontable_config.rb
138
+ - lib/commontator.rb
139
+ - lib/commontator/acts_as_commontable.rb
154
140
  - lib/commontator/acts_as_commontator.rb
141
+ - lib/commontator/commontable_config.rb
155
142
  - lib/commontator/commontator_config.rb
156
- - lib/commontator/acts_as_commontable.rb
157
143
  - lib/commontator/controller_includes.rb
158
144
  - lib/commontator/engine.rb
159
145
  - lib/commontator/link_renderer.rb
146
+ - lib/commontator/security_transgression.rb
160
147
  - lib/commontator/shared_helper.rb
161
148
  - lib/commontator/version.rb
162
- - lib/commontator/security_transgression.rb
163
- - lib/commontator.rb
164
149
  - lib/tasks/commontator_tasks.rake
165
- - MIT-LICENSE
166
- - Rakefile
167
- - README.md
168
- - spec/app/controllers/commontator/threads_controller_spec.rb
169
150
  - spec/app/controllers/commontator/comments_controller_spec.rb
170
151
  - spec/app/controllers/commontator/subscriptions_controller_spec.rb
152
+ - spec/app/controllers/commontator/threads_controller_spec.rb
153
+ - spec/app/helpers/commontator/application_helper_spec.rb
154
+ - spec/app/mailers/commontator/subscriptions_mailer_spec.rb
171
155
  - spec/app/models/commontator/comment_spec.rb
172
156
  - spec/app/models/commontator/subscription_spec.rb
173
157
  - spec/app/models/commontator/thread_spec.rb
174
- - spec/app/models/commontator/comment_spec.rb~
175
- - spec/app/helpers/commontator/application_helper_spec.rb
176
- - spec/app/mailers/commontator/subscriptions_mailer_spec.rb
177
- - spec/spec_helper.rb
178
- - spec/dummy/script/rails
158
+ - spec/dummy/README.md
179
159
  - spec/dummy/Rakefile
160
+ - spec/dummy/app/assets/javascripts/application.js
161
+ - spec/dummy/app/assets/stylesheets/application.css
180
162
  - spec/dummy/app/controllers/application_controller.rb
181
163
  - spec/dummy/app/controllers/dummy_models_controller.rb
182
- - spec/dummy/app/assets/stylesheets/application.css
183
- - spec/dummy/app/assets/javascripts/application.js
164
+ - spec/dummy/app/helpers/application_helper.rb
184
165
  - spec/dummy/app/models/dummy_model.rb
185
166
  - spec/dummy/app/models/dummy_user.rb
186
- - spec/dummy/app/models/dummy_user.rb~
187
- - spec/dummy/app/helpers/application_helper.rb
188
- - spec/dummy/app/views/layouts/application.html.erb
189
167
  - spec/dummy/app/views/dummy_model/show.html.erb
190
- - spec/dummy/tmp/cache/assets/test/sprockets/02d4b791eb831cf2057bf4703a1218d1
191
- - spec/dummy/tmp/cache/assets/test/sprockets/e85565206c3e5fdf9dfeb367c85557b1
192
- - spec/dummy/tmp/cache/assets/test/sprockets/c69ee3cc5796188d873574179290a6ef
193
- - spec/dummy/tmp/cache/assets/test/sprockets/a3fb9025f90ff05a6fd4afc7ded2692c
194
- - spec/dummy/tmp/cache/assets/test/sprockets/0f196a1a50363b0a076ec6e1ee5417f6
195
- - spec/dummy/tmp/cache/assets/test/sprockets/e1f674c11941d62aac1764ef3a7134e4
196
- - spec/dummy/tmp/cache/assets/test/sprockets/a41c8be5379abec3c0d0d98e2f0d5609
168
+ - spec/dummy/app/views/layouts/application.html.erb
169
+ - spec/dummy/config.ru
170
+ - spec/dummy/config/application.rb
171
+ - spec/dummy/config/boot.rb
172
+ - spec/dummy/config/database.yml
197
173
  - spec/dummy/config/environment.rb
198
- - spec/dummy/config/routes.rb
174
+ - spec/dummy/config/environments/development.rb
199
175
  - spec/dummy/config/environments/production.rb
200
176
  - spec/dummy/config/environments/test.rb
201
- - spec/dummy/config/environments/development.rb
202
- - spec/dummy/config/initializers/wrap_parameters.rb
203
- - spec/dummy/config/initializers/secret_token.rb
177
+ - spec/dummy/config/initializers/backtrace_silencers.rb
178
+ - spec/dummy/config/initializers/commontator.rb
204
179
  - spec/dummy/config/initializers/filter_parameter_logging.rb
205
- - spec/dummy/config/initializers/commontator.rb~
180
+ - spec/dummy/config/initializers/inflections.rb
206
181
  - spec/dummy/config/initializers/mime_types.rb
182
+ - spec/dummy/config/initializers/secret_token.rb
207
183
  - spec/dummy/config/initializers/session_store.rb
208
- - spec/dummy/config/initializers/commontator.rb
209
- - spec/dummy/config/initializers/backtrace_silencers.rb
210
- - spec/dummy/config/initializers/inflections.rb
211
- - spec/dummy/config/boot.rb
212
- - spec/dummy/config/application.rb
213
- - spec/dummy/config/database.yml
214
- - spec/dummy/README.md
215
- - spec/dummy/public/500.html
216
- - spec/dummy/public/422.html
217
- - spec/dummy/public/favicon.ico
218
- - spec/dummy/public/404.html
219
- - spec/dummy/config.ru
220
- - spec/dummy/db/schema.rb
184
+ - spec/dummy/config/initializers/wrap_parameters.rb
185
+ - spec/dummy/config/routes.rb
221
186
  - spec/dummy/db/development.sqlite3
222
- - spec/dummy/db/migrate/2_create_dummy_users.rb
223
187
  - spec/dummy/db/migrate/1_create_dummy_models.rb
188
+ - spec/dummy/db/migrate/2_create_dummy_users.rb
224
189
  - spec/dummy/db/migrate/3_acts_as_votable_migration.rb
190
+ - spec/dummy/db/schema.rb
225
191
  - spec/dummy/db/test.sqlite3
226
- - spec/lib/commontator_spec.rb
192
+ - spec/dummy/log/development.log
193
+ - spec/dummy/log/test.log
194
+ - spec/dummy/public/404.html
195
+ - spec/dummy/public/422.html
196
+ - spec/dummy/public/500.html
197
+ - spec/dummy/public/favicon.ico
198
+ - spec/dummy/script/rails
199
+ - spec/dummy/tmp/cache/assets/test/sprockets/72b63dddbc5c995f79af8e3c94904fd9
200
+ - spec/dummy/tmp/cache/assets/test/sprockets/a473b3873e554893372a53d71f5e9879
201
+ - spec/dummy/tmp/cache/assets/test/sprockets/a77b1a9223d168112e1705c29220116f
202
+ - spec/dummy/tmp/cache/assets/test/sprockets/afa63eb365bdf4f42584b17ac9176b9d
203
+ - spec/dummy/tmp/cache/assets/test/sprockets/d2244ccef8e05bb993f75715af0344cc
204
+ - spec/dummy/tmp/cache/assets/test/sprockets/decb63cac838a5314aa0c22a979f5ac9
205
+ - spec/dummy/tmp/cache/assets/test/sprockets/f721383d531f067d82b071e14aed7a92
206
+ - spec/lib/commontator/acts_as_commontable_spec.rb
227
207
  - spec/lib/commontator/acts_as_commontator_spec.rb
228
- - spec/lib/commontator/controller_includes_spec.rb
229
- - spec/lib/commontator/shared_helper_spec.rb
230
208
  - spec/lib/commontator/commontable_config_spec.rb
231
209
  - spec/lib/commontator/commontator_config_spec.rb
232
- - spec/lib/commontator/acts_as_commontable_spec.rb
210
+ - spec/lib/commontator/controller_includes_spec.rb
211
+ - spec/lib/commontator/shared_helper_spec.rb
212
+ - spec/lib/commontator_spec.rb
213
+ - spec/spec_helper.rb
233
214
  homepage: http://github.com/lml/commontator
234
215
  licenses:
235
216
  - MIT
@@ -240,83 +221,82 @@ require_paths:
240
221
  - lib
241
222
  required_ruby_version: !ruby/object:Gem::Requirement
242
223
  requirements:
243
- - - '>='
224
+ - - ">="
244
225
  - !ruby/object:Gem::Version
245
226
  version: '0'
246
227
  required_rubygems_version: !ruby/object:Gem::Requirement
247
228
  requirements:
248
- - - '>='
229
+ - - ">="
249
230
  - !ruby/object:Gem::Version
250
231
  version: '0'
251
232
  requirements: []
252
233
  rubyforge_project:
253
- rubygems_version: 2.0.3
234
+ rubygems_version: 2.2.2
254
235
  signing_key:
255
236
  specification_version: 4
256
237
  summary: Allows users to comment on any model in your application.
257
238
  test_files:
258
- - spec/app/controllers/commontator/threads_controller_spec.rb
259
239
  - spec/app/controllers/commontator/comments_controller_spec.rb
260
240
  - spec/app/controllers/commontator/subscriptions_controller_spec.rb
241
+ - spec/app/controllers/commontator/threads_controller_spec.rb
242
+ - spec/app/helpers/commontator/application_helper_spec.rb
243
+ - spec/app/mailers/commontator/subscriptions_mailer_spec.rb
261
244
  - spec/app/models/commontator/comment_spec.rb
262
245
  - spec/app/models/commontator/subscription_spec.rb
263
246
  - spec/app/models/commontator/thread_spec.rb
264
- - spec/app/models/commontator/comment_spec.rb~
265
- - spec/app/helpers/commontator/application_helper_spec.rb
266
- - spec/app/mailers/commontator/subscriptions_mailer_spec.rb
267
- - spec/spec_helper.rb
268
- - spec/dummy/script/rails
269
- - spec/dummy/Rakefile
247
+ - spec/dummy/app/assets/javascripts/application.js
248
+ - spec/dummy/app/assets/stylesheets/application.css
270
249
  - spec/dummy/app/controllers/application_controller.rb
271
250
  - spec/dummy/app/controllers/dummy_models_controller.rb
272
- - spec/dummy/app/assets/stylesheets/application.css
273
- - spec/dummy/app/assets/javascripts/application.js
251
+ - spec/dummy/app/helpers/application_helper.rb
274
252
  - spec/dummy/app/models/dummy_model.rb
275
253
  - spec/dummy/app/models/dummy_user.rb
276
- - spec/dummy/app/models/dummy_user.rb~
277
- - spec/dummy/app/helpers/application_helper.rb
278
- - spec/dummy/app/views/layouts/application.html.erb
279
254
  - spec/dummy/app/views/dummy_model/show.html.erb
280
- - spec/dummy/tmp/cache/assets/test/sprockets/02d4b791eb831cf2057bf4703a1218d1
281
- - spec/dummy/tmp/cache/assets/test/sprockets/e85565206c3e5fdf9dfeb367c85557b1
282
- - spec/dummy/tmp/cache/assets/test/sprockets/c69ee3cc5796188d873574179290a6ef
283
- - spec/dummy/tmp/cache/assets/test/sprockets/a3fb9025f90ff05a6fd4afc7ded2692c
284
- - spec/dummy/tmp/cache/assets/test/sprockets/0f196a1a50363b0a076ec6e1ee5417f6
285
- - spec/dummy/tmp/cache/assets/test/sprockets/e1f674c11941d62aac1764ef3a7134e4
286
- - spec/dummy/tmp/cache/assets/test/sprockets/a41c8be5379abec3c0d0d98e2f0d5609
255
+ - spec/dummy/app/views/layouts/application.html.erb
256
+ - spec/dummy/config/application.rb
257
+ - spec/dummy/config/boot.rb
258
+ - spec/dummy/config/database.yml
287
259
  - spec/dummy/config/environment.rb
288
- - spec/dummy/config/routes.rb
260
+ - spec/dummy/config/environments/development.rb
289
261
  - spec/dummy/config/environments/production.rb
290
262
  - spec/dummy/config/environments/test.rb
291
- - spec/dummy/config/environments/development.rb
292
- - spec/dummy/config/initializers/wrap_parameters.rb
293
- - spec/dummy/config/initializers/secret_token.rb
263
+ - spec/dummy/config/initializers/backtrace_silencers.rb
264
+ - spec/dummy/config/initializers/commontator.rb
294
265
  - spec/dummy/config/initializers/filter_parameter_logging.rb
295
- - spec/dummy/config/initializers/commontator.rb~
266
+ - spec/dummy/config/initializers/inflections.rb
296
267
  - spec/dummy/config/initializers/mime_types.rb
268
+ - spec/dummy/config/initializers/secret_token.rb
297
269
  - spec/dummy/config/initializers/session_store.rb
298
- - spec/dummy/config/initializers/commontator.rb
299
- - spec/dummy/config/initializers/backtrace_silencers.rb
300
- - spec/dummy/config/initializers/inflections.rb
301
- - spec/dummy/config/boot.rb
302
- - spec/dummy/config/application.rb
303
- - spec/dummy/config/database.yml
304
- - spec/dummy/README.md
305
- - spec/dummy/public/500.html
306
- - spec/dummy/public/422.html
307
- - spec/dummy/public/favicon.ico
308
- - spec/dummy/public/404.html
270
+ - spec/dummy/config/initializers/wrap_parameters.rb
271
+ - spec/dummy/config/routes.rb
309
272
  - spec/dummy/config.ru
310
- - spec/dummy/db/schema.rb
311
273
  - spec/dummy/db/development.sqlite3
312
- - spec/dummy/db/migrate/2_create_dummy_users.rb
313
274
  - spec/dummy/db/migrate/1_create_dummy_models.rb
275
+ - spec/dummy/db/migrate/2_create_dummy_users.rb
314
276
  - spec/dummy/db/migrate/3_acts_as_votable_migration.rb
277
+ - spec/dummy/db/schema.rb
315
278
  - spec/dummy/db/test.sqlite3
316
- - spec/lib/commontator_spec.rb
279
+ - spec/dummy/log/development.log
280
+ - spec/dummy/log/test.log
281
+ - spec/dummy/public/404.html
282
+ - spec/dummy/public/422.html
283
+ - spec/dummy/public/500.html
284
+ - spec/dummy/public/favicon.ico
285
+ - spec/dummy/Rakefile
286
+ - spec/dummy/README.md
287
+ - spec/dummy/script/rails
288
+ - spec/dummy/tmp/cache/assets/test/sprockets/72b63dddbc5c995f79af8e3c94904fd9
289
+ - spec/dummy/tmp/cache/assets/test/sprockets/a473b3873e554893372a53d71f5e9879
290
+ - spec/dummy/tmp/cache/assets/test/sprockets/a77b1a9223d168112e1705c29220116f
291
+ - spec/dummy/tmp/cache/assets/test/sprockets/afa63eb365bdf4f42584b17ac9176b9d
292
+ - spec/dummy/tmp/cache/assets/test/sprockets/d2244ccef8e05bb993f75715af0344cc
293
+ - spec/dummy/tmp/cache/assets/test/sprockets/decb63cac838a5314aa0c22a979f5ac9
294
+ - spec/dummy/tmp/cache/assets/test/sprockets/f721383d531f067d82b071e14aed7a92
295
+ - spec/lib/commontator/acts_as_commontable_spec.rb
317
296
  - spec/lib/commontator/acts_as_commontator_spec.rb
318
- - spec/lib/commontator/controller_includes_spec.rb
319
- - spec/lib/commontator/shared_helper_spec.rb
320
297
  - spec/lib/commontator/commontable_config_spec.rb
321
298
  - spec/lib/commontator/commontator_config_spec.rb
322
- - spec/lib/commontator/acts_as_commontable_spec.rb
299
+ - spec/lib/commontator/controller_includes_spec.rb
300
+ - spec/lib/commontator/shared_helper_spec.rb
301
+ - spec/lib/commontator_spec.rb
302
+ - spec/spec_helper.rb