How to Install and Uninstall ruby-has-scope Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 09,2024

1. Install "ruby-has-scope" package

This tutorial shows how to install ruby-has-scope on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-has-scope

2. Uninstall "ruby-has-scope" package

This guide let you learn how to uninstall ruby-has-scope on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-has-scope $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-has-scope package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-has-scope
Architecture: all
Version: 0.7.2-3
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 29
Depends: ruby-actionpack (>= 2:4.1), ruby-activesupport (>= 2:4.1)
Filename: pool/universe/r/ruby-has-scope/ruby-has-scope_0.7.2-3_all.deb
Size: 7988
MD5sum: 454a894bfc304af718463e2431c5bec5
SHA1: 3f3ed6a181be996599d88ef169afb477814dcb28
SHA256: 89a085cb85508121f070b02d6a54cefc30b476a3dee668deda8ca1bbc06a1a15
SHA512: b5433c6e3c4c049959489d4deb161d7286d4961031477560d3394eb8b725e405074aa0f7c173e7c4d72cf75e9c0bb4c047111dbfa18713e27af06ad088a3ec6d
Homepage: https://github.com/plataformatec/has_scope
Description-en: Maps controller filters to your resource scopes
The gem intends to maps controller filters to your resource scopes, Has Scope
allows you to map incoming controller parameters to named scope in your
resources.
.
You can retrieve all the scopes applied in one action with current_scope
method, has_scope supports several options such as :type, :only, :except,
:using, :if and many more, mapping as per required resource scope. It allows
you to map incoming controller parameters to named scope in your resources.
Description-md5: c109fe5551ea578acc7045702e8e57a0
Ruby-Versions: all