search for: remote_upload

Displaying 3 results from an estimated 3 matches for "remote_upload".

2006 Aug 03
1
RadRails install plugin problem
Hi, I''m having a problem installing plugins in the latest version of radrails running on windows XP. I used the Plugin window in radrails to select file_column to install file_column and everything worked ok. Now i want to install remote_upload plugin which isnt in the plugins list contained in radrails. So i select plugin from the generators tab and type remote_upload and hit return. This instals the correct folder in the vendors folder but all of the files contain just comments like below. # Http:::::Sean.treadway.info::Svn::Plug...
2007 Nov 06
3
Urgent!!!! responds_to_parent error
...end end end end end Error en log ------------- NoMethodError (undefined method `responds_to_parent'' for #<PhotosController:0x48b4454>): I have not copied installed, pq not found to install the vendor/plugins/responds_to_parent and vendor/plugins/remote_upload I have included this js ----------------------- <script type="text/javascript" src="/javascripts/prototype.js?1194344831"> </script> <script type="text/javascript" src="/javascripts/effects.js?1190011601"> </script> <script type=&q...
2007 Dec 17
3
not able to view the images after the upload
...d in 0.03459 (28 reqs/sec) | Rendering: 0.00003 (0%) | DB: 0.00000 (0%) | 200 OK [http://mongrel_cluster_civic/civic/upload/create?iframe_remote=true] The image is shown as as STRINGIO insted of showing the image name. My Model is as below.. class Entry < ActiveRecord::Base require ''remote_uploads.rb'' file_column :image, :magick => { :versions => { "thumb" => "50x50" } } def self.content_columns filter = %w(created_on updated_on lat lon image lock_version) super.reject {|c| filter.include? c.name} end end Thanks.. --...