rails 2:5.2.3+dfsg-1ubuntu1 source package in Ubuntu

Changelog

rails (2:5.2.3+dfsg-1ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Disable bootsnap everywhere

rails (2:5.2.3+dfsg-1) unstable; urgency=medium

  * New upstream version 5.2.3+dfsg
  * Add salsa-ci.yml
  * Bump Standards-Version to 4.4.0
  * Bump debhelper-compat to 12
  * Add myself as an uploader

 -- Gianfranco Costamagna <email address hidden>  Thu, 29 Aug 2019 12:22:40 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rails_5.2.3+dfsg.orig.tar.xz 5.9 MiB 0914b09fe49057a011e95938b1a5f04a12f335a1326b7e76a9f38bbf544ea106
rails_5.2.3+dfsg-1ubuntu1.debian.tar.xz 86.0 KiB 9671a0c5266377bef5c9a4d057554a97f8312e51c2a72957c0d672e58a504cd5
rails_5.2.3+dfsg-1ubuntu1.dsc 4.3 KiB 27c691106933688269d4a29d2d5c4d67bbf17c8d50522e9a045d0d5e4f55915d

View changes file

Binary packages built by this source

rails: No summary available for rails in ubuntu eoan.

No description available for rails in ubuntu eoan.

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-actionmailer: email composition, delivery, and receiving framework (part of Rails)

 Action Mailer is a framework for working with email on Rails.
 Compose, deliver, receive, 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-actionview: No summary available for ruby-actionview in ubuntu eoan.

No description available for ruby-actionview in ubuntu eoan.

ruby-activejob: No summary available for ruby-activejob in ubuntu eoan.

No description available for ruby-activejob in ubuntu eoan.

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: Support and utility classes used by the Rails 4.1 framework

 ActiveSupport consists of utility classes and extensions to the Ruby
 standard library that were required for Rails but found to be
 generally useful.

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.