Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1926

Closed
Open
Created Nov 05, 2012 by Administrator@rootOwner

undefined method on /test/commits/master

Created by: seebi

after a fresh install, I got this error while requesting /test/commits/master:

Started GET "/test/commits/master" for 77.5.133.249 at 2012-11-05 22:47:48 +0100
Processing by CommitsController#show as HTML
  Parameters: {"project_id"=>"test", "id"=>"master"}
Completed 500 Internal Server Error in 24ms

NoMethodError (undefined method `split' for nil:NilClass):
  app/models/commit.rb:60:in `commits'
  app/roles/repository.rb:32:in `commits'
  app/controllers/commits_controller.rb:15:in `show'




Started GET "/static.css" for 77.5.133.249 at 2012-11-05 22:47:48 +0100
Processing by ProjectsController#show as HTML
  Parameters: {"id"=>"static.css"}
  Rendered public/404.html (0.1ms)
Filter chain halted as :project rendered or redirected
Completed 404 Not Found in 6ms (Views: 1.1ms | ActiveRecord: 0.5ms)


Started GET "/favicon.ico" for 77.5.133.249 at 2012-11-05 22:47:48 +0100
Processing by ProjectsController#show as */*
  Parameters: {"id"=>"favicon.ico"}
  Rendered public/404.html (0.1ms)
Filter chain halted as :project rendered or redirected
Completed 404 Not Found in 6ms (Views: 1.1ms | ActiveRecord: 0.5ms)
Assignee
Assign to
Time tracking