commontator icon indicating copy to clipboard operation
commontator copied to clipboard

A Rails engine for comments

Results 26 commontator issues
Sort by recently updated
recently updated
newest added

I run rake commontator:copy:models and make changes to the validation rules inside model in app/models/commontator/comment.rb but they don't apply, like the documentation says it should.

I have started getting this whenever running rspec DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the :body...

Dependency was added in #195. I'm using https://github.com/rails/propshaft, and they seem to conflict (getting boot error).

Don't recognize .js.erb file when is request shown the comments threads. I change the filename and include tag to act as .js file ``` ActionView::Template::Error (Missing partial commontator/threads/_hide_show_links with {:locale=>[:en],...

Could be configurable, but a good default would be 2**15-1 (32,767) which is the maximum number of characters that fit in 1 cell in Excel. Or maybe something smaller if...

enhancement

Hi, I'm trying to use commontator with a Rails 5.2 app that uses webpacker for javascript deployment. I tried importing the necessary javascripts going off of the readme, but didn't...

when adding acts_as_commontable to active storage attachment, commontator raise an error when adding picture to user for instance with it happens at in lib/commontator/acts_as_commontable.rb line 27 validates :commontator_thread, presence: true,...

> Local Time makes it easy to display times and dates to users in their local time. Its Rails helpers render elements in UTC (making them cache friendly), and its...

If the user pastes any links with the comment text. It just appears as text and not as a clickable link. Any way we could parse links from the comment...

I'm getting this error in production: ``` app/helpers/commontator/link_renderer.rb:1:in `': uninitialized constant WillPaginate::ActionView (NameError) ``` and I can't figure out how to fix it. Any clues? Rails: 6.1.3.2 Ruby: 2.7.3