Skip to content

Commit

Permalink
Merge pull request #296 from nimblehq/chore/update-soft-delete-gem
Browse files Browse the repository at this point in the history
[#295] RFC: Soft delete gem - paranoia or discard
  • Loading branch information
ankitkalia1195 authored Jul 23, 2021
2 parents 2f3b4dc + 1ec3049 commit b7c5caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'pg' # Use Postgresql as database
gem 'puma' # Use Puma as the app server
gem 'mini_magick' # A ruby wrapper for ImageMagick or GraphicsMagick command line
gem 'pagy' # A pagination gem that is very light and fast
gem 'paranoia' # Paranoia is a re-implementation of acts_as_paranoid for Rails 3 and Rails 4. Soft-deletion of records
gem 'discard' # Soft deletes for ActiveRecord
gem 'ffaker' # A library for generating fake data such as names, addresses, and phone numbers.
gem 'fabrication' # Fabrication generates objects in Ruby. Fabricators are schematics for your objects, and can be created as needed anywhere in your app or specs.
gem 'sidekiq' # background processing for Ruby
Expand Down

0 comments on commit b7c5caf

Please sign in to comment.