error create issue
Created by: sicute
i have made setup in ubuntu gitlabhq and try create new project and sucess but when i create issue i get error 505
here i paste error.log in apache
cache: [GET /projects/new] miss cache: [GET /] miss cache: [GET /isonn] miss cache: [GET /] miss cache: [GET /abc/master/tree] miss cache: [GET /abc] miss cache: [GET /abc/issues/new] miss cache: [GET /assets/chosen-sprite.png] miss, store cache: [POST /abc/issues] invalidate, pass
and here i paste log of production.log
root@dev20:/home/ison# cat /home/ison/gitlabhq/log/production.log
Started POST "/abc/issues" for 201.42.72.105 at 2012-03-29 15:15:30 +0400 Processing by IssuesController#create as HTML Parameters: {"utf8"=>"â", "authenticity_token"=>"S7voEXxpfvEf/hN6ODrMEii0vw3yoO9S33NI/5TSE2Q=", "issue"=>{"assignee_id"=>"3", "critical"=>"0", "title"=>"tess"}, "commit"=>"Save", "project_id"=>"abc"} Redirected to Completed 500 Internal Server Error in 1367ms
NoMethodError (undefined method issue_url' for #<IssuesController:0xaf2d988>): app/controllers/application_controller.rb:63:in
method_missing'
app/controllers/issues_controller.rb:73:in `create'
root@dev20:/home/ison#