Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pellegrino/carrierwave_nested
Carrierwave + nested attributes + jquery to add/delete forms
https://github.com/pellegrino/carrierwave_nested
Last synced: 3 months ago
JSON representation
Carrierwave + nested attributes + jquery to add/delete forms
- Host: GitHub
- URL: https://github.com/pellegrino/carrierwave_nested
- Owner: pellegrino
- Fork: true (danbronsema/carrierwave_nested)
- Created: 2011-06-16T02:08:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T22:40:48.000Z (over 2 years ago)
- Last Synced: 2024-07-20T03:19:15.715Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 860 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Carrierwave Nested
==================
This simple rails app demonstrates how to use nested forms (using ryan bates' nested_form_for) with carrierwave.
For more in-depth information on each of these gems:
[Carrierwave github] (https://github.com/jnicklas/carrierwave)
[Nested Forms] (https://github.com/ryanb/nested_form)