-
Notifications
You must be signed in to change notification settings - Fork 14
Conjure 0.4 Features
macourtney edited this page Sep 13, 2010
·
40 revisions
Below is a list of all of the features expected for the 0.4 release of Conjure. This is a tentative list. As time goes by, some features may be added and some may be removed or pushed to the next release of Conjure.
- View helper functions – Like Rails helper methods.
- Link-to view helper function – Like Rails link_to
- Url-for view helper function – Like Rails url-for
- Form functions
- Button-to function
- Form-button function
- Input function
- Textfield function
- Textarea function
- Hidden field function
- Combobox function
- Radio button function
- Checkbox function
- Image tag function
- Stylesheet link function
- Javascript include function
- Mail to function
- Ajax support
- ajax-link-to
- ajax-form-for
- Ajax scaffolding.
- Scaffold generator (like rails scaffold)
- Xml templates
- Redirect instead of rendering another action.
- A nice default layout (based on Crystal X)
- Mysql support – flavor
- Update flag for conjure.jar
- Pass multiple directories to update.
- Session management
- Logging
- Add favorite icon
- Library update – All the libraries Conjure relies on have been updated. This will likely need to be repeated before the final release.
- Update clojure-contrib to 1.1
- Clojure 1.1
- Capitalize fn in string-utils
- Use in all titles and field names in the scaffold
- Bug fixes
- Fix exception when rendering an action which does not exist.