server side of the comment service
Перейти к файлу
Ibrahim Awwal d0656e8e74 Enable searching for multiple commentable_ids. Necessary for paging to work properly. 2012-09-14 00:37:31 -07:00
api Enable searching for multiple commentable_ids. Necessary for paging to work properly. 2012-09-14 00:37:31 -07:00
config Fine tune New Relic config params 2012-09-03 17:05:45 -04:00
lib add shared key authentication 2012-08-21 13:22:27 -07:00
models Enable searching for multiple commentable_ids. Necessary for paging to work properly. 2012-09-14 00:37:31 -07:00
spec Add endoresed information for threads. 2012-09-06 17:44:12 -04:00
.gitignore Ignore logs. 2012-09-05 22:44:06 -07:00
.rvmrc This .rvmrc is works for me, it didn't before. 2012-08-26 16:26:06 -07:00
Gemfile Guardfile set up for unicorn. 2012-09-05 22:44:49 -07:00
Gemfile.lock Guardfile set up for unicorn. 2012-09-05 22:44:49 -07:00
Guardfile Guardfile set up for unicorn. 2012-09-05 22:44:49 -07:00
Procfile Add procfile, unicorn config 2012-09-03 16:25:24 -04:00
README.md initial import 2012-06-20 15:25:35 -07:00
Rakefile Update generate_comments_for so that it actually generates multiple levels of comments, up to the maximum nesting level. 2012-09-12 02:41:52 -07:00
app.rb include loadtest environment for loading newrelic_rpm 2012-09-03 15:19:01 -04:00
config.ru Use a Rack config file 2012-08-20 11:55:55 -04:00

README.md

comment_as_a_service

An independent comment system which supports voting and nested comments. It also supports features including instructor endorsement for education-aimed discussion platforms.