rails 2:4.2.5-1 source package in Ubuntu

Changelog

rails (2:4.2.5-1) unstable; urgency=medium

  * New upstream release
  * Skip dependency resolution check during the build, because too many of the
    dependencies of the binary packages depend on rails to build, so let's
    avoid loops. The checks are still performed as part of autopkgtest tests,
    anyway.

 -- Antonio Terceiro <email address hidden>  Mon, 14 Dec 2015 11:04:15 -0200

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-1.dsc 2.5 KiB 3616273afd23ef840c340b92f080cf00c0bdc0723788a99e25bf49f8e4bb7da2
rails_4.2.5.orig.tar.gz 4.0 MiB adda75f10fc4b7eb498ae9a2b04cb92bd69568fc1a9d6ace27cc1ab203af5a2e
rails_4.2.5-1.debian.tar.xz 87.1 KiB 4ccc39bfcb7874d66a2bf52c68e572c2f86396c77670e7c39001e5fba12717b9

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.