kakurenbo-puti icon indicating copy to clipboard operation
kakurenbo-puti copied to clipboard

kakurenbo-puti provides an ActiveRecord-friendly soft-delete gem. This gem does not override methods of ActiveRecord.

Results 3 kakurenbo-puti issues
Sort by recently updated
recently updated
newest added

Bundler 2.x does not support Ruby 2.2. So I fixed `.travis.yml` so as to use Bundler 1.x. See https://docs.travis-ci.com/user/languages/ruby/#bundler-20

Hi, thank you for a cho-iketeru gem. `soft_destroyed?` executes SQL, now. But for performance, I think it's better to read attribute soft_delete_column. I wonder why don't you do?

Thanks for awesome gem! I have a question. Looks like, `delete` and `delete_all` method is not implemented. Is the reason for the design policy? Do you plan to implement? Thanks,