Some nicer file inputs for Formtastic
Go to file
John Bintz ba13e398e3 make sure the thing has a url to work with 2013-03-15 11:12:24 -04:00
lib make sure the thing has a url to work with 2013-03-15 11:12:24 -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.