This project is archived and is in readonly mode.
form_tag code broken
Reported by Helder | April 5th, 2009 @ 07:42 PM | in 2.x
ArgumentError in Start#index
Showing app/views/start/index.html.erb where line #10 raised:
wrong number of arguments (1 for 2)
Extracted source (around line #10):
8: <% form_tag :action =>"show_flows" do %> 9:
10: Name: <%=text_field :user %> 11:
actionmailer (2.3.2, 2.2.2) actionpack (2.3.2, 2.2.2) activerecord (2.3.2, 2.2.2) activeresource (2.3.2, 2.2.2) activesupport (2.3.2, 2.2.2) cgi_multipart_eof_fix (2.5.0) columnize (0.2) daemons (1.0.10) fastthread (1.0.1) gem_plugin (0.2.3) linecache (0.43) mongrel (1.1.5) mysql (2.7) rails (2.3.2, 2.2.2) rake (0.8.3) ruby-debug (0.10.3) ruby-debug-base (0.10.3) ruby-debug-ide (0.4.5, 0.4.2) rubygems-update (1.3.1) sqlite3-ruby (1.2.4)
Comments and changes to this ticket
-
Jeffrey Hardy April 6th, 2009 @ 05:05 PM
The error is in your code. You should be using <%= text_field :user, :attribute %>.
-
Frederick Cheung May 7th, 2009 @ 11:53 PM
- State changed from new to invalid
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>