--- !ruby/object:Gem::Specification name: inkwell version: !ruby/object:Gem::Version version: 1.4.1 prerelease: platform: ruby authors: - Sergey Sokolov autorequire: bindir: bin cert_chain: [] date: 2013-03-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: railties requirement: &68819720 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 type: :runtime prerelease: false version_requirements: *68819720 - !ruby/object:Gem::Dependency name: activerecord requirement: &68818400 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 type: :runtime prerelease: false version_requirements: *68818400 - !ruby/object:Gem::Dependency name: rspec-rails requirement: &68817170 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *68817170 - !ruby/object:Gem::Dependency name: database_cleaner requirement: &68816570 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *68816570 - !ruby/object:Gem::Dependency name: sqlite3 requirement: &68834090 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *68834090 - !ruby/object:Gem::Dependency name: rails requirement: &68832840 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 type: :development prerelease: false version_requirements: *68832840 description: Inkwell provides simple way to add social networking features like comments, reblogs, favorites, following/followers, communities and timelines to your Ruby on Rails application. email: - sokolov.sergey.a@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/controllers/inkwell/application_controller.rb - app/assets/stylesheets/inkwell/application.css - app/assets/javascripts/inkwell/application.js - app/helpers/inkwell/application_helper.rb - app/views/layouts/inkwell/application.html.erb - app/models/inkwell/timeline_item.rb - app/models/inkwell/blog_item.rb - app/models/inkwell/favorite_item.rb - app/models/inkwell/community_user.rb - app/models/inkwell/following.rb - app/models/inkwell/comment.rb - config/routes.rb - db/migrate/20121209121955_create_inkwell_blog_items.rb - db/migrate/20121209124743_create_inkwell_comments.rb - db/migrate/20130202130030_change_is_comment_to_item_type.rb - db/migrate/20121202140816_add_columns_to_posts.rb - db/migrate/20121202140510_create_inkwell_timeline_items.rb - db/migrate/20130212130898_refactor_user_community_relation.rb - db/migrate/20130202130010_change_tables_for_communities.rb - db/migrate/20121209124435_add_columns_to_users.rb - db/migrate/20130212130868_rename_parent_id_to_parent_comment_id_in_comment_table.rb - db/migrate/20121209123557_create_inkwell_favorite_items.rb - db/migrate/20130212130908_refactor_invites_bans_mutes.rb - db/migrate/20130212130858_refactor_comment_table.rb - db/migrate/20130202130020_add_community_ids_to_post.rb - db/migrate/20130202130040_add_owner_type_to_lines.rb - db/migrate/20130212130878_change_community_table_for_adding_types_and_user_access.rb - db/migrate/20130212130888_refactor_followings_relation.rb - lib/inkwell/version.rb - lib/inkwell/engine.rb - lib/common/base.rb - lib/acts_as_inkwell_community/base.rb - lib/tasks/inkwell_tasks.rake - lib/acts_as_inkwell_user/base.rb - lib/acts_as_inkwell_post/base.rb - lib/inkwell.rb - Rakefile - test/dummy_without_community/config.ru - test/dummy_without_community/spec/spec_helper.rb - test/dummy_without_community/spec/functional/reblog_spec.rb - test/dummy_without_community/spec/functional/comments_spec.rb - test/dummy_without_community/spec/functional/following_spec.rb - test/dummy_without_community/spec/functional/favorite_spec.rb - test/dummy_without_community/spec/functional/timeline_spec.rb - test/dummy_without_community/spec/functional/blogline_spec.rb - test/dummy_without_community/config/environment.rb - test/dummy_without_community/config/application.rb - test/dummy_without_community/config/locales/en.yml - test/dummy_without_community/config/environments/production.rb - test/dummy_without_community/config/environments/development.rb - test/dummy_without_community/config/environments/test.rb - test/dummy_without_community/config/database.yml - test/dummy_without_community/config/routes.rb - test/dummy_without_community/config/initializers/backtrace_silencers.rb - test/dummy_without_community/config/initializers/wrap_parameters.rb - test/dummy_without_community/config/initializers/inflections.rb - test/dummy_without_community/config/initializers/mime_types.rb - test/dummy_without_community/config/initializers/inkwell.rb - test/dummy_without_community/config/initializers/secret_token.rb - test/dummy_without_community/config/initializers/session_store.rb - test/dummy_without_community/config/boot.rb - test/dummy_without_community/app/controllers/application_controller.rb - test/dummy_without_community/app/assets/stylesheets/application.css - test/dummy_without_community/app/assets/javascripts/application.js - test/dummy_without_community/app/helpers/application_helper.rb - test/dummy_without_community/app/views/layouts/application.html.erb - test/dummy_without_community/app/models/post.rb - test/dummy_without_community/app/models/user.rb - test/dummy_without_community/Rakefile - test/dummy_without_community/script/rails - test/dummy_without_community/tmp/cache/assets/D2E/C70/sprockets%2F511cde343b411811cde816afa3764c3f - test/dummy_without_community/tmp/cache/assets/D0C/710/sprockets%2F47cc7c2db3d4d47d2640d03278de1458 - test/dummy_without_community/tmp/cache/assets/CCB/010/sprockets%2Fdcb0087291b2e4363b4b033f0b96b074 - test/dummy_without_community/tmp/cache/assets/DA0/410/sprockets%2F9b4a8beca5a52f55348c29fd626c5bd1 - test/dummy_without_community/tmp/cache/assets/DA1/150/sprockets%2F7e5d06db19979efc10f40f2f2cd6ea14 - test/dummy_without_community/tmp/cache/assets/D37/C20/sprockets%2F27c29c0dc5731801b275fbebd8633da5 - test/dummy_without_community/tmp/cache/assets/E87/870/sprockets%2F2433eba6f4ca5efe9ca6f6f6d11bdbda - test/dummy_without_community/tmp/cache/assets/E33/E70/sprockets%2F488fcaba9dcd8ab4ba9f62876f2a1da5 - test/dummy_without_community/tmp/cache/assets/C7B/EE0/sprockets%2Fb40754510cf48918f3b8600a4395ec41 - test/dummy_without_community/tmp/cache/assets/D32/840/sprockets%2Fe6be45bb2c3a75fdb7a457a723022904 - test/dummy_without_community/tmp/cache/assets/E30/770/sprockets%2F92dddf4e7b9ad97a4ea7bd25beb661b0 - test/dummy_without_community/tmp/cache/assets/D90/420/sprockets%2Fc062fefdcabbd3588a1b9e46744a0103 - test/dummy_without_community/tmp/pids/server.pid - test/dummy_without_community/db/development.sqlite3 - test/dummy_without_community/db/schema.rb - test/dummy_without_community/db/seeds.rb - test/dummy_without_community/db/test.sqlite3 - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb - test/dummy_without_community/db/migrate/20121202112556_create_users.rb - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb - test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb - test/dummy_without_community/db/migrate/20121202111750_create_posts.rb - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb - test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb - test/dummy_without_community/log/development.log - test/dummy_without_community/log/test.log - test/dummy_without_community/public/500.html - test/dummy_without_community/public/favicon.ico - test/dummy_without_community/public/404.html - test/dummy_without_community/public/422.html - test/dummy/config.ru - test/dummy/spec/spec_helper.rb - test/dummy/spec/functional/reblog_spec.rb - test/dummy/spec/functional/community_spec.rb - test/dummy/spec/functional/comments_spec.rb - test/dummy/spec/functional/following_spec.rb - test/dummy/spec/functional/favorite_spec.rb - test/dummy/spec/functional/timeline_spec.rb - test/dummy/spec/functional/blogline_spec.rb - test/dummy/config/environment.rb - test/dummy/config/application.rb - test/dummy/config/locales/en.yml - test/dummy/config/environments/production.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/test.rb - test/dummy/config/database.yml - test/dummy/config/routes.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/inkwell.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/boot.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/javascripts/application.js - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/models/post.rb - test/dummy/app/models/user.rb - test/dummy/app/models/community.rb - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/tmp/cache/assets/D2E/C70/sprockets%2F511cde343b411811cde816afa3764c3f - test/dummy/tmp/cache/assets/D0C/710/sprockets%2F47cc7c2db3d4d47d2640d03278de1458 - test/dummy/tmp/cache/assets/CCB/010/sprockets%2Fdcb0087291b2e4363b4b033f0b96b074 - test/dummy/tmp/cache/assets/DA0/410/sprockets%2F9b4a8beca5a52f55348c29fd626c5bd1 - test/dummy/tmp/cache/assets/DA1/150/sprockets%2F7e5d06db19979efc10f40f2f2cd6ea14 - test/dummy/tmp/cache/assets/D37/C20/sprockets%2F27c29c0dc5731801b275fbebd8633da5 - test/dummy/tmp/cache/assets/E87/870/sprockets%2F2433eba6f4ca5efe9ca6f6f6d11bdbda - test/dummy/tmp/cache/assets/E33/E70/sprockets%2F488fcaba9dcd8ab4ba9f62876f2a1da5 - test/dummy/tmp/cache/assets/C7B/EE0/sprockets%2Fb40754510cf48918f3b8600a4395ec41 - test/dummy/tmp/cache/assets/D32/840/sprockets%2Fe6be45bb2c3a75fdb7a457a723022904 - test/dummy/tmp/cache/assets/E30/770/sprockets%2F92dddf4e7b9ad97a4ea7bd25beb661b0 - test/dummy/tmp/cache/assets/D90/420/sprockets%2Fc062fefdcabbd3588a1b9e46744a0103 - test/dummy/tmp/pids/server.pid - test/dummy/db/development.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/db/test.sqlite3 - test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb - test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb - test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb - test/dummy/db/migrate/20121202112556_create_users.rb - test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb - test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb - test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb - test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb - test/dummy/db/migrate/20130201155147_create_communities.rb - test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb - test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb - test/dummy/db/migrate/20121202111750_create_posts.rb - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/404.html - test/dummy/public/422.html homepage: https://github.com/salkar/inkwell#inkwell licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Inkwell provides simple way to add social networking features like comments, reblogs, favorites, following/followers, communities and timelines to your Ruby on Rails application. test_files: - test/dummy_without_community/config.ru - test/dummy_without_community/spec/spec_helper.rb - test/dummy_without_community/spec/functional/reblog_spec.rb - test/dummy_without_community/spec/functional/comments_spec.rb - test/dummy_without_community/spec/functional/following_spec.rb - test/dummy_without_community/spec/functional/favorite_spec.rb - test/dummy_without_community/spec/functional/timeline_spec.rb - test/dummy_without_community/spec/functional/blogline_spec.rb - test/dummy_without_community/config/environment.rb - test/dummy_without_community/config/application.rb - test/dummy_without_community/config/locales/en.yml - test/dummy_without_community/config/environments/production.rb - test/dummy_without_community/config/environments/development.rb - test/dummy_without_community/config/environments/test.rb - test/dummy_without_community/config/database.yml - test/dummy_without_community/config/routes.rb - test/dummy_without_community/config/initializers/backtrace_silencers.rb - test/dummy_without_community/config/initializers/wrap_parameters.rb - test/dummy_without_community/config/initializers/inflections.rb - test/dummy_without_community/config/initializers/mime_types.rb - test/dummy_without_community/config/initializers/inkwell.rb - test/dummy_without_community/config/initializers/secret_token.rb - test/dummy_without_community/config/initializers/session_store.rb - test/dummy_without_community/config/boot.rb - test/dummy_without_community/app/controllers/application_controller.rb - test/dummy_without_community/app/assets/stylesheets/application.css - test/dummy_without_community/app/assets/javascripts/application.js - test/dummy_without_community/app/helpers/application_helper.rb - test/dummy_without_community/app/views/layouts/application.html.erb - test/dummy_without_community/app/models/post.rb - test/dummy_without_community/app/models/user.rb - test/dummy_without_community/Rakefile - test/dummy_without_community/script/rails - test/dummy_without_community/tmp/cache/assets/D2E/C70/sprockets%2F511cde343b411811cde816afa3764c3f - test/dummy_without_community/tmp/cache/assets/D0C/710/sprockets%2F47cc7c2db3d4d47d2640d03278de1458 - test/dummy_without_community/tmp/cache/assets/CCB/010/sprockets%2Fdcb0087291b2e4363b4b033f0b96b074 - test/dummy_without_community/tmp/cache/assets/DA0/410/sprockets%2F9b4a8beca5a52f55348c29fd626c5bd1 - test/dummy_without_community/tmp/cache/assets/DA1/150/sprockets%2F7e5d06db19979efc10f40f2f2cd6ea14 - test/dummy_without_community/tmp/cache/assets/D37/C20/sprockets%2F27c29c0dc5731801b275fbebd8633da5 - test/dummy_without_community/tmp/cache/assets/E87/870/sprockets%2F2433eba6f4ca5efe9ca6f6f6d11bdbda - test/dummy_without_community/tmp/cache/assets/E33/E70/sprockets%2F488fcaba9dcd8ab4ba9f62876f2a1da5 - test/dummy_without_community/tmp/cache/assets/C7B/EE0/sprockets%2Fb40754510cf48918f3b8600a4395ec41 - test/dummy_without_community/tmp/cache/assets/D32/840/sprockets%2Fe6be45bb2c3a75fdb7a457a723022904 - test/dummy_without_community/tmp/cache/assets/E30/770/sprockets%2F92dddf4e7b9ad97a4ea7bd25beb661b0 - test/dummy_without_community/tmp/cache/assets/D90/420/sprockets%2Fc062fefdcabbd3588a1b9e46744a0103 - test/dummy_without_community/tmp/pids/server.pid - test/dummy_without_community/db/development.sqlite3 - test/dummy_without_community/db/schema.rb - test/dummy_without_community/db/seeds.rb - test/dummy_without_community/db/test.sqlite3 - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb - test/dummy_without_community/db/migrate/20121202112556_create_users.rb - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb - test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb - test/dummy_without_community/db/migrate/20121202111750_create_posts.rb - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb - test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb - test/dummy_without_community/log/development.log - test/dummy_without_community/log/test.log - test/dummy_without_community/public/500.html - test/dummy_without_community/public/favicon.ico - test/dummy_without_community/public/404.html - test/dummy_without_community/public/422.html - test/dummy/config.ru - test/dummy/spec/spec_helper.rb - test/dummy/spec/functional/reblog_spec.rb - test/dummy/spec/functional/community_spec.rb - test/dummy/spec/functional/comments_spec.rb - test/dummy/spec/functional/following_spec.rb - test/dummy/spec/functional/favorite_spec.rb - test/dummy/spec/functional/timeline_spec.rb - test/dummy/spec/functional/blogline_spec.rb - test/dummy/config/environment.rb - test/dummy/config/application.rb - test/dummy/config/locales/en.yml - test/dummy/config/environments/production.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/test.rb - test/dummy/config/database.yml - test/dummy/config/routes.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/inkwell.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/boot.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/javascripts/application.js - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/models/post.rb - test/dummy/app/models/user.rb - test/dummy/app/models/community.rb - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/tmp/cache/assets/D2E/C70/sprockets%2F511cde343b411811cde816afa3764c3f - test/dummy/tmp/cache/assets/D0C/710/sprockets%2F47cc7c2db3d4d47d2640d03278de1458 - test/dummy/tmp/cache/assets/CCB/010/sprockets%2Fdcb0087291b2e4363b4b033f0b96b074 - test/dummy/tmp/cache/assets/DA0/410/sprockets%2F9b4a8beca5a52f55348c29fd626c5bd1 - test/dummy/tmp/cache/assets/DA1/150/sprockets%2F7e5d06db19979efc10f40f2f2cd6ea14 - test/dummy/tmp/cache/assets/D37/C20/sprockets%2F27c29c0dc5731801b275fbebd8633da5 - test/dummy/tmp/cache/assets/E87/870/sprockets%2F2433eba6f4ca5efe9ca6f6f6d11bdbda - test/dummy/tmp/cache/assets/E33/E70/sprockets%2F488fcaba9dcd8ab4ba9f62876f2a1da5 - test/dummy/tmp/cache/assets/C7B/EE0/sprockets%2Fb40754510cf48918f3b8600a4395ec41 - test/dummy/tmp/cache/assets/D32/840/sprockets%2Fe6be45bb2c3a75fdb7a457a723022904 - test/dummy/tmp/cache/assets/E30/770/sprockets%2F92dddf4e7b9ad97a4ea7bd25beb661b0 - test/dummy/tmp/cache/assets/D90/420/sprockets%2Fc062fefdcabbd3588a1b9e46744a0103 - test/dummy/tmp/pids/server.pid - test/dummy/db/development.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/db/test.sqlite3 - test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb - test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb - test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb - test/dummy/db/migrate/20121202112556_create_users.rb - test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb - test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb - test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb - test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb - test/dummy/db/migrate/20130201155147_create_communities.rb - test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb - test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb - test/dummy/db/migrate/20121202111750_create_posts.rb - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/404.html - test/dummy/public/422.html