mondrian / acts_as_schema_support
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | Mon Feb 02 18:53:07 -0800 2009 | |
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb | Mon Feb 02 18:53:07 -0800 2009 |
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

