Sha256: 65d0bbe87da82a184a6c6dc80e7bef88e77ec8afc8a2a33a9917e92b9e41136e
Contents?: true
Size: 979 Bytes
Versions: 12
Compression:
Stored size: 979 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
12 entries across 12 versions & 1 rubygems