make_flaggable icon indicating copy to clipboard operation
make_flaggable copied to clipboard

[Unmaintained] User-centric flagging system for Rails 3 applications.

Results 13 make_flaggable issues
Sort by recently updated
recently updated
newest added

Hi! I was trying to use the `.with_flag(reason)` scope for Flagging, as it is documented in `README`, but I realized there's no scope for that in the code. I added...

The ability to remove flags on an item was a feature that I needed. I'm doing this by setting unflag = '1' on flaggable, with a before save callback that...

Well this one stumped me for a while. The migration created by `rails g make_flaggable` made the following migration file: `20150418035621_create_make_flaggable_tables` Somehow, it forgot the `.rb`. This was giving me...

Ran the command line test, selects all of the right data, but doesn't insert it: irb(main):009:0> u.flag(s, :promote) ←[1m←[36mMakeFlaggable::Flagging Load (0.0ms)←[0m ←[1mSELECT "flaggings".\* FROM "flaggings" W gings"."flaggable_id" = 48 AND...

Good morning, Whenever I try to make a user like a post (on the browser or console), it keeps showing me this error : SQLite3::SQLException: no such column: flaggings_count: UPDATE...

$ bundle ``` Bundler could not find compatible versions for gem "activerecord": In Gemfile: make_flaggable (>= 0) ruby depends on activerecord (~> 3.0.0) ruby rails (= 3.2.13) ruby depends on...

Hi all, Great work, thanks! It would be nice to have flag types, like lets say "bookmark", "favourite", "keep" and then you might be able to do: user.bookmark! and not...

Hi @medihack, i use your gem to flag photos as favorite by the users and i'm looking a way to cache that number for single photo. How can i implement...

i like to install make_flaggable in rails 3.1.1. but i get this error: Fetching git://github.com/medihack/make_flaggable.git Fetching source index for http://rubygems.org/ Bundler could not find compatible versions for gem "activerecord": In...