activescaffold / active_scaffold

Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
MIT License
1.1k stars 328 forks source link

Input type file for image column #445

Closed sebastianvirlan closed 9 years ago

sebastianvirlan commented 9 years ago

FOr form_ui v1.1 https://github.com/activescaffold/active_scaffold/wiki/API:-Column I cant see the input type file form interface. Can this be implemented?

scambra commented 9 years ago

It depends on other gems, like paperclip, dragonfly, carrierwave You can see there is a :paperclip form_ui, and there is others like :dragonfly although is not documented there. Check Integration with other plugins