_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


ruby-marcel 1.0.4
Propagated dependencies: ruby-mimemagic@0.3.3
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/marcel
Licenses: Expat
Build system: ruby
Synopsis: MIME type detection using magic numbers, filenames and extensions
Description:

marcel provides MIME type detection using magic numbers, filenames, and extensions

ruby-actionmailbox 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-mail@2.8.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Receive and process incoming emails in Rails applications
Description:

ActionMailbox receives and processes incoming emails in Rails applications.

ruby-sprockets-rails 3.4.2
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-sprockets@4.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/sprockets-rails
Licenses: Expat
Build system: ruby
Synopsis: Sprockets Rails integration
Description:

Provides Sprockets implementation for the Rails Asset Pipeline.

ruby-turbo-rails 1.4.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/hotwired/turbo-rails
Licenses: Expat
Build system: ruby
Synopsis: High performance web application framework
Description:

Turbo aims to be as fast as single-page web application without having to write any JavaScript. Turbo accelerates links and form submissions without requiring server-side changes to the generated HTML. It allows carving up a page into independent frames, which can be lazy-loaded and operated as independent components. Finally, it helps making partial page updates using just HTML and a set of CRUD-like container tags. These three techniques reduce the amount of custom JavaScript that many web applications need to write by an order of magnitude. And for the few dynamic bits that are left, Stimulus can be used.

ruby-activesupport 7.2.2.1
Propagated dependencies: ruby-benchmark@0.4.0 ruby-concurrent-ruby@1.3.5 ruby-connection-pool@2.4.1 ruby-i18n@1.13.0 ruby-minitest@5.19.0 ruby-msgpack@1.7.5 ruby-securerandom@0.4.1 ruby-tzinfo@2.0.6-0.5cfebcb ruby-tzinfo-data@1.2025.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Ruby on Rails utility library
Description:

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.

ruby-propshaft 0.7.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-rack@2.2.7 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/propshaft
Licenses: Expat
Build system: ruby
Synopsis: Asset pipeline library for Rails
Description:

Propshaft is an asset pipeline library for Rails. It's built for an era where bundling assets to save on HTTP connections is no longer urgent, where JavaScript and CSS are either compiled by dedicated Node.js bundlers or served directly to the browsers, and where increases in bandwidth have made the need for minification less pressing. These factors allow for a dramatically simpler and faster asset pipeline compared to previous options, like Sprockets.

ruby-rails-html-sanitizer 1.6.0
Propagated dependencies: ruby-loofah@2.24.1 ruby-nokogiri@1.18.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/rails-html-sanitizer
Licenses: Expat
Build system: ruby
Synopsis: HTML sanitization for Rails applications
Description:

This gem is used to handle HTML sanitization in Rails applications. If you need similar functionality in non Rails apps consider using Loofah directly.

ruby-with-advisory-lock 4.0.0
Propagated dependencies: ruby-activerecord@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://closuretree.github.io/with_advisory_lock/
Licenses: Expat
Build system: ruby
Synopsis: Advisory locking for ActiveRecord
Description:

The With advisory lock gem adds advisory locking to ActiveRecord for PostgreSQL and MySQL. SQLite is also supported, but this uses the file system for locks.

ruby-sass-rails 5.0.7
Propagated dependencies: ruby-railties@7.2.2.1 ruby-sass@3.7.4 ruby-sprockets@4.2.0 ruby-sprockets-rails@3.4.2 ruby-tilt@2.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/sass-rails
Licenses: Expat
Build system: ruby
Synopsis: Sass adapter for the Rails asset pipeline
Description:

This library integrates the SASS stylesheet language into Ruby on Rails.

ruby-actionview 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-builder@3.3.0 ruby-erubi@1.11.0 ruby-rails-dom-testing@2.2.0 ruby-rails-html-sanitizer@1.6.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Conventions and helpers for building web pages
Description:

ActionView provides conventions and helpers for building web pages in Ruby.

ruby-activerecord 7.2.2.1
Propagated dependencies: ruby-activemodel@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-sqlite3@2.5.0 ruby-timeout@0.4.3
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Ruby library to connect to relational databases
Description:

Active Record connects classes to relational database table to establish an almost zero-configuration persistence layer for applications.

ruby-debug-inspector 1.1.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/banister/debug_inspector
Licenses: Expat
Build system: ruby
Synopsis: Ruby wrapper for the MRI 2.0 debug_inspector API
Description:

This package provides a Ruby wrapper for the MRI 2.0 debug_inspector API.

ruby-importmap-rails 2.1.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/importmap-rails
Licenses: Expat
Build system: ruby
Synopsis: Tool to manage modern JavaScript in Rails
Description:

Import maps can import JavaScript modules using logical names that map to versioned/digested files -- directly from the browser. It makes it possible to build modern JavaScript applications using JavaScript libraries made for ES modules (ESM) without the need for transpiling or bundling, which removes the need for Webpack, Yarn, npm, or any other part of the JavaScript toolchain. All that is needed is the asset pipeline that is already included in Rails.

ruby-activejob 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-globalid@1.1.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Declare job classes for multiple backends
Description:

ActiveJob allows declaring job classes in a common way across Rails applications.

ruby-actionpack 7.2.2.1
Propagated dependencies: ruby-actionview@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-rack@2.2.7 ruby-rack-cache@1.13.0 ruby-rack-session@1.0.1 ruby-rack-test@2.1.0 ruby-rails-dom-testing@2.2.0 ruby-rails-html-sanitizer@1.6.0 ruby-useragent@0.16.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Conventions for building and testing MVC web applications
Description:

ActionPack provides conventions for building and testing MVC web applications. These work with any Rack-compatible server.

ruby-actionmailer 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-actionview@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-mail@2.8.1 ruby-rails-dom-testing@2.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Work with emails using the controller/view pattern
Description:

Compose, deliver, receive, and test emails using the controller/view pattern. Including support for multipart email and attachments.

ruby-globalid 1.1.0
Propagated dependencies: ruby-activesupport@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Generate URIs identifying model instances in Ruby
Description:

GlobalID provides a way to generate URIs from a model in Ruby that uniquely identify it.

ruby-bootsnap 1.18.6
Propagated dependencies: ruby-msgpack@1.7.5
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/Shopify/bootsnap
Licenses: Expat
Build system: ruby
Synopsis: Accelerator for large Ruby/Rails application
Description:

Bootsnap is a library that plugs into Ruby, with optional support for YAML, to optimize and cache expensive computations.

ruby-actiontext 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-nokogiri@1.18.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Edit and display rich text in Rails applications
Description:

ActionText edits and displays rich text in Rails applications.

ruby-spring 4.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/spring
Licenses: Expat
Build system: ruby
Synopsis: Ruby on Rails application preloader
Description:

Spring is a Ruby on Rails application preloader. It speeds up development by keeping your application running in the background so the application does need to boot it every time you run a test, rake task or migration.

ruby-activestorage 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-marcel@1.0.4 ruby-mini-mime@1.1.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Integrate file storage services in to Rails applications
Description:

ActiveStorage integrates file storage services with Rails applications, allowing files to be attached to ActiveRecord models.

ruby-actioncable 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-nio4r@2.7.4 ruby-websocket-driver@0.7.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Integrate integrates WebSockets with Rails applications
Description:

Action Cable integrates WebSockets with Rails applications. Through WebSockets it allows for real-time features in web applications.

ruby-autoprefixer-rails 10.4.13.0
Propagated dependencies: ruby-execjs@2.7.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/ai/autoprefixer-rails
Licenses: Expat
Build system: ruby
Synopsis: Parse CSS and add vendor prefixes to CSS rules
Description:

This gem provides Ruby and Ruby on Rails integration with Autoprefixer, which can parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.

ruby-rspec-rails 7.0.2
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-railties@7.2.2.1 ruby-rspec-core@3.13.2 ruby-rspec-expectations@3.13.3 ruby-rspec-mocks@3.13.2 ruby-rspec-support@3.13.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rspec/rspec-rails
Licenses: Expat
Build system: ruby
Synopsis: Use RSpec to test Ruby on Rails applications
Description:

This package provides support for using RSpec to test Ruby on Rails applications, in pace of the default Minitest testing library.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091