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
|
Source: ruby-foreigner
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Nitesh A Jain <niteshjain92@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-activerecord, ruby-mocha
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-foreigner.git
Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-foreigner.git;a=summary
Homepage: http://github.com/matthuhiggins/foreigner
XS-Ruby-Versions: all
Package: ruby-foreigner
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activerecord
Description: Foreign Keys for Rails
Adds helpers to migrations and dumps foreign keys to schema.rb
Foreigner introduces a few methods to your migrations for adding
and removing foreign key constraints. It also dumps foreign keys
to schema.rb.
.
The following adapters are supported:
- mysql2
- postgres
- sqlite (foreign key methods are a no-op)
|