fixture_file_upload Example


Category:
Scripts
Ruby
Requirements:
Seller:
Price:
-
System:
Rating:
4.5
License:

Description - fixture_file_upload Example



Fixturefileupload is another nifty Rails testing feature. It allows you to Create "MIME-encoded content that would normally be uploaded by a browser input field." (Part in quotes Straight from Agile Web Development with Rails, v2). Put your files to test in test/fixtures/files. You have to create the `files` directory; rails doesn`t do it for you.



More in Ruby-fixture_file_upload Example

Fixture File Upload Example Fixture File Upload