search for: due_date

Displaying 5 results from an estimated 5 matches for "due_date".

Did you mean: cur_date
2006 Jul 29
2
Cannot save Date field
Hi, I have a table which has a column called due_date. Datatype of this column in mySQL is "Date". Here is what I extracted from schema.rb > t.column "due_date", :date My fixture tasks.yml file has the following line > due_date: 07/17/2006 My test_task.rb has the following line > assert_equal "07/17...
2008 Oct 11
1
Re: time_ago_in_words is off by a day
...39;'UTC'' And change it to your timezone. On Fri, Oct 10, 2008 at 11:43 PM, Wayne M <wayne.molina-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Maybe someone can help me; I''m sure I''m just missing something silly. > I have a Task model that has a due_date. In my migration it''s set to > a date: > > t.date :due_date > > I want to display both the actual date and a friendly format in the > application, so in my view I have: > > <p><%= time_ago_in_words(@task.due_date) %> (<%= > @task.due_date.to_s(:lo...
2006 Feb 10
14
dynarch calendar and calendar helper usage
I am playing around with this and reference this wiki from RonR site... http://wiki.rubyonrails.org/rails/pages/CalendarHelper The error I am getting is: NameError in Placements#list undefined local variable or method `date_format'' for #<PlacementsController:0xb78f9ef4> RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace
2009 May 19
0
submit_to_remote fails on rails 2.2.2
...lt;label>Todo</label> <%=f.text_field :name%> </p> <p> <label>Description<label> <%=f.text_area :description,:rows=>3 %> </p> <p> <label>Due date</label> <%=f.text_field :due_date,:class=>"date-pick dp-applied" %> </p> <p> <label>Assign to</label> <%=select("todo", "assign_to", @project.project_teams.map {|u| [User.find (u.user_id).full_name,u.user_id]}.uniq)%> </p> &lt...
2011 Jul 11
39
Help filling out a registration (I think it's called multi tenant)
Do you know when you are filling out a registration for a new account, and you keep pressing next to fill the rest of the information in separate pages? I''d like to do that, but I have no idea how. Basically I have a company model with its information, and a contacts model, with belongs to my company (also each company has only one contact), and I''d like for the user to fill in