public
Description: Plugin for postgresql schema support in jruby
Homepage: www.mondriantecnologia.com
Clone URL: git://github.com/mondrian/acts_as_schema_support.git
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
file 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