inkwell 1.5.2 → 2.0.0

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.
@@ -1,5 +1,4 @@
1
1
  class Post < ActiveRecord::Base
2
- attr_accessible :title, :body
3
2
  belongs_to :user
4
3
 
5
4
  acts_as_inkwell_post
@@ -1,5 +1,4 @@
1
1
  class User < ActiveRecord::Base
2
- attr_accessible :nick
3
2
  has_many :posts, :dependent => :destroy
4
3
 
5
4
  acts_as_inkwell_user
@@ -40,12 +40,6 @@ module Dummy
40
40
 
41
41
  # Version of your assets, change this if you want to expire all your assets
42
42
  config.assets.version = '1.0'
43
-
44
- # Enforce whitelist mode for mass assignment.
45
- # This will create an empty whitelist of attributes available for mass-assignment for all models
46
- # in your app. As such, your models will need to explicitly whitelist or blacklist accessible
47
- # parameters by using an attr_accessible or attr_protected declaration.
48
- config.active_record.whitelist_attributes = true
49
43
  end
50
44
  end
51
45
 
@@ -6,9 +6,6 @@ Dummy::Application.configure do
6
6
  # since you don't have to restart the web server when you make code changes.
7
7
  config.cache_classes = false
8
8
 
9
- # Log error messages when you accidentally call methods on nil.
10
- config.whiny_nils = true
11
-
12
9
  # Show full error reports and disable caching
13
10
  config.consider_all_requests_local = true
14
11
  config.action_controller.perform_caching = false
@@ -27,4 +24,6 @@ Dummy::Application.configure do
27
24
 
28
25
  # Expands the lines which load the assets
29
26
  config.assets.debug = true
27
+
28
+ config.eager_load = false
30
29
  end
@@ -11,9 +11,6 @@ Dummy::Application.configure do
11
11
  config.serve_static_assets = true
12
12
  config.static_cache_control = "public, max-age=3600"
13
13
 
14
- # Log error messages when you accidentally call methods on nil
15
- config.whiny_nils = true
16
-
17
14
  # Show full error reports and disable caching
18
15
  config.consider_all_requests_local = true
19
16
  config.action_controller.perform_caching = false
@@ -28,9 +25,6 @@ Dummy::Application.configure do
28
25
  # The :test delivery method accumulates sent emails in the
29
26
  # ActionMailer::Base.deliveries array.
30
27
  config.action_mailer.delivery_method = :test
31
-
32
- # Raise exception on mass assignment protection for Active Record models
33
- config.active_record.mass_assignment_sanitizer = :strict
34
28
 
35
29
  # Use SQL instead of Active Record's schema dumper when creating the test database.
36
30
  # This is necessary if your schema can't be completely dumped by the schema dumper,
@@ -39,4 +33,6 @@ Dummy::Application.configure do
39
33
 
40
34
  # Print deprecation notices to the stderr
41
35
  config.active_support.deprecation = :stderr
36
+
37
+ config.eager_load = false
42
38
  end
metadata CHANGED
@@ -1,112 +1,99 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkwell
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
5
- prerelease:
4
+ version: 2.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sergey Sokolov
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-25 00:00:00.000000000 Z
11
+ date: 2014-01-26 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
- version: 3.1.0
19
+ version: 4.0.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
- version: 3.1.0
26
+ version: 4.0.0
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: activerecord
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
- version: 3.1.0
33
+ version: 4.0.0
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
- version: 3.1.0
40
+ version: 4.0.0
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rspec-rails
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - ">="
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: database_cleaner
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - ">="
68
60
  - !ruby/object:Gem::Version
69
61
  version: '0'
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - ">="
76
67
  - !ruby/object:Gem::Version
77
68
  version: '0'
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: sqlite3
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ! '>='
73
+ - - ">="
84
74
  - !ruby/object:Gem::Version
85
75
  version: '0'
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ! '>='
80
+ - - ">="
92
81
  - !ruby/object:Gem::Version
93
82
  version: '0'
94
83
  - !ruby/object:Gem::Dependency
95
84
  name: rails
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
- - - ! '>='
87
+ - - ">="
100
88
  - !ruby/object:Gem::Version
101
- version: 3.1.0
89
+ version: 4.0.0
102
90
  type: :development
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
93
  requirements:
107
- - - ! '>='
94
+ - - ">="
108
95
  - !ruby/object:Gem::Version
109
- version: 3.1.0
96
+ version: 4.0.0
110
97
  description: Inkwell provides simple way to add social networking features like comments,
111
98
  reblogs, favorites, following/followers, communities, categories and timelines to
112
99
  your Ruby on Rails application.
@@ -116,320 +103,320 @@ executables: []
116
103
  extensions: []
117
104
  extra_rdoc_files: []
118
105
  files:
119
- - app/models/inkwell/community_user.rb
106
+ - MIT-LICENSE
107
+ - README.md
108
+ - README_RU.rdoc
109
+ - Rakefile
110
+ - app/assets/javascripts/inkwell/application.js
111
+ - app/assets/stylesheets/inkwell/application.css
112
+ - app/controllers/inkwell/application_controller.rb
113
+ - app/helpers/inkwell/application_helper.rb
114
+ - app/models/inkwell/blog_item.rb
120
115
  - app/models/inkwell/blog_item_category.rb
116
+ - app/models/inkwell/comment.rb
117
+ - app/models/inkwell/community_user.rb
121
118
  - app/models/inkwell/favorite_item.rb
122
- - app/models/inkwell/blog_item.rb
123
119
  - app/models/inkwell/following.rb
124
- - app/models/inkwell/comment.rb
125
120
  - app/models/inkwell/timeline_item.rb
126
121
  - app/views/layouts/inkwell/application.html.erb
127
- - app/controllers/inkwell/application_controller.rb
128
- - app/assets/stylesheets/inkwell/application.css
129
- - app/assets/javascripts/inkwell/application.js
130
- - app/helpers/inkwell/application_helper.rb
131
122
  - config/routes.rb
132
- - db/migrate/20130202130020_add_community_ids_to_post.rb
133
- - db/migrate/20121209123557_create_inkwell_favorite_items.rb
134
- - db/migrate/20130212130898_refactor_user_community_relation.rb
135
- - db/migrate/20130212130918_change_tables_for_categories.rb
136
- - db/migrate/20130212130868_rename_parent_id_to_parent_comment_id_in_comment_table.rb
137
- - db/migrate/20121209121955_create_inkwell_blog_items.rb
123
+ - db/migrate/20121202140510_create_inkwell_timeline_items.rb
138
124
  - db/migrate/20121202140816_add_columns_to_posts.rb
139
- - db/migrate/20130202130030_change_is_comment_to_item_type.rb
140
- - db/migrate/20130202130010_change_tables_for_communities.rb
125
+ - db/migrate/20121209121955_create_inkwell_blog_items.rb
126
+ - db/migrate/20121209123557_create_inkwell_favorite_items.rb
141
127
  - db/migrate/20121209124435_add_columns_to_users.rb
142
- - db/migrate/20130212130888_refactor_followings_relation.rb
128
+ - db/migrate/20121209124743_create_inkwell_comments.rb
129
+ - db/migrate/20130202130010_change_tables_for_communities.rb
130
+ - db/migrate/20130202130020_add_community_ids_to_post.rb
131
+ - db/migrate/20130202130030_change_is_comment_to_item_type.rb
132
+ - db/migrate/20130202130040_add_owner_type_to_lines.rb
143
133
  - db/migrate/20130212130858_refactor_comment_table.rb
144
- - db/migrate/20121202140510_create_inkwell_timeline_items.rb
134
+ - db/migrate/20130212130868_rename_parent_id_to_parent_comment_id_in_comment_table.rb
145
135
  - db/migrate/20130212130878_change_community_table_for_adding_types_and_user_access.rb
136
+ - db/migrate/20130212130888_refactor_followings_relation.rb
137
+ - db/migrate/20130212130898_refactor_user_community_relation.rb
146
138
  - db/migrate/20130212130908_refactor_invites_bans_mutes.rb
147
- - db/migrate/20121209124743_create_inkwell_comments.rb
148
- - db/migrate/20130202130040_add_owner_type_to_lines.rb
149
- - lib/tasks/inkwell_tasks.rake
150
- - lib/inkwell/version.rb
151
- - lib/inkwell/engine.rb
139
+ - db/migrate/20130212130918_change_tables_for_categories.rb
140
+ - lib/acts_as_inkwell_category/base.rb
141
+ - lib/acts_as_inkwell_community/base.rb
152
142
  - lib/acts_as_inkwell_post/base.rb
153
- - lib/common/base.rb
154
143
  - lib/acts_as_inkwell_user/base.rb
155
- - lib/acts_as_inkwell_category/base.rb
144
+ - lib/common/base.rb
156
145
  - lib/inkwell.rb
157
- - lib/acts_as_inkwell_community/base.rb
158
- - Rakefile
159
- - MIT-LICENSE
160
- - README_RU.rdoc
161
- - README-1.2.0.md
162
- - README.md
163
- - test/dummy_without_community/app/models/user.rb
164
- - test/dummy_without_community/app/models/post.rb
165
- - test/dummy_without_community/app/views/layouts/application.html.erb
166
- - test/dummy_without_community/app/controllers/application_controller.rb
167
- - test/dummy_without_community/app/assets/stylesheets/application.css
168
- - test/dummy_without_community/app/assets/javascripts/application.js
169
- - test/dummy_without_community/app/helpers/application_helper.rb
170
- - test/dummy_without_community/config/environment.rb
171
- - test/dummy_without_community/config/environments/test.rb
172
- - test/dummy_without_community/config/environments/development.rb
173
- - test/dummy_without_community/config/environments/production.rb
174
- - test/dummy_without_community/config/database.yml
175
- - test/dummy_without_community/config/initializers/session_store.rb
176
- - test/dummy_without_community/config/initializers/inflections.rb
177
- - test/dummy_without_community/config/initializers/mime_types.rb
178
- - test/dummy_without_community/config/initializers/secret_token.rb
179
- - test/dummy_without_community/config/initializers/wrap_parameters.rb
180
- - test/dummy_without_community/config/initializers/inkwell.rb
181
- - test/dummy_without_community/config/initializers/backtrace_silencers.rb
182
- - test/dummy_without_community/config/boot.rb
183
- - test/dummy_without_community/config/application.rb
184
- - test/dummy_without_community/config/routes.rb
185
- - test/dummy_without_community/config/locales/en.yml
186
- - test/dummy_without_community/config.ru
187
- - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb
188
- - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
189
- - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb
190
- - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb
191
- - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb
192
- - test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
193
- - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb
194
- - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
195
- - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb
196
- - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb
197
- - test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb
198
- - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb
199
- - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb
200
- - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
201
- - test/dummy_without_community/db/migrate/20121202112556_create_users.rb
202
- - test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb
203
- - test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb
204
- - test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb
205
- - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
206
- - test/dummy_without_community/db/schema.rb
207
- - test/dummy_without_community/db/seeds.rb
208
- - test/dummy_without_community/Rakefile
209
- - test/dummy_without_community/log/test.hello
210
- - test/dummy_without_community/script/rails
211
- - test/dummy_without_community/spec/spec_helper.rb
212
- - test/dummy_without_community/spec/functional/favorite_spec.rb
213
- - test/dummy_without_community/spec/functional/comments_spec.rb
214
- - test/dummy_without_community/spec/functional/following_spec.rb
215
- - test/dummy_without_community/spec/functional/reblog_spec.rb
216
- - test/dummy_without_community/spec/functional/blogline_spec.rb
217
- - test/dummy_without_community/spec/functional/timeline_spec.rb
218
- - test/dummy_without_community/public/422.html
219
- - test/dummy_without_community/public/500.html
220
- - test/dummy_without_community/public/favicon.ico
221
- - test/dummy_without_community/public/404.html
222
- - test/dummy/app/models/user.rb
146
+ - lib/inkwell/engine.rb
147
+ - lib/inkwell/version.rb
148
+ - lib/tasks/inkwell_tasks.rake
149
+ - test/dummy/Rakefile
150
+ - test/dummy/app/assets/javascripts/application.js
151
+ - test/dummy/app/assets/stylesheets/application.css
152
+ - test/dummy/app/controllers/application_controller.rb
153
+ - test/dummy/app/helpers/application_helper.rb
223
154
  - test/dummy/app/models/category.rb
224
- - test/dummy/app/models/post.rb
225
155
  - test/dummy/app/models/community.rb
156
+ - test/dummy/app/models/post.rb
157
+ - test/dummy/app/models/user.rb
226
158
  - test/dummy/app/views/layouts/application.html.erb
227
- - test/dummy/app/controllers/application_controller.rb
228
- - test/dummy/app/assets/stylesheets/application.css
229
- - test/dummy/app/assets/javascripts/application.js
230
- - test/dummy/app/helpers/application_helper.rb
159
+ - test/dummy/config.ru
160
+ - test/dummy/config/application.rb
161
+ - test/dummy/config/boot.rb
162
+ - test/dummy/config/database.yml
231
163
  - test/dummy/config/environment.rb
232
- - test/dummy/config/environments/test.rb
233
164
  - test/dummy/config/environments/development.rb
234
165
  - test/dummy/config/environments/production.rb
235
- - test/dummy/config/database.yml
236
- - test/dummy/config/initializers/session_store.rb
166
+ - test/dummy/config/environments/test.rb
167
+ - test/dummy/config/initializers/backtrace_silencers.rb
237
168
  - test/dummy/config/initializers/inflections.rb
169
+ - test/dummy/config/initializers/inkwell.rb
238
170
  - test/dummy/config/initializers/mime_types.rb
239
171
  - test/dummy/config/initializers/secret_token.rb
172
+ - test/dummy/config/initializers/session_store.rb
240
173
  - test/dummy/config/initializers/wrap_parameters.rb
241
- - test/dummy/config/initializers/inkwell.rb
242
- - test/dummy/config/initializers/backtrace_silencers.rb
243
- - test/dummy/config/boot.rb
244
- - test/dummy/config/application.rb
245
- - test/dummy/config/routes.rb
246
174
  - test/dummy/config/locales/en.yml
247
- - test/dummy/config.ru
248
- - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb
249
- - test/dummy/db/migrate/20130324114017_create_categories.rb
250
- - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
175
+ - test/dummy/config/routes.rb
176
+ - test/dummy/db/development.sqlite3
177
+ - test/dummy/db/migrate/20121202111750_create_posts.rb
178
+ - test/dummy/db/migrate/20121202112556_create_users.rb
179
+ - test/dummy/db/migrate/20130201155147_create_communities.rb
251
180
  - test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb
181
+ - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
252
182
  - test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb
183
+ - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb
184
+ - test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
185
+ - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
186
+ - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb
187
+ - test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
188
+ - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb
189
+ - test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb
190
+ - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb
253
191
  - test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb
254
- - test/dummy/db/migrate/20121202111750_create_posts.rb
255
192
  - test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb
256
- - test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
257
193
  - test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb
258
- - test/dummy/db/migrate/20121202112556_create_users.rb
259
- - test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb
260
- - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb
261
194
  - test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb
262
- - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
263
- - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb
264
- - test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
195
+ - test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb
196
+ - test/dummy/db/migrate/20130324114017_create_categories.rb
265
197
  - test/dummy/db/migrate/20130330184136_change_tables_for_categories.inkwell.rb
266
- - test/dummy/db/migrate/20130201155147_create_communities.rb
267
- - test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb
268
- - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb
269
198
  - test/dummy/db/schema.rb
270
199
  - test/dummy/db/seeds.rb
271
- - test/dummy/Rakefile
200
+ - test/dummy/db/test.sqlite3
201
+ - test/dummy/public/404.html
202
+ - test/dummy/public/422.html
203
+ - test/dummy/public/500.html
204
+ - test/dummy/public/favicon.ico
272
205
  - test/dummy/script/rails
273
- - test/dummy/spec/spec_helper.rb
274
- - test/dummy/spec/functional/favorite_spec.rb
206
+ - test/dummy/spec/functional/blogline_spec.rb
275
207
  - test/dummy/spec/functional/category_spec.rb
276
208
  - test/dummy/spec/functional/comments_spec.rb
209
+ - test/dummy/spec/functional/community_spec.rb
210
+ - test/dummy/spec/functional/favorite_spec.rb
277
211
  - test/dummy/spec/functional/following_spec.rb
278
212
  - test/dummy/spec/functional/reblog_spec.rb
279
- - test/dummy/spec/functional/blogline_spec.rb
280
213
  - test/dummy/spec/functional/timeline_spec.rb
281
- - test/dummy/spec/functional/community_spec.rb
282
- - test/dummy/public/422.html
283
- - test/dummy/public/500.html
284
- - test/dummy/public/favicon.ico
285
- - test/dummy/public/404.html
286
- homepage: https://github.com/salkar/inkwell#inkwell
287
- licenses: []
288
- post_install_message:
289
- rdoc_options: []
290
- require_paths:
291
- - lib
292
- required_ruby_version: !ruby/object:Gem::Requirement
293
- none: false
294
- requirements:
295
- - - ! '>='
296
- - !ruby/object:Gem::Version
297
- version: '0'
298
- required_rubygems_version: !ruby/object:Gem::Requirement
299
- none: false
300
- requirements:
301
- - - ! '>='
302
- - !ruby/object:Gem::Version
303
- version: '0'
304
- requirements: []
305
- rubyforge_project:
306
- rubygems_version: 1.8.25
307
- signing_key:
308
- specification_version: 3
309
- summary: Inkwell provides simple way to add social networking features like comments,
310
- reblogs, favorites, following/followers, communities, categories and timelines to
311
- your Ruby on Rails application.
312
- test_files:
313
- - test/dummy_without_community/app/models/user.rb
314
- - test/dummy_without_community/app/models/post.rb
315
- - test/dummy_without_community/app/views/layouts/application.html.erb
316
- - test/dummy_without_community/app/controllers/application_controller.rb
317
- - test/dummy_without_community/app/assets/stylesheets/application.css
214
+ - test/dummy/spec/spec_helper.rb
215
+ - test/dummy_without_community/Rakefile
318
216
  - test/dummy_without_community/app/assets/javascripts/application.js
217
+ - test/dummy_without_community/app/assets/stylesheets/application.css
218
+ - test/dummy_without_community/app/controllers/application_controller.rb
319
219
  - test/dummy_without_community/app/helpers/application_helper.rb
220
+ - test/dummy_without_community/app/models/post.rb
221
+ - test/dummy_without_community/app/models/user.rb
222
+ - test/dummy_without_community/app/views/layouts/application.html.erb
223
+ - test/dummy_without_community/config.ru
224
+ - test/dummy_without_community/config/application.rb
225
+ - test/dummy_without_community/config/boot.rb
226
+ - test/dummy_without_community/config/database.yml
320
227
  - test/dummy_without_community/config/environment.rb
321
- - test/dummy_without_community/config/environments/test.rb
322
228
  - test/dummy_without_community/config/environments/development.rb
323
229
  - test/dummy_without_community/config/environments/production.rb
324
- - test/dummy_without_community/config/database.yml
325
- - test/dummy_without_community/config/initializers/session_store.rb
230
+ - test/dummy_without_community/config/environments/test.rb
231
+ - test/dummy_without_community/config/initializers/backtrace_silencers.rb
326
232
  - test/dummy_without_community/config/initializers/inflections.rb
233
+ - test/dummy_without_community/config/initializers/inkwell.rb
327
234
  - test/dummy_without_community/config/initializers/mime_types.rb
328
235
  - test/dummy_without_community/config/initializers/secret_token.rb
236
+ - test/dummy_without_community/config/initializers/session_store.rb
329
237
  - test/dummy_without_community/config/initializers/wrap_parameters.rb
330
- - test/dummy_without_community/config/initializers/inkwell.rb
331
- - test/dummy_without_community/config/initializers/backtrace_silencers.rb
332
- - test/dummy_without_community/config/boot.rb
333
- - test/dummy_without_community/config/application.rb
334
- - test/dummy_without_community/config/routes.rb
335
238
  - test/dummy_without_community/config/locales/en.yml
336
- - test/dummy_without_community/config.ru
337
- - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb
338
- - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
339
- - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb
340
- - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb
341
- - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb
239
+ - test/dummy_without_community/config/routes.rb
342
240
  - test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
343
- - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb
344
- - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
345
- - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb
346
- - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb
347
- - test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb
348
- - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb
349
- - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb
350
- - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
351
241
  - test/dummy_without_community/db/migrate/20121202112556_create_users.rb
242
+ - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb
243
+ - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
244
+ - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb
352
245
  - test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb
246
+ - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
247
+ - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
248
+ - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb
249
+ - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
353
250
  - test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb
251
+ - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb
252
+ - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb
253
+ - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb
254
+ - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb
255
+ - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb
256
+ - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb
354
257
  - test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb
355
- - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
258
+ - test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb
356
259
  - test/dummy_without_community/db/schema.rb
357
260
  - test/dummy_without_community/db/seeds.rb
358
- - test/dummy_without_community/Rakefile
359
- - test/dummy_without_community/log/test.hello
261
+ - test/dummy_without_community/public/404.html
262
+ - test/dummy_without_community/public/422.html
263
+ - test/dummy_without_community/public/500.html
264
+ - test/dummy_without_community/public/favicon.ico
360
265
  - test/dummy_without_community/script/rails
361
- - test/dummy_without_community/spec/spec_helper.rb
362
- - test/dummy_without_community/spec/functional/favorite_spec.rb
266
+ - test/dummy_without_community/spec/functional/blogline_spec.rb
363
267
  - test/dummy_without_community/spec/functional/comments_spec.rb
268
+ - test/dummy_without_community/spec/functional/favorite_spec.rb
364
269
  - test/dummy_without_community/spec/functional/following_spec.rb
365
270
  - test/dummy_without_community/spec/functional/reblog_spec.rb
366
- - test/dummy_without_community/spec/functional/blogline_spec.rb
367
271
  - test/dummy_without_community/spec/functional/timeline_spec.rb
368
- - test/dummy_without_community/public/422.html
369
- - test/dummy_without_community/public/500.html
370
- - test/dummy_without_community/public/favicon.ico
371
- - test/dummy_without_community/public/404.html
372
- - test/dummy/app/models/user.rb
373
- - test/dummy/app/models/category.rb
374
- - test/dummy/app/models/post.rb
375
- - test/dummy/app/models/community.rb
376
- - test/dummy/app/views/layouts/application.html.erb
377
- - test/dummy/app/controllers/application_controller.rb
378
- - test/dummy/app/assets/stylesheets/application.css
379
- - test/dummy/app/assets/javascripts/application.js
380
- - test/dummy/app/helpers/application_helper.rb
272
+ - test/dummy_without_community/spec/spec_helper.rb
273
+ homepage: https://github.com/salkar/inkwell#inkwell
274
+ licenses: []
275
+ metadata: {}
276
+ post_install_message:
277
+ rdoc_options: []
278
+ require_paths:
279
+ - lib
280
+ required_ruby_version: !ruby/object:Gem::Requirement
281
+ requirements:
282
+ - - ">="
283
+ - !ruby/object:Gem::Version
284
+ version: '0'
285
+ required_rubygems_version: !ruby/object:Gem::Requirement
286
+ requirements:
287
+ - - ">="
288
+ - !ruby/object:Gem::Version
289
+ version: '0'
290
+ requirements: []
291
+ rubyforge_project:
292
+ rubygems_version: 2.2.1
293
+ signing_key:
294
+ specification_version: 4
295
+ summary: Inkwell provides simple way to add social networking features like comments,
296
+ reblogs, favorites, following/followers, communities, categories and timelines to
297
+ your Ruby on Rails application.
298
+ test_files:
299
+ - test/dummy/script/rails
300
+ - test/dummy/config/routes.rb
381
301
  - test/dummy/config/environment.rb
382
- - test/dummy/config/environments/test.rb
383
- - test/dummy/config/environments/development.rb
384
- - test/dummy/config/environments/production.rb
302
+ - test/dummy/config/application.rb
303
+ - test/dummy/config/locales/en.yml
385
304
  - test/dummy/config/database.yml
386
- - test/dummy/config/initializers/session_store.rb
305
+ - test/dummy/config/boot.rb
387
306
  - test/dummy/config/initializers/inflections.rb
388
- - test/dummy/config/initializers/mime_types.rb
389
- - test/dummy/config/initializers/secret_token.rb
390
- - test/dummy/config/initializers/wrap_parameters.rb
391
307
  - test/dummy/config/initializers/inkwell.rb
308
+ - test/dummy/config/initializers/session_store.rb
392
309
  - test/dummy/config/initializers/backtrace_silencers.rb
393
- - test/dummy/config/boot.rb
394
- - test/dummy/config/application.rb
395
- - test/dummy/config/routes.rb
396
- - test/dummy/config/locales/en.yml
310
+ - test/dummy/config/initializers/secret_token.rb
311
+ - test/dummy/config/initializers/wrap_parameters.rb
312
+ - test/dummy/config/initializers/mime_types.rb
313
+ - test/dummy/config/environments/production.rb
314
+ - test/dummy/config/environments/development.rb
315
+ - test/dummy/config/environments/test.rb
316
+ - test/dummy/spec/spec_helper.rb
317
+ - test/dummy/spec/functional/category_spec.rb
318
+ - test/dummy/spec/functional/blogline_spec.rb
319
+ - test/dummy/spec/functional/following_spec.rb
320
+ - test/dummy/spec/functional/favorite_spec.rb
321
+ - test/dummy/spec/functional/reblog_spec.rb
322
+ - test/dummy/spec/functional/timeline_spec.rb
323
+ - test/dummy/spec/functional/comments_spec.rb
324
+ - test/dummy/spec/functional/community_spec.rb
325
+ - test/dummy/public/422.html
326
+ - test/dummy/public/favicon.ico
327
+ - test/dummy/public/404.html
328
+ - test/dummy/public/500.html
329
+ - test/dummy/Rakefile
397
330
  - test/dummy/config.ru
398
- - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb
399
- - test/dummy/db/migrate/20130324114017_create_categories.rb
400
- - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
401
- - test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb
331
+ - test/dummy/db/seeds.rb
332
+ - test/dummy/db/development.sqlite3
333
+ - test/dummy/db/schema.rb
334
+ - test/dummy/db/test.sqlite3
402
335
  - test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb
403
- - test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb
404
- - test/dummy/db/migrate/20121202111750_create_posts.rb
405
336
  - test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb
406
337
  - test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
338
+ - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb
339
+ - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
340
+ - test/dummy/db/migrate/20121202111750_create_posts.rb
407
341
  - test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb
408
- - test/dummy/db/migrate/20121202112556_create_users.rb
409
342
  - test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb
410
- - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb
411
- - test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb
412
- - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
413
- - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb
414
343
  - test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
415
344
  - test/dummy/db/migrate/20130330184136_change_tables_for_categories.inkwell.rb
345
+ - test/dummy/db/migrate/20130324114017_create_categories.rb
346
+ - test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb
347
+ - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb
348
+ - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
349
+ - test/dummy/db/migrate/20121202112556_create_users.rb
350
+ - test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb
351
+ - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb
416
352
  - test/dummy/db/migrate/20130201155147_create_communities.rb
417
353
  - test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb
418
- - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb
419
- - test/dummy/db/schema.rb
420
- - test/dummy/db/seeds.rb
421
- - test/dummy/Rakefile
422
- - test/dummy/script/rails
423
- - test/dummy/spec/spec_helper.rb
424
- - test/dummy/spec/functional/favorite_spec.rb
425
- - test/dummy/spec/functional/category_spec.rb
426
- - test/dummy/spec/functional/comments_spec.rb
427
- - test/dummy/spec/functional/following_spec.rb
428
- - test/dummy/spec/functional/reblog_spec.rb
429
- - test/dummy/spec/functional/blogline_spec.rb
430
- - test/dummy/spec/functional/timeline_spec.rb
431
- - test/dummy/spec/functional/community_spec.rb
432
- - test/dummy/public/422.html
433
- - test/dummy/public/500.html
434
- - test/dummy/public/favicon.ico
435
- - test/dummy/public/404.html
354
+ - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb
355
+ - test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb
356
+ - test/dummy/app/assets/stylesheets/application.css
357
+ - test/dummy/app/assets/javascripts/application.js
358
+ - test/dummy/app/views/layouts/application.html.erb
359
+ - test/dummy/app/models/post.rb
360
+ - test/dummy/app/models/community.rb
361
+ - test/dummy/app/models/category.rb
362
+ - test/dummy/app/models/user.rb
363
+ - test/dummy/app/controllers/application_controller.rb
364
+ - test/dummy/app/helpers/application_helper.rb
365
+ - test/dummy_without_community/script/rails
366
+ - test/dummy_without_community/config/routes.rb
367
+ - test/dummy_without_community/config/environment.rb
368
+ - test/dummy_without_community/config/application.rb
369
+ - test/dummy_without_community/config/locales/en.yml
370
+ - test/dummy_without_community/config/database.yml
371
+ - test/dummy_without_community/config/boot.rb
372
+ - test/dummy_without_community/config/initializers/inflections.rb
373
+ - test/dummy_without_community/config/initializers/inkwell.rb
374
+ - test/dummy_without_community/config/initializers/session_store.rb
375
+ - test/dummy_without_community/config/initializers/backtrace_silencers.rb
376
+ - test/dummy_without_community/config/initializers/secret_token.rb
377
+ - test/dummy_without_community/config/initializers/wrap_parameters.rb
378
+ - test/dummy_without_community/config/initializers/mime_types.rb
379
+ - test/dummy_without_community/config/environments/production.rb
380
+ - test/dummy_without_community/config/environments/development.rb
381
+ - test/dummy_without_community/config/environments/test.rb
382
+ - test/dummy_without_community/spec/spec_helper.rb
383
+ - test/dummy_without_community/spec/functional/blogline_spec.rb
384
+ - test/dummy_without_community/spec/functional/following_spec.rb
385
+ - test/dummy_without_community/spec/functional/favorite_spec.rb
386
+ - test/dummy_without_community/spec/functional/reblog_spec.rb
387
+ - test/dummy_without_community/spec/functional/timeline_spec.rb
388
+ - test/dummy_without_community/spec/functional/comments_spec.rb
389
+ - test/dummy_without_community/public/422.html
390
+ - test/dummy_without_community/public/favicon.ico
391
+ - test/dummy_without_community/public/404.html
392
+ - test/dummy_without_community/public/500.html
393
+ - test/dummy_without_community/Rakefile
394
+ - test/dummy_without_community/config.ru
395
+ - test/dummy_without_community/db/seeds.rb
396
+ - test/dummy_without_community/db/schema.rb
397
+ - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb
398
+ - test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
399
+ - test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb
400
+ - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb
401
+ - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb
402
+ - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
403
+ - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb
404
+ - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb
405
+ - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb
406
+ - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb
407
+ - test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb
408
+ - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
409
+ - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb
410
+ - test/dummy_without_community/db/migrate/20121202112556_create_users.rb
411
+ - test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb
412
+ - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
413
+ - test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb
414
+ - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb
415
+ - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
416
+ - test/dummy_without_community/app/assets/stylesheets/application.css
417
+ - test/dummy_without_community/app/assets/javascripts/application.js
418
+ - test/dummy_without_community/app/views/layouts/application.html.erb
419
+ - test/dummy_without_community/app/models/post.rb
420
+ - test/dummy_without_community/app/models/user.rb
421
+ - test/dummy_without_community/app/controllers/application_controller.rb
422
+ - test/dummy_without_community/app/helpers/application_helper.rb