Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/rubysherpas/paranoia
Last synced: about 8 hours ago
Repository metadata:
acts_as_paranoid for Rails 5, 6 and 7
- Host: GitHub
- URL: https://github.com/rubysherpas/paranoia
- Owner: rubysherpas
- License: other
- Created: 2010-09-12T08:57:53.000Z (about 14 years ago)
- Default Branch: core
- Last Pushed: 2024-10-02T06:13:17.000Z (about 1 month ago)
- Last Synced: 2024-10-29T13:50:08.419Z (12 days ago)
- Language: Ruby
- Homepage:
- Size: 456 KB
- Stars: 2,890
- Watchers: 32
- Forks: 528
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Owner metadata:
- Name: Ruby Sherpas
- Login: rubysherpas
- Email: [email protected]
- Kind: organization
- Description:
- Website: http://rubysherpas.com
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/9400277?v=4
- Repositories: 7
- Last Synced at: 2024-03-25T20:47:17.818Z
- Profile URL: https://github.com/rubysherpas
- Sponsor URL:
Committers metadata
Last synced: about 11 hours ago
Total Commits: 406
Total Committers: 153
Avg Commits per committer: 2.654
Development Distribution Score (DDS): 0.86
Commits in past year: 10
Committers in past year: 8
Avg Commits per committer in past year: 1.25
Development Distribution Score (DDS) in past year: 0.7
Name | Commits | |
---|---|---|
John Hawthorn | j****n@g****m | 57 |
Ryan Bigg | r****r@g****m | 50 |
Ben A. Morgan | b****n@b****o | 22 |
Sergey Alekseev | s****k@g****m | 14 |
Mathieu Jobin | m****u@j****m | 12 |
delba | d****a@s****e | 9 |
Uwe Kubosch | d****v | 8 |
Ryan Bigg | g****t@r****m | 6 |
Martin Sereinig | m****g@l****m | 6 |
John Hawthorn | j****n@s****m | 6 |
Jared Norman | j****d@s****d | 5 |
John Hawthorn | j****n@f****m | 5 |
Nikolay Norkin | n****n@g****m | 5 |
Ryan Bigg | me@r****m | 5 |
edwardmp | e****t@e****l | 5 |
Ryan Bigg | r****r@f****m | 4 |
Emil Sågfors | e****s@i****i | 4 |
Mathieu Jobin | m****n | 4 |
Sammy Larbi | s****m@c****m | 4 |
Weston Ganger | w****r@g****m | 4 |
Andrzej Piątyszek | k****a@g****m | 3 |
Anton Kolodii | i****t@g****m | 3 |
Mauro George | m****t@g****m | 3 |
Ryan Bigg | r****r@l****o | 3 |
ray | f****y@g****m | 3 |
Ryunosuke Sato | t****s@g****m | 3 |
Tony Byrne | t****b@b****m | 3 |
mishina2228 | 3****8 | 3 |
Jörg Schiller | j****r@g****m | 2 |
Jim | p****m@g****m | 2 |
and 123 more... |
Issue and Pull Request metadata
Last synced: 1 day ago
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 59,862,722 total
- Total docker downloads: 509,182
- Total dependent packages: 36 (may contain duplicates)
- Total dependent repositories: 3,683 (may contain duplicates)
- Total versions: 83
- Total maintainers: 5
rubygems: paranoia
Paranoia is a re-implementation of acts_as_paranoid for Rails 5, 6, and 7, using much, much, much less code. You would use either plugin / gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hid" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.
- Homepage: https://github.com/rubysherpas/paranoia
- Documentation: http://www.rubydoc.info/gems/paranoia/
- Licenses: MIT
- Latest release: 2.6.3 (published about 1 year ago)
- Last Synced: 2024-11-08T20:05:09.336Z (1 day ago)
- Versions: 44
- Dependent Packages: 36
- Dependent Repositories: 3,683
- Downloads: 59,862,722 Total
- Docker Downloads: 509,182
-
Rankings:
- Downloads: 0.387%
- Dependent repos count: 0.519%
- Dependent packages count: 0.685%
- Stargazers count: 0.686%
- Average: 0.887%
- Forks count: 1.195%
- Docker downloads count: 1.853%
- Maintainers (5)
go: github.com/rubysherpas/paranoia
- Homepage:
- Documentation: https://pkg.go.dev/github.com/rubysherpas/paranoia#section-documentation
- Licenses: other
- Latest release:
- Last Synced: 2024-11-08T20:05:08.573Z (1 day ago)
- Versions: 39
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.508%
- Average: 6.726%
- Dependent repos count: 6.945%
Dependencies
- activerecord-jdbcsqlite3-adapter >= 0
- rails >= 0
- rubinius-developer_tools >= 0
- rubysl ~> 2.0
- rubysl-test-unit >= 0
- sqlite3 >= 0
- bundler >= 1.0.0 development
- rake >= 0 development
- activerecord >= 5.1, < 7.1
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite