RailsCasts Pro episodes are now free!

Learn more or hide this

alucardek's Profile

GitHub User: alucardek

Comments by

Avatar

"<%= form_tag projects_path, :method => 'get' do %>
you need an equal sign for rails 3
<%=
instead of
<%"

maybe for situations like that you should add some changes for different rails versions in notes? to show how it was in rails 2 and how it is in rails 3 (in case if it is a small change only ?)

anyway, great tutorial, as all of them, thanks!