I just updated my Ruby on Rails to 1.2
I’ve got a cascade of deprecations that I’m correcting:
<% end_form_tag %> to </form>
<% start_form_tag %> to <% form_tag %>
:post => true in a link_to(), changed to :method => “post”
More will likely appear …
I just updated my Ruby on Rails to 1.2
I’ve got a cascade of deprecations that I’m correcting:
<% end_form_tag %> to </form>
<% start_form_tag %> to <% form_tag %>
:post => true in a link_to(), changed to :method => “post”
More will likely appear …
No comments yet.
RSS feed for comments on this post. TrackBack URI