![]() |
![]()
| ![]() |
![]()
NAMEJifty::Schema - generates and upgrades your application's schema newReturns a new Jifty::Schema. Takes no arguments. Will automatically figure out and initialize the models defined in the application's source. _init_model_listReads in our application class from the config file and finds all our application's models. modelsReturns a list of Models available to your application. This includes your Models, Collections and those that come from core Jifty and plugins. serialize_current_schemaReturns a serialization of the models in the app upgrade_schemaLooks at the current schema as defined by the source code and the database and updates the database by adding, dropping, and renaming columns. run_upgrade_rules rule_nameThis method runs all upgrade rules for the rule named "rule_name". connect_to_db_for_managementReturns a database handle suitable for direct manipulation.
|