Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't save to postgresql #18

Open
undersky0 opened this issue Mar 12, 2014 · 2 comments
Open

Doesn't save to postgresql #18

undersky0 opened this issue Mar 12, 2014 · 2 comments

Comments

@undersky0
Copy link

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 "flaggings"."flag" = 'promote' LIMIT 1←[0m
←[1m←[35m (0.0ms)←[0m BEGIN
←[1m←[36mSQL (0.0ms)←[0m ←[1mINSERT INTO "flaggings" ("created_at", "flag", "flaggable_id", "
t", Wed, 12 Mar 2014 20:15:45 UTC +00:00], ["flag", nil], ["flaggable_id", nil], ["flaggable_typ
←[1m←[35m (12.0ms)←[0m COMMIT
=> #<MakeFlaggable::Flagging id: 10, flaggable_type: nil, flaggable_id: nil, flagger_type: nil,

Any ideas ?

@licatajustin
Copy link

+1

@samozeleznik
Copy link

Will postgresql support be added in the future? It seems like a great gem, but that is a dealbraker unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants