search for: add_time_record

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

2007 Apr 25
2
form_remote_for, reloaded
...und described in this forum and somewhere else - but with no solution. I know, that it may be bad to mix table and form tags, but the first solution of an in place editing within a table looked nice: Version using form_for: <tr> <%form_for :time_record, :url => { :action => "add_time_record" } do |f| %> <% f.date_select(:day, :disabled => true, :order => [:day, :month]) %> <td><%= f.date_select(:day, :order => [:day, :month]) %></td> <td><%= f.collection_select(:user_id, @users, :id, :login_name) %></td> <td...