This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
SchemaSupport ============= Description =========== pt_BR: Suporte a esquemas postgres para quem estiver jruby. en_US: Postgres schema support while using jruby. Example ======= class xxx < ActiveRecord::Migration set_schema_name :schema_name end class yyy < ActiveRecord::Base acts_as_schema_support set_schema_name :schema_name end Copyright (c) 2009 Nabucodonosor Coutinho, released under the MIT license








