rails 2:6.1.4.1+dfsg-8ubuntu1 source package in Ubuntu

Changelog

rails (2:6.1.4.1+dfsg-8ubuntu1) jammy; urgency=medium

  * Do not run tests and remove some b-d to break circular dependency.
    - d/control: remove all b-d marked as <!nocheck>.
    - d/ruby-tests.rb: comment out the entire file.
    - d/rules: comment out call to script to start and stop redis to run
      tests, and GEM2DEB_TEST_RUNNER = --check-dependencies.

 -- Lucas Kanashiro <email address hidden>  Wed, 08 Dec 2021 16:09:06 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rails_6.1.4.1+dfsg.orig.tar.xz 7.8 MiB 65eb60fc4892a920710f7bd50a1c5bdafcc8fcf47710223721868f99fa0290d0
rails_6.1.4.1+dfsg-8ubuntu1.debian.tar.xz 99.0 KiB 8c191b7c41e1d6e74457706c267ef35ee8da535636c849385d3da78ac6581933
rails_6.1.4.1+dfsg-8ubuntu1.dsc 3.8 KiB 9bebe36b411eb06457eb54129dac1ee37cef5e3f33f14ea055a80893bdfd940b

View changes file

Binary packages built by this source

rails: MVC ruby based framework geared for web application development (metapackage)

 Rails is a full-stack, open-source web framework in Ruby for writing
 real-world applications.
 .
 Being a full-stack framework means that all layers are built to work
 seamlessly together. That way you don't repeat yourself and you can
 use a single language from top to bottom. Everything from templates to
 control flow to business logic is written in Ruby.
 .
 This is a metapackage.

ruby-actioncable: WebSocket framework for Rails (part of Rails)

 Action Cable seamlessly integrates WebSockets with the rest of your Rails
 application. It allows for real-time features to be written in Ruby in the same
 style and form as the rest of your Rails application, while still being
 performant and scalable. It's a full-stack offering that provides both a
 client-side JavaScript framework and a server-side Ruby framework. You have
 access to your full domain model written with Active Record or your ORM of
 choice.

ruby-actionmailbox: receive and process incoming emails (part of Rails)

 Action Mailbox routes incoming emails to controller-like mailboxes for
 processing in Rails. It ships with ingresses for Mailgun, Mandrill,
 Postmark, and SendGrid. It provides the way for handling inbound mails
 directly via the built-in Exim, Postfix, and Qmail ingresses.

ruby-actionmailer: email composition, delivery framework (part of Rails)

 Action Mailer is a framework for working with email on Rails.
 Compose, deliver, and test emails using the familiar controller/view
 pattern. First-class support for multipart email and attachments.

ruby-actionpack: web-flow and rendering framework putting the VC in MVC (part of Rails)

 Action Pack is a framework for web apps on Rails. Simple,
 battle-tested conventions for building and testing MVC web
 applications. Works with any Rack-compatible server.

ruby-actiontext: edit and display rich text (part of Rails)

 Action Text brings rich text content and editing to Rails. It includes
 the Trix editor that handles everything from formatting to links to
 quotes to lists to embedded images and galleries.

ruby-actionview: framework for handling view template lookup and rendering (part of Rails)

 Action View is a framework for handling view template lookup and
 rendering, and provides view helpers that assist when building HTML
 forms, Atom feeds and more. Template formats that Action View handles
 are ERB (embedded Ruby, typically used to inline short Ruby snippets
 inside HTML), and XML Builder.

ruby-activejob: job framework with pluggable queues (part of Rails)

 Active Job is a framework for declaring jobs and making them run on a variety
 of queueing backends. These jobs can be everything from regularly scheduled
 clean-ups, to billing charges, to mailings. Anything that can be chopped up
 into small units of work and run in parallel.

ruby-activemodel: toolkit for building modeling frameworks (part of Rails)

 Active Model is a toolkit for building modeling frameworks like
 Active Record and Active Resource. This includes a rich support for
 attributes, callbacks, validations, observers, serialization,
 internationalization, and testing.

ruby-activerecord: object-relational mapper framework (part of Rails)

 Active Records is a framework to work with databases on Rails. Build
 a persistent domain model by mapping database tables to Ruby classes.
 Strong conventions for associations, validations, aggregations,
 migrations, and testing come baked-in.

ruby-activestorage: local and cloud file storage framework (part of Rails)

 Active Storage makes it simple to upload and reference files in cloud services
 like Amazon S3 and Microsoft Azure Storage, and attach those files to Active
 Records. Supports having one main service and mirrors in other services for
 redundancy. It also provides a disk service for testing or local deployments,
 but the focus is on cloud storage.
 .
 Files can be uploaded from the server to the cloud or directly from the client
 to the cloud.
 .
 Image files can furthermore be transformed using on-demand variants for
 quality, aspect ratio, size, or any other MiniMagick supported transformation.

ruby-activesupport: collection of utility classes used by the Rails framework

 Active Support is a collection of utility classes and standard library
 extensions that were found useful for the Rails framework.
 .
 The classes reside in this package so they can be loaded as needed in
 Ruby projects outside of Rails.

ruby-rails: MVC ruby based framework geared for web application development

 Rails is a full-stack, open-source web framework in Ruby for writing
 real-world applications.
 .
 Being a full-stack framework means that all layers are built to work
 seamlessly together. That way you don't repeat yourself and you can
 use a single language from top to bottom. Everything from templates to
 control flow to business logic is written in Ruby.

ruby-railties: tools for creating, working with, and running Rails applications

 This package contains the Rails internals, i.e. components that implement
 and/or control application bootup, plugins, generators, and rake tasks.