search for: modified_email

Displaying 1 result from an estimated 1 matches for "modified_email".

2008 Oct 27
8
why can't johnny download?
...s is probably more correctly an html or unix/linux issue or something to do with how I''m constructing my path, but I don''t know enough about what''s wrong to tell for sure. Here''s the relevant code that makes the link: @temp_download_file_path = "/tmp/#{modified_email}.csv" ... FasterCSV.open(@temp_download_file_path, "w") do |csv| @contacts.each do |one_contact| ...csv stuff that is working and not relevant end end render :update do |page| page.replace_html ''div_for_csv_link'', "<...