Displaying 3 results from an estimated 3 matches for "remotipart".
Did you mean:
remoteport
2012 Mar 04
4
How to retrieve a FileBlob from 'ActionDispatch::Http::UploadedFile' instance?
I have used ''remotipart'' gem to upload files asynchronously to server side.
The instance passed to the server side is of ''UploadedFile'' .
The Rails API mentions all the methods( like read(), open() ) and
attributes for the class, however I am not sure how to retrieve the File
and store it on...
2011 Mar 02
2
Rails3 Uploading a File over AJAX
What is the Rails Way of uploading a file over AJAX with Rails 3? In
previous versions of Rails, I''ve posted to a targeted iframe and used
responds_to_parent to render the response. This doesn''t appear to be
working with Rails 3. Anyone know a better solution?
Thanks!
Tom
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Oct 25
0
Sprocket Digest + Debug combination broken?
...9;'m doing wrong?
Thanks,
/C
The (things I think are) relevant information:
The actual error:
*Errno::ENAMETOOLONG in Welcome#index*
Showing <app-path>/app/views/layouts/simple.html.erb where line #18
raised:File name too long - <app-path>/app/assets/images/(function($) { var
remotipart; ... *<rest of the concatenated javascript file content>*
----
application.rb
config.assets.enabled = true
config.assets.version = ''1.0''
development.rb
config.assets.compress = false
config.assets.compile = true
config.assets.debug = true
config.assets.d...