-
Notifications
You must be signed in to change notification settings - Fork 332
Advanced Topics
clyfe edited this page Mar 6, 2012
·
17 revisions
- Custom Association Options: customizing drop downs to select associated records
- Chaining Form Fields: updating a form field when another field changes
- Enum Columns: DRY way to store a value in DB and show a text in list and drop down fields.
- Localization Reference: how to localize or change ActiveScaffold's headers and links.
- Action Links Order: changing order of action links in list
- Action Links Groups: grouping action links
- Per-Request Configuration: changing ActiveScaffold configuration depending on request parameters or current action
- Security: how to restrict actions
- Search on second order association
- Custom respond_to: overriding controller responses
- Embedded Scaffolds
- Bridges active scaffold integration with other rails plugins
- Look and Feel Customization