Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !1267

Needed for `rails s` to run

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pablo Brasero requested to merge tmp-pids into master Dec 27, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

When I try to run the example site on a newly-setup machine, it complains that directory /tmp/pids doesn't exist. I can fix this by creating it (mkdir -p tmp/pids), so I'm thinking this probably should be part of the bundle, to make it easier for contributors to test out the gem.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tmp-pids