I found some deprecated code examples on the Ruby site. However the list does not seem to be complete. The list showed screen shots of [strat_form_tag] changes. Fortunately I had already figured these out just through clues on the method name. That said this one is getting me down
<td><%=h artist.send(col umn.name) %></td> [send] is not a method in version 2.1. The big question is where can I et a comprehensive list, I am wasting a lot of time here dealing with deprecated code complexities and changes. Some one out there knows the answer. Please help me, Thanks.
<td><%=h artist.send(col umn.name) %></td> [send] is not a method in version 2.1. The big question is where can I et a comprehensive list, I am wasting a lot of time here dealing with deprecated code complexities and changes. Some one out there knows the answer. Please help me, Thanks.
Comment