# Logfile created on Tue Jul 17 17:25:42 +0530 2012 Processing WelcomeController#index (for 127.0.0.1 at 2012-07-17 17:28:11) [GET] Parameters: {"action"=>"index", "controller"=>"welcome"} Rendering template within layouts/base Rendering welcome/index Completed in 500ms (View: 16, DB: 78) | 200 OK [http://localhost/] Processing AccountController#login (for 127.0.0.1 at 2012-07-17 17:28:15) [GET] Parameters: {"action"=>"login", "controller"=>"account"} Rendering template within layouts/base Rendering account/login Completed in 16ms (View: 16, DB: 0) | 200 OK [http://localhost/login] Processing AccountController#login (for 127.0.0.1 at 2012-07-17 17:28:20) [POST] Parameters: {"back_url"=>"http%3A%2F%2Flocalhost%3A3000%2F", "action"=>"login", "authenticity_token"=>"9f9IPzWjZ79f2jciihej7EEVmLPaEOzR7+DVjhKCip4=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login ยป"} Redirected to http://localhost:3000/ Completed in 31ms (DB: 16) | 302 Found [http://localhost/login] Processing WelcomeController#index (for 127.0.0.1 at 2012-07-17 17:28:20) [GET] Parameters: {"action"=>"index", "controller"=>"welcome"} Rendering template within layouts/base Rendering welcome/index Completed in 109ms (View: 62, DB: 47) | 200 OK [http://localhost/] Processing ProjectsController#index (for 127.0.0.1 at 2012-07-17 17:28:22) [GET] Parameters: {"action"=>"index", "controller"=>"projects"} Rendering template within layouts/base Rendering projects/index Completed in 78ms (View: 62, DB: 16) | 200 OK [http://localhost/projects] Processing ProjectsController#new (for 127.0.0.1 at 2012-07-17 17:28:24) [GET] Parameters: {"action"=>"new", "controller"=>"projects"} Rendering template within layouts/base Rendering projects/new ActionView::TemplateError (wrong number of arguments (2 for 0)) on line #5 of app/views/projects/_form.rhtml: 2: 3:
4: 5:

<%= f.text_field :name, :required => true, :maxlength => 30 %>
<%= l(:text_caracters_maximum, 30) %>

6: 7: <% unless @project.allowed_parents.compact.empty? %> 8:

<%= label(:project, :parent_id, l(:field_parent)) %><%= parent_project_select_tag(@project) %>

C:/Ruby187/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/base.rb:158:in `warn_syntax_deprecation!' C:/Ruby187/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/base.rb:158:in `interpolate_without_deprecated_syntax' C:/Ruby187/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/base.rb:153:in `gsub' C:/Ruby187/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/base.rb:153:in `interpolate_without_deprecated_syntax' C:/Ruby187/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/base.rb:46:in `translate' C:/Ruby187/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n.rb:160:in `t' lib/redmine/i18n.rb:17:in `l' app/views/projects/_form.rhtml:5:in `_run_rhtml_app47views47projects47_form46rhtml_locals_f_form_object' app/views/projects/new.html.erb:4 app/helpers/application_helper.rb:716:in `labelled_tabular_form_for' app/views/projects/new.html.erb:3 C:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' C:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in `start' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:95:in `start' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in `each' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in `start' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:23:in `start' C:/Ruby187/lib/ruby/1.8/webrick/server.rb:82:in `start' Rendering rescues/layout (internal_server_error)