Displaying 2 results from an estimated 2 matches for "date_fil".
Did you mean:
date_file
2008 Dec 16
6
Sorting a date vector
I have a date-like-vector like :
> date_file
"10-02-2008" "10-03-2008" "10-06-2008" "10-07-2008" "10-09-2008"
"10-10-2008" "10-13-2008" "10-14-2008" "10-15-2008"
"10-16-2008" "10-17-2008" "10-20-2008" "10-21-2008&quo...
2010 Mar 29
4
error in uploading file(help me urgnt)
when i tried to crate an upload file application in rails i am getting
error like this
Template is missing
Missing template app\views\upload\uploadfile.html.erb in view path
app/views
this is ma model
class DataFile < ActiveRecord::Base
def self.save(upload)
name = upload[''datafile''].original_filename
directory = "public/data"
# create the