Deprecated code listing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whoru77
    New Member
    • Aug 2009
    • 2

    Deprecated code listing

    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.
  • whoru77
    New Member
    • Aug 2009
    • 2

    #2
    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

    Comment

    Working...