Community Page
- blog.peteonrails.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- This is a good example of how mysterious finds can be solved with a little effort. Note that the Capital of Vermont <a href="http://www.hrsaccountlogin.com">hrsaccount</a> is...
- I'm not sure what you've done wrong. Can you post a link to a gist or other online snippet so I can see your code? Thanks, --Pete
- The :order in the tally doesn't seem to work? Where have i done wrong?
- Oddly enough, a full year later, I write my blocks like the second example. Feh.
- Hey Pete, loving this plugin. I used it to get this site up and running quite quickly: http://buyersvote.com So thanks for contributing it! One comment I wanted to share: one more feature I was...
Jump to original thread »
AttachmentFu is a great plugin. It’s heavily used all over the place to upload images to a Rails app. It’s also good with other file types.
I had a requirement to provide users with the ability to set up an entity (call it a Batch), then upload a number of CSV files to that batch. I [...] ... Continue reading »
I had a requirement to provide users with the ability to set up an entity (call it a Batch), then upload a number of CSV files to that batch. I [...] ... Continue reading »
9 months ago
Thank you!,
John
9 months ago
...as a result not being able to use the fields_for block?...thereby not being able to use one field to work with two models?
9 months ago
...as a result not being able to use the fields_for block?...thereby not being able to use one FORM to work with two models?
9 months ago
<%= add_attachment_link "Add a File" %>
You can instead have it post the form and return to the edit view with another empty file_field box.
It should still work with af.file_field.
Do you have an example of code that isn't working? If so, point me to it and I'll take a look.