#
REPL.secret_token
— Function.
secret_token() :: String
Generates a random secret token to be used for configuring the SECRET_TOKEN const.
#
REPL.new_app
— Function.
new_app(path = ".") :: Void
Creates a new Genie app at the indicated path.
#
REPL.db_init
— Function.
db_init() :: Bool
Sets up the DB tables used by Genie.
#
REPL.new_model
— Function.
new_model(model_name) :: Void
Creates a new model
file.
#
REPL.new_controller
— Function.
new_controller(controller_name) :: Void
Creates a new controller
file.
#
REPL.new_resource
— Function.
new_resource(resource_name) :: Void
Creates all the files associated with a new resource.
#
REPL.new_migration
— Function.
new_migration(migration_name) :: Void
Creates a new migration file.