rroblak
rroblak
Not yet. I haven't had the need/time to add support for HABTM, though I of course would be happy to merge any pull requests that provide support :) I'm leaving...
@ysksn The following should dump the `id` column along with all of the other colummns: ``` SeedDump.dump(User, exclude: []) ``` Does this not work for you?
So your total set of columns is ``` [:id, :name, :age, :phone, :created_at, :updated_at] ``` Correct? How about `SeedDump.dump(User, exclude: [:phone, :created_at, :updated_at])`? Does that work?
@razitz Thanks for the PR! Before merging it I'd like for it to be covered by one or more specs. Feel free to update your PR with specs covering the...
@edg3r Thanks for the PR! Ideally I'd like for `SeedDump#value_to_s` to not have a special `return` statement for `ActiveSupport::HashWithIndifferentAccess`. Would you mind modifying your PR so that `SeedDump#value_to_s` just consists...
@TheBatOutOfHell I ran into this issue, as well. Thank you for describing it and sharing your workaround.
It doesn't look like Orgzly accepts donations, but if I could I would donate to have this feature added. It's one of the last remaining obstacles to me switching to...