commontator
commontator copied to clipboard
A Rails engine for comments
I think this section meant to say `Displaying all 2 comments` and `No comments found` on this one Instead it is showing proc object id. Is there specific version of...
When user is deleted, all comments are deleted too. But in the case of a 'soft delete', this might not be a good idea. In case of soft delete, the...
The autofocusing code does not work when replying to a comment, it only works when creating a new comment. The code in _new.js.erb is: ``` $('#-body').focus(); ``` And in _form.html.erb,...
In a project we use a scope in routes for language switching, which includes the commontator mount: ``` scope path: '(:locale)', constraints: { locale: /#{I18n.available_locales.join("|")}/ } do mount Commontator::Engine =>...
First, I'd like to say, great work on this gem! It's extremely easy to use, and versatile. Are there any plans to make it work without any of the HTML...
I'm currently working on an application which requires javascript tags to have a `nonce` set. It's possible to run `rake commontator:copy:views` and adjust the views to change ``` ``` to...
Is there a method available to only display the thread, or only the form? In some cases, it could be nice to see the comment thread without also showing the...
How can i create a comment from a controller. I want to create a comment each time i edit a post(the comment needs to be attached to the thread of...
If you are running `uuid` in your schema, you can run this migration to make the gem work with your setup: ``` drop_table :commontator_comments drop_table :commontator_subscriptions drop_table :commontator_threads drop_table :votes...
Is it possible to add images in comments ? I mean to say posting images with comments. I tried this http://stackoverflow.com/questions/31907023/images-in-comments-with-paperclip-and-commontator