Work through Four Days on Rails (read all 7 entries…)
Still on day 3 ... lol

There was such a lot to do for all that formatting, and conditional display, depending whether an item had been completed or not, or whether there were notes, or it was private … etc …

Anyway, my ‘New Task’ button seems to work, so I’m sorry Quinn, I don’t know what your difficulty was. On my list I had to do a start_form_tag(:action => ‘new’) and then at the bottom I just put a submit_tag and that does it just fine. Have you got anywhere with solving the problem on your machine?

Oh yeah, one comment, I don’t particularly like the link_to_image code … I find it more intuitive to put:

link_to(image_tag(“done.png”, :size=>”30*18”, :border=>0, :alt=>”Delete completed tasks”), {:action=>”purge_completed”})

Plus with this method you have a way of taking off the border.

How’s everyone else getting along?



Comments:

 

I want to:
43 Things Login