500 error on clean install after repo import
Imported a bunch of repositories (from not-gitlab, file transfer + gitlab-rake gitlab:import:repos), manually added my user account to all of the new groups that were created. Home screen is a 500 error now.
Seems like a repo is corrupt maybe? I don't know which on it would be though.
perhaps related issue, same git message at least: https://gitlab.com/gitlab-org/gitlab-ce/issues/513
Helpful output with the corrupt repository name would be fantastic here.
Related error, https://gitlab.stonefin.com/api/v3/projects/all?per_page=34 500s, but https://gitlab.stonefin.com/api/v3/projects/all?per_page=33 does not. So the 34th project must be the culprit.
here's the output from gitlab-ctl tail for the api call
==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/api/v3/projects/all?per_page=34&private_token=[FILTERED]" for 216.229.16.207 at 2015-05-08 17:59:14 +0000
Rugged::OdbError (Object not found - failed to find pack entry (ecd785cdfd67eb6d9dc3b367a43f830dca13d37f)):
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:56:in `target'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:56:in `block in branches'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:55:in `each'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:55:in `map'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:55:in `branches'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:50:in `branch_names'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:116:in `discover_default_branch'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/gitlab_git-7.1.10/lib/gitlab_git/repository.rb:33:in `initialize'
/opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:8:in `new'
/opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:8:in `initialize'
/opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:257:in `new'
/opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:257:in `repository'
/opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:639:in `default_branch'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-entity-0.4.2/lib/grape_entity/entity.rb:465:in `delegate_attribute'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-entity-0.4.2/lib/grape_entity/entity.rb:456:in `value_for'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-entity-0.4.2/lib/grape_entity/entity.rb:374:in `block in serializable_hash'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-entity-0.4.2/lib/grape_entity/entity.rb:372:in `each'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-entity-0.4.2/lib/grape_entity/entity.rb:372:in `inject'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-entity-0.4.2/lib/grape_entity/entity.rb:372:in `serializable_hash'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/core_ext/object/json.rb:140:in `block in as_json'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/core_ext/object/json.rb:140:in `map'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/core_ext/object/json.rb:140:in `as_json'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/json/encoding.rb:34:in `encode'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/json/encoding.rb:21:in `encode'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/formatter/json.rb:7:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/formatter.rb:34:in `block in after'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/formatter.rb:33:in `collect'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/formatter.rb:33:in `after'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/base.rb:25:in `call!'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/base.rb:18:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/base.rb:24:in `call!'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/base.rb:18:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-oauth2-1.0.8/lib/rack/oauth2/server/resource.rb:20:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-oauth2-1.0.8/lib/rack/oauth2/server/resource/bearer.rb:8:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/error.rb:26:in `block in call!'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/error.rb:25:in `catch'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/error.rb:25:in `call!'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/middleware/base.rb:18:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/endpoint.rb:155:in `call!'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/endpoint.rb:145:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/api.rb:525:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/api.rb:42:in `call!'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/grape-0.6.1/lib/grape/api.rb:38:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/journey/router.rb:73:in `block in call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/journey/router.rb:59:in `each'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/journey/router.rb:59:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/routing/route_set.rb:685:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/request_store-1.0.5/lib/request_store/middleware.rb:9:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-cors-0.2.9/lib/rack/cors.rb:54:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-attack-4.2.0/lib/rack/attack.rb:104:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/warden-1.2.3/lib/warden/manager.rb:35:in `block in call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/warden-1.2.3/lib/warden/manager.rb:34:in `catch'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/warden-1.2.3/lib/warden/manager.rb:34:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/flash.rb:254:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/cookies.rb:562:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.9/lib/active_record/query_cache.rb:36:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:82:in `run_callbacks'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/railties-4.1.9/lib/rails/rack/logger.rb:38:in `call_app'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/railties-4.1.9/lib/rails/rack/logger.rb:20:in `block in call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/tagged_logging.rb:68:in `block in tagged'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/tagged_logging.rb:26:in `tagged'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activesupport-4.1.9/lib/active_support/tagged_logging.rb:68:in `tagged'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/railties-4.1.9/lib/rails/rack/logger.rb:20:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/request_id.rb:21:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/railties-4.1.9/lib/rails/engine.rb:514:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/railties-4.1.9/lib/rails/application.rb:144:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/railties-4.1.9/lib/rails/railtie.rb:194:in `public_send'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/railties-4.1.9/lib/rails/railtie.rb:194:in `method_missing'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:552:in `process_client'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/unicorn-worker-killer-0.4.2/lib/unicorn/worker_killer.rb:51:in `process_client'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:632:in `worker_loop'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:500:in `spawn_missing_workers'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:142:in `start'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/unicorn-4.6.3/bin/unicorn:126:in `<top (required)>'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/unicorn:23:in `load'
/opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/unicorn:23:in `<main>'
here's the output from gitlab-ctl tail on page load. Brand new ubuntu 14.04 ec2 instance.
==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/" for 216.229.###.### at 2015-05-08 17:55:32 +0000
Processing by DashboardController#show as HTML
Read fragment views/groups/7-20150508164256950387000/projects/79-20150508171715409810000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.2ms)
Read fragment views/groups/6-20150508164254858999000/projects/78-20150508171712469448000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/6-20150508164254858999000/projects/77-20150508171711624018000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/6-20150508164254858999000/projects/76-20150508171710796282000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/6-20150508164254858999000/projects/75-20150508171709943211000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/6-20150508164254858999000/projects/74-20150508171709099364000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/6-20150508164254858999000/projects/73-20150508171708268956000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/6-20150508164254858999000/projects/72-20150508171707424269000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/6-20150508164254858999000/projects/71-20150508171706579995000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/5-20150508164241783867000/projects/70-20150508171702730249000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/5-20150508164241783867000/projects/69-20150508171701876227000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.2ms)
Read fragment views/groups/5-20150508164241783867000/projects/68-20150508171701012226000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/5-20150508164241783867000/projects/67-20150508171700139224000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/5-20150508164241783867000/projects/66-20150508171659290512000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/65-20150508171658433848000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/4-20150508164241077726000/projects/64-20150508171657611767000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/4-20150508164241077726000/projects/63-20150508171656780191000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/4-20150508164241077726000/projects/62-20150508171655940435000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/61-20150508171655085060000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/60-20150508171654018337000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/59-20150508171653175600000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/58-20150508171652322578000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/57-20150508171651471497000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.2ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/56-20150508171650617790000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/55-20150508171649733324000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/3-20150508164238966700000/projects/54-20150508171648886212000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/3-20150508164238966700000/projects/53-20150508171648038430000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/3-20150508164238966700000/projects/52-20150508171647184945000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/3-20150508164238966700000/projects/51-20150508171646335369000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/3-20150508164238966700000/projects/50-20150508171645485390000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/49-20150508171643736911000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/namespaces/2-20150507172258239605000/projects/29-20150508164252854110000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Read fragment views/groups/5-20150508164241783867000/projects/28-20150508164251022391000/dashboard/show/4700e1da8ae83730cc0a47a8901df2b4 (0.1ms)
Completed 500 Internal Server Error in 53ms
ActionView::Template::Error (Object not found - failed to find pack entry (ecd785cdfd67eb6d9dc3b367a43f830dca13d37f)):
2: = link_to project_path(project), class: dom_class(project) do
3: - if avatar
4: .dash-project-avatar
5: = project_icon(project, alt: '', class: 'avatar project-avatar s40')
6: .dash-project-access-icon
7: = visibility_level_icon(project.visibility_level)
8: %span.str-truncated
app/models/repository.rb:8:in `new'
app/models/repository.rb:8:in `initialize'
app/models/project.rb:257:in `new'
app/models/project.rb:257:in `repository'
app/models/project.rb:412:in `avatar_in_git'
app/models/project.rb:421:in `avatar_url'
app/helpers/application_helper.rb:61:in `project_icon'
app/views/shared/_project.html.haml:5:in `block (2 levels) in _app_views_shared__project_html_haml___4225553973177911322_117326880'
app/helpers/application_helper.rb:248:in `link_to'
app/views/shared/_project.html.haml:2:in `block in _app_views_shared__project_html_haml___4225553973177911322_117326880'
app/views/shared/_project.html.haml:1:in `_app_views_shared__project_html_haml___4225553973177911322_117326880'
app/views/shared/_projects_list.html.haml:7:in `block in _app_views_shared__projects_list_html_haml___41874417910728143_116489580'
app/views/shared/_projects_list.html.haml:5:in `_app_views_shared__projects_list_html_haml___41874417910728143_116489580'
app/views/dashboard/_projects.html.haml:10:in `_app_views_dashboard__projects_html_haml__638670917689256905_116320720'
app/views/dashboard/_sidebar.html.haml:1:in `_app_views_dashboard__sidebar_html_haml__3860931240486549023_116253440'
app/views/dashboard/show.html.haml:6:in `_app_views_dashboard_show_html_haml___3463341299444995906_115733100'
app/controllers/dashboard_controller.rb:11:in `show'