rails 2:4.2.10-0ubuntu2 source package in Ubuntu

Changelog

rails (2:4.2.10-0ubuntu2) bionic; urgency=medium

  * Import upstream patch to fix testcase, having a side-effect on
    subsequent and/or out of order executed tests. Thanks to Daniel
    Watkins for pointing this out. Maybe one day we will be able to
    migrate ruby-defaults, ideally like this decade or something.

 -- Dimitri John Ledkov <email address hidden>  Thu, 08 Mar 2018 12:40:45 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rails_4.2.10.orig.tar.gz 3.9 MiB 268a718a7a49ee3406027ac5b871959c096ae02d47db6a97934932897ee6e350
rails_4.2.10-0ubuntu2.debian.tar.xz 90.4 KiB 48958bc6e781ae53f761d55a09f13befcbd8bc47dabda2678f1d308de52e32bc
rails_4.2.10-0ubuntu2.dsc 3.2 KiB 5838821d27cdc07d622dd74b70e012e88ae0683f6bc64f8477e42de1e581409b

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-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: 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

 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, really.

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-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.