update gitlab from 7.6 to 7.7.2 : ActionView::Template::Error (undefined method `developers_can_push'
Created by: vmintam
Dear guys,
current, i'm using GitLab Community Edition version 7.6 (with PostgreSQL DB). I have just upgrade to gitlab 7.7.2, but something error.
in web GUI, when i choose settings in projects, click to protected_branches --> 500 error. in git client, when i push to master branch, i catch error :
remote: GitLab: API is not accessible To [email protected]:my-projects/test.git ! [remote rejected] master -> master (pre-receive hook declined)
when i check log in my server, i see :
**Processing by Projects::ProtectedBranchesController#index as HTML Parameters: {"project_id"=>"vmsclients/vms_ott_android_v2"} Completed 500 Internal Server Error in 27ms
ActionView::Template::Error (undefined method `developers_can_push' for #ProtectedBranch:0x007f79f2a28b40): 27: Developers can push 28: .col-sm-10 29: .checkbox 30: = f.check_box :developers_can_push**
I have checked info and status, everything fine. bundle exec rake gitlab:check RAILS_ENV=production bundle exec rake db:migrate:status RAILS_ENV=production
thanks!