Displaying 3 results from an estimated 3 matches for "ship_to".
Did you mean:
ship_nb
2007 Apr 04
4
Order a find using a has_many association
...get the Sales Orders:
@sales_orders = SalesOrder.find(:all)
And I display them with:
<td><%= link_to sales_order.id.to_s, :action => ''show'', :id =>
sales_order.id %></td>
<td><%= sales_order.sold_to %></td>
<td><%= sales_order.ship_to %></td>
<td><%= (sales_order.rep.length < 1 ? " " : sales_order.rep) %></
td>
<td><%= sales_order.description %></td>
<td class="right_align"><%= sprintf("%#1.2f", sales_order.amount) %></
td>
&...
2007 Mar 22
2
Inconsistent Invalid Argument Error
...h><%= sort_link_helper ''Number'', ''id'' %></th>
<th><%= sort_link_helper ''Sold To'', ''sold_to'' %></th>
<th><%= sort_link_helper ''Ship To'', ''ship_to'' %></th>
<th><%= sort_link_helper ''Rep'', ''rep'' %></th>
<th><%= sort_link_helper ''Description'', ''description'' %></th>
<th><%= sort_l...
2006 Mar 25
11
Firefox ''Rails Mailing List'' search engine plugin
Hi all,
If you''re like me you probably spend a lot of time search the Rails
mailing list. To make life a little bit easier I''ve created a nice
little plugin for firefox ( A whopping 15 lines of markup ). The plugin
uses nabble.com to search the mailing list.
Anyways, I thought I''d share.
If you want to install it the manual way, here''s the code.
<search