Error creating project
Created by: greenboxal
The project is created at gitolite but is not added to the database, the project creation screen keeps doing nothing and I got the following data in the log:
Started POST "/projects" for 189.35.171.66 at 2012-07-04 05:09:17 +0000
Processing by ProjectsController#create as JS
Parameters: {"utf8"=>"✓", "authenticity_token"=>"w5vIo8XsSP9hn9D3cxqYFQF3WtQJYhHQ54JMWllxBqA=", "project"=> {"name"=>"GameArmo SDK", "path"=>"gamearmo_sdk", "code"=>"gamearmo_sdk"}, "commit"=>"Create project"}
Completed 500 Internal Server Error in 2258ms
NoMethodError (undefined method `errors' for nil:NilClass):
app/controllers/projects_controller.rb:35:in `rescue in create'
app/controllers/projects_controller.rb:21:in `create'