Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using proxy server instead of normal HTTP server #1212

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2014

  1. Configuration menu
    Copy the full SHA
    4144786 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

  1. Fix a typo

    bbatsov authored and twalpole committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    05ffa1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e995b8 View commit details
    Browse the repository at this point in the history
  3. Test should be tagged as :windows also

    route authored and twalpole committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    8091a8d View commit details
    Browse the repository at this point in the history
  4. Update History.md

    Fix typo
    takashi authored and twalpole committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    1e6663f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1272176 View commit details
    Browse the repository at this point in the history
  6. Update visit's documentation to indicate that it requires something t…

    …hat can become a string
    shepmaster authored and twalpole committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    b82ae1d View commit details
    Browse the repository at this point in the history
  7. Always convert visit's URL to a String before manipulation

    It is convenient to be able to pass in URI objects to `visit`, but
    these need to be coerced to a string before actual usage. Most of
    visit's code paths would convert the incoming url to a string
    as-needed. However, the path used when `always_include_port` is
    enabled did not, causing an error where `URI.parse` would try to parse
    an existing URI object.
    
    This change consolidates the coercion to string at the entrypoint of
    the method.
    shepmaster authored and twalpole committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    4e43981 View commit details
    Browse the repository at this point in the history
  8. Update fixes in 2.4.2

    twalpole committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    3e48371 View commit details
    Browse the repository at this point in the history
  9. Merge pull request teamcapybara#1380 from jnicklas/composable_version…

    …_test
    
    check correct version string for rspec composable
    twalpole committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    2b8e08c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4756d1e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2014

  1. Configuration menu
    Copy the full SHA
    1d79355 View commit details
    Browse the repository at this point in the history
  2. prepare for 2.4.2 release

    twalpole committed Sep 20, 2014
    Configuration menu
    Copy the full SHA
    4d19182 View commit details
    Browse the repository at this point in the history
  3. tagged 2.4.2

    twalpole committed Sep 20, 2014
    Configuration menu
    Copy the full SHA
    d18047d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2014

  1. Configuration menu
    Copy the full SHA
    c47b5d3 View commit details
    Browse the repository at this point in the history
  2. tagged 2.4.3

    twalpole committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    58add00 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. Configuration menu
    Copy the full SHA
    5dbb480 View commit details
    Browse the repository at this point in the history
  2. Replace hardcoded localhost in spec helper.

    This test had a hardcoded values for the URI to visit which varies for different test cases. When these specs are integrated in custom driver's test suite like capybara-mechanize, it leads to failures.
    
    This replaces teamcapybara#1227, which was rejected for changing the original purpose of the test. However, this patch only changes the hardcoding. It will allow phillbaker/capybara-mechanize#55 to proceed and bump it's compatibility to beyond capybara 2.1.
    phillbaker authored and twalpole committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    f9077ed View commit details
    Browse the repository at this point in the history
  3. Update History

    twalpole committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    eabbd85 View commit details
    Browse the repository at this point in the history
  4. tagged 2.4.4

    twalpole committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    120daaa View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. Configuration menu
    Copy the full SHA
    052cc93 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2015

  1. Configuration menu
    Copy the full SHA
    9b94465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7058350 View commit details
    Browse the repository at this point in the history