8000 Comparing zackchandler:master...mcast:master · zackchandler/bj · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to 8000 see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zackchandler/bj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mcast/bj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 18, 2008

  1. fix for generating only one bj process per rail env

    By including the ppid, we get one bj process per mongrel process,
    if we leave it out, we get one bj process per rails environment
    which is what it should do according to the documentation.
    
    This works for rails but Bj has not be tested further.
    Stephen Bannasch committed Oct 18, 2008
    Configuration menu
    Copy the full SHA
    c08ffc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2008

  1. Merge branch 'stepheneb' from github for one-daemon-onlu, also fixes

    'bj pid'.
    
    Avoid using magic string as config key.
    mcast committed Nov 27, 2008
    Configuration menu
    Copy the full SHA
    8505e8b View commit details
    Browse the repository at this point in the history
  2. Add new 'kill' subcommand.

    Known bug: can't clear up after daemon is killed unceremoniously.
    mcast committed Nov 27, 2008
    Configuration menu
    Copy the full SHA
    25f3373 View commit details
    Browse the repository at this point in the history
  3. Update README from 'bj -h'.

    Not sure how version numbers fit with github
    mcast committed Nov 27, 2008
    Configuration menu
    Copy the full SHA
    84ab842 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2008

  1. comment on daemon method

    mcast committed Dec 2, 2008
    Configuration menu
    Copy the full SHA
    ccc7564 View commit details
    Browse the repository at this point in the history
  2. Close pipes left open by #daemon.

    Consider using http://daemons.rubyforge.org/ instead.
    
    After this fix, still need to "bj run --daemon </dev/null >/dev/null 2>&1"
    to ensure the command returns promptly.
    mcast committed Dec 2, 2008
    Configuration menu
    Copy the full SHA
    4e00319 View commit details
    Browse the repository at this point in the history
Loading
0