1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: ruby-rails-2.3
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~),
gem2deb (>= 0.3.0~),
rake (>= 0.8.3),
ruby-activesupport-2.3 (>= 2.3.14),
ruby-activesupport-2.3 (<< 2.3.14.1),
ruby-activerecord-2.3 (>= 2.3.14),
ruby-activerecord-2.3 (<< 2.3.14.1),
ruby-actionpack-2.3 (>= 2.3.14),
ruby-actionpack-2.3 (<< 2.3.14.1),
ruby-actionmailer-2.3 (>= 2.3.14),
ruby-actionmailer-2.3 (<< 2.3.14.1),
ruby-activeresource-2.3 (>= 2.3.14),
ruby-activeresource-2.3 (<< 2.3.14.1)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rails-2.3.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rails-2.3.git;a=summary
Homepage: http://www.rubyonrails.org
XS-Ruby-Versions: all
Package: ruby-rails-2.3
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter,
rake (>= 0.8.3),
libjs-prototype,
libjs-scriptaculous,
ruby-activesupport-2.3 (>= 2.3.14),
ruby-activesupport-2.3 (<< 2.3.14.1),
ruby-activerecord-2.3 (>= 2.3.14),
ruby-activerecord-2.3 (<< 2.3.14.1),
ruby-actionpack-2.3 (>= 2.3.14),
ruby-actionpack-2.3 (<< 2.3.14.1),
ruby-actionmailer-2.3 (>= 2.3.14),
ruby-actionmailer-2.3 (<< 2.3.14.1),
ruby-activeresource-2.3 (>= 2.3.14),
ruby-activeresource-2.3 (<< 2.3.14.1)
Breaks: rails-ruby1.8 (<< 2.3.11-1~)
Replaces: rails-ruby1.8 (<< 2.3.11-1~)
Provides: rails-ruby1.8
Description: 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.
|