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
|
Source: ruby-web-console
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-activemodel (>= 2:6.0~),
ruby-actionview (>= 2:6.0~),
ruby-bindex,
ruby-railties (>= 2:6.0)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-web-console.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-web-console
Homepage: https://github.com/rails/web-console
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-web-console
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-activemodel (>= 2:6.0~),
ruby-actionview (>= 2:6.0~),
ruby-bindex,
ruby-railties (>= 2:6.0),
${misc:Depends},
${shlibs:Depends}
Breaks: ruby-rails (<< 2:5.0~)
Description: Ruby on Rails debugger
The web console allows you to create an interactive Ruby session in your
browser. Those sessions are launched automatically in case on an error, but
they can also be launched manually in any page.
.
web-console is meant a debugging tool for Rails applications in development
environments.
|