Some nicer file inputs for Formtastic
Go to file
John Bintz fea104d73f bugfix 2013-01-17 11:08:52 -05:00
lib bugfix 2013-01-17 11:08:52 -05: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.