Some nicer file inputs for Formtastic
Go to file
John Bintz 5cda866980 initial commit 2012-10-17 14:40:13 -04:00
lib initial commit 2012-10-17 14:40:13 -04:00
.gitignore initial commit 2012-10-17 14:40:13 -04:00
Gemfile initial commit 2012-10-17 14:40:13 -04:00
LICENSE initial commit 2012-10-17 14:40:13 -04:00
README.md initial commit 2012-10-17 14:40:13 -04:00
Rakefile initial commit 2012-10-17 14:40:13 -04:00
formtastic-better_file_inputs.gemspec initial commit 2012-10-17 14:40:13 -04:00

README.md

Built for Active Admin primarily. You get the following:

= f.input :file, :as => :file_field
= f.input :image, :as => :image_field

You can remove the existing file, and get a preview of uploaded images. Will add more as I go.