rails 2:4.2.5.2-2 source package in Ubuntu

Changelog

rails (2:4.2.5.2-2) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Antonio Terceiro ]
  * 0002-load_paths.rb-don-t-load-bundler.patch: don't load bundler when
    running tests
  * Run tests during build
    - add all runtime dependencies as build dependencies as well
  * Run unit tests also under autopkgtest
  * Add 0003-Make-AR-SpawnMethods-merge-to-check-an-arg-is-a-Proc.patch to fix
    ActiveRecord relations with Ruby 2.3
  * 0004-ActiveRecord-skip-a-few-tests-that-are-broken-on-Deb.patch skip some
    tests that are broken on Debian.

 -- Antonio Terceiro <email address hidden>  Fri, 04 Mar 2016 14:49:00 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rails_4.2.5.2-2.dsc 3.4 KiB 9b44f14ced8a6263c40c6aa303d16b17d59685c303fd9803d451da0a8a8b8063
rails_4.2.5.2.orig.tar.gz 4.0 MiB c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f
rails_4.2.5.2-2.debian.tar.xz 90.1 KiB 9c5bfceabb7a8d481a4b4f615c1a7050b6842c1f73052cd44f67427dfa8f8499

Available diffs

No changes file available.

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.