rails 2:4.2.10-0ubuntu3 source package in Ubuntu

Changelog

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

  * Bump sdoc depdency to match ruby2.5

 -- Dimitri John Ledkov <email address hidden>  Thu, 08 Mar 2018 15:42:11 +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-0ubuntu3.debian.tar.xz 90.6 KiB 0395bc1ec201d307b2ba5f4b0dfca186dc5bd5853dea7a2b4a0cb2658dc7f9a8
rails_4.2.10-0ubuntu3.dsc 3.2 KiB c5850e78c834ef2b5414d61575f64165c274573f103f1be56a706499b098359d

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.