
Get file upload support working with Merb
Reported by Bryan Helmkamp | November 16th, 2008 @ 06:33 PM
Comments and changes to this ticket
-
Ryan Carver April 24th, 2009 @ 05:32 PM
- Tag set to featurerequest, merb, upload
Here's a branch that implements file uploads for Merb
-
gaffo May 10th, 2009 @ 10:03 PM
- Tag changed from featurerequest, merb, upload to featurerequest, merb, test!, upload, verify
- State changed from new to awaiting-merge
Ryan, Does this have any integrations tests (spec/integration/merb) that this makes pass or shows that it makes work? Thanks for the patch by the way. We'll look into it.
-
Ryan Carver May 11th, 2009 @ 12:08 AM
Yes, there's new tests in:
spec/private/merb/merb_session_spec.rb spec/private/merb/attaches_file_spec.rb spec/integration/merb/spec/webrat_spec.rb
-
Bryan Helmkamp June 14th, 2009 @ 09:20 PM
- State changed from awaiting-merge to resolved
Thanks for the patch, Ryan. I've merged this into master.
Cheers,
-Bryan
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.
People watching this ticket
Tags
Referenced by
-
154 add attach_file support to Merb I believe we've got this resolved by way of ticket #47. P...