ruby-activesupport
Ruby on Rails utility library
ActiveSupport is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. It includes support for multibyte strings, internationalization, time zones, and testing.
- Versions: 7.0.5.1
- Website: https://rubyonrails.org/
- Licenses: Expat
- Package source: gnu/packages/rails.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ruby-activesupport
as follows:
guix install ruby-activesupport
Or install a particular version:
guix install ruby-activesupport@7.0.5.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.