Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbronsema/carrierwave_nested
Carrierwave + nested attributes + jquery to add/delete forms
https://github.com/danbronsema/carrierwave_nested
Last synced: 3 months ago
JSON representation
Carrierwave + nested attributes + jquery to add/delete forms
- Host: GitHub
- URL: https://github.com/danbronsema/carrierwave_nested
- Owner: danbronsema
- Created: 2011-02-17T05:43:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-18T01:30:55.000Z (about 13 years ago)
- Last Synced: 2024-07-20T03:48:50.285Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 942 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Carrierwave Nested
==================* Updated to Rails 3.0.10
* Working with minimagick (Rmagick serious problems!)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] (https://github.com/jnicklas/carrierwave)
[Nested Forms] (https://github.com/ryanb/nested_form)