Skip to content
Permalink

Comparing changes

Choose two branches to 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: rails/spring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rails/spring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: extract_listen
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 19 files changed
  • 1 contributor

Commits on Jul 28, 2014

  1. Reorganise tests

    Get most of the test code under lib/
    
    This is the first step towards extracting the listen watcher into a
    separate project.
    jonleighton committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    96dfbb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2014

  1. Extract listen watcher to separate gem

    https://github.com/jonleighton/spring-watcher-listen
    
    The reason to do this is that I want to minimise the amount of code
    which needs to be maintained in the core spring project. I don't use the
    listen watcher and therefore don't want to maintain it. If it's a
    separate gem, others can maintain it on their own schedule.
    jonleighton committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    8cd2e84 View commit details
    Browse the repository at this point in the history
Loading