rails-4.0 4.0.2+dfsg-2 source package in Ubuntu

Changelog

rails-4.0 (4.0.2+dfsg-2) unstable; urgency=low


  * Fix dependency -- ruby-rack doesn't have epoch (Closes: #731347)
  * Move ruby-activerecord-deprecated-finders from Depends to Recommends

 -- Ondřej Surý <email address hidden>  Thu, 12 Dec 2013 13:15:00 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
rails-4.0_4.0.2+dfsg-2.dsc 1.8 KiB 51d66c11699e2fbaf9ba794ad257632c4e9755ed8f741cbddcf92f712e725787
rails-4.0_4.0.2+dfsg.orig.tar.xz 1.4 MiB 085d7b821936dee635316540bab80fd07444f9669f00a61f7ef277cb93a8ecd7
rails-4.0_4.0.2+dfsg-2.debian.tar.gz 12.3 KiB f549618560b06b8fdb9a6136b195e01e5862aac2891763a45b8d1f0c8fd87434

No changes file available.

Binary packages built by this source

ruby-actionmailer-4.0: 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-4.0: No summary available for ruby-actionpack-4.0 in ubuntu utopic.

No description available for ruby-actionpack-4.0 in ubuntu utopic.

ruby-activemodel-4.0: 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-4.0: No summary available for ruby-activerecord-4.0 in ubuntu utopic.

No description available for ruby-activerecord-4.0 in ubuntu utopic.

ruby-activesupport-4.0: Support and utility classes used by the Rails 4.0 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-4.0: No summary available for ruby-rails-4.0 in ubuntu utopic.

No description available for ruby-rails-4.0 in ubuntu utopic.

ruby-railties-4.0: 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.