Hello, I'm interested in adding commenting to my Rails 3 app. Acts As Commentable seems to be best choice out there even though it's a little dated?
I'd like your input on
Can Acts as Commentable support multiple models? Example, I want commenting on items Like Books, Authors, Chapters, etc.. which are all separate pages. Is this possible with the plugin?
It seems like this plugin is just the model for comments and then being able to create & access comments. If I want to then add this to one of my views (books for example) where do I start? Also, I want comments to be postable via AJAX. Where do I start to learn how to implement such a thing?
Thanks!