Is there an alternative to Rails Feedback plugin - https://github.com/jsboulanger/feedback ? I want something to work with Rails 3
Why not use plain old ruby-on-rails programming? You have users, you have content items, you introduce a new object/table "Feedback" which belongs to user and belongs to content item. If you have several content types, you can use a polymorphic associations.
Now you put the attributes you like in the object (stars, grades, comments, public/private, etc). You put the forms for entering and displaying the feedback into partials and put them everywhere you need them. Later you can add some fancy ajax-stuff.
Even if this may take a little longer, you use the time to master the framework, so I think the time is well invested.
Did you try rewritten version for rails 3? Also another version here?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With