Sha256: 4043ff33734c526cd5409019d62564e5da4ab69288e200736023f67b51d9707a
Contents?: true
Size: 978 Bytes
Versions: 5
Compression:
Stored size: 978 Bytes
Contents
= Og Configuration parameters This file presents a complete list of Og configuration parameters. === Og.table_prefix = nil Attach the given prefix to all generated SQL table names. Usefull on hosting scenarios where you have to run multiple applications/sites on a single database. === Og.auto_manage_classes = true If true, use Ruby's advanced introspection capabilities to automatically manage classes that define properties. === Og.create_schema = true If set to true, Og attempts to recreate the database schema to store the managed objects. If the table for an object class exists, Og does not recreate it. It is useful to get Og to automatically create the schema for your application on setup, or when you add a new managed class to your application. On the downside, it inflicts a longer startup time on the application, so it is better to set this to false in production / live environments. This option is by default true to facilitate easy development.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
og-0.17.0 | doc/config.txt |
og-0.18.0 | doc/config.txt |
og-0.20.0 | doc/config.txt |
og-0.18.1 | doc/config.txt |
og-0.19.0 | doc/config.txt |