-
Notifications
You must be signed in to change notification settings - Fork 14
How To
macourtney edited this page Oct 19, 2010
·
12 revisions
This page contains links to all of the “How to” pages for Conjure.
- How to run migrations
- How to start a server
- How to run tests
- How to create a generator
- How to create a destroyer
- How to generate a scaffold
- How to generate a model
- How to generate a view
- How to generate an xml view
- How to generate a binding
- How to generate a controller
- How to generate a migration
- How to generate tests and testing files
- How to destroy a model
- How to destroy a view
- How to destroy an xml view
- How to destroy a binding
- How to destroy a controller
- How to destroy a migration
- How to destroy tests and testing files
- How to link to another page using link-to
- How to generate a url using url-for
- How to show an image using image-tag
- How to link to a stylesheet using stylesheet-link-tag
- How to include a javascript using javascript-include-tag
- How to add a mail link using mail-to
- How to create a form
- How to add a single button using button-to
- How create an input tag using the input function
- How to create a textfield using the text-field function
- How to create a text area using the text-area function
- How to create a hidden field using the hidden-field function
- How to create a password field using the password-field function
- How to create a combo box using the select-tag function
- How to create radio buttons using the radio-button function
- How to create check boxes using the check-box function
- How to define an action in a controller
- How to redirect to another page
- How to save data in a session
- How to use a controller interceptor
- How to create a controller interceptor