search for: assign_to

Displaying 2 results from an estimated 2 matches for "assign_to".

2009 Sep 15
0
Liquid assign_to
Hello using liquid markup i am trying to do the following. {{ ''holiday'' | album_thumbs | assign_to ''asset_list'' }} {% for asset in asset_list %} "link: " + {{ asset | asset_path }} {% endfor %} It should return a list with all assets for the loop, but the asset_list variable never gets set. It just returns #### (number of records) on this line: {{ ''holi...
2009 May 19
0
submit_to_remote fails on rails 2.2.2
...iption,: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> <p> <%= submit_to_remote ''create_btn'', ''Update'', :url => { :action => ''update_todo'',:id=&...