Connecting Tech Pros Worldwide Forums | Help | Site Map

Deprecated code listing

Newbie
 
Join Date: Aug 2009
Location: Oregon is the place to be!
Posts: 2
#1: Aug 12 '09
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(column.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.

Newbie
 
Join Date: Aug 2009
Location: Oregon is the place to be!
Posts: 2
#2: Aug 12 '09

re: Deprecated code listing


I found the answer to my own problem by hacking it out. However I am still looking for a comprehensive deprecated code doc. from 1.8.4 to 2.1
Reply