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

Uncaught exception: undefined method env' for class Capybara::Driver::RackTest' #36

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

Commits on Jun 23, 2012

  1. Uncaught exception: undefined method env' for class Capybara::Drive…

    …r::RackTest'
    unknown authored and unknown committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    eef52e2 View commit details
    Browse the repository at this point in the history
  2. WARNING: Cucumber-rails required outside of env.rb. The rest of loadi…

    …ng is being defered until env.rb is called.
    
    To avoid this warning, move 'gem cucumber-rails' under only group :test in your Gemfile
    unknown authored and unknown committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    f31d523 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2012

  1. criteria.id was changed to criteria.for_ids.

    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    7cd25f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea20697 View commit details
    Browse the repository at this point in the history
  3. upgrade Rails3.2

    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    7a39179 View commit details
    Browse the repository at this point in the history
  4. upgrade to Rails3.1.0 (with asset)

    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    c24c8e8 View commit details
    Browse the repository at this point in the history
  5. "stack level too deep" error occured when under the case

    Name Values
    -----------------
    A        B
    B        C
    C        A
    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    9e24086 View commit details
    Browse the repository at this point in the history
  6. "ActiveSupport::SecureRandom" was deleted.

    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    50fc224 View commit details
    Browse the repository at this point in the history
  7. OauthToken.create -> ::OauthToken.create

    OauthRefreshToken.create ->  ::OauthRefreshToken.create
    OauthAuthorization.where -> ::OauthAuthorization.where
    .....
    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    1ae410c View commit details
    Browse the repository at this point in the history
  8. Convert 'erb' to 'haml'.

    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    5cc5e1a View commit details
    Browse the repository at this point in the history
  9. @scope.values.join(" ") if @scope.values

    format error.
    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    1506367 View commit details
    Browse the repository at this point in the history
  10. fixed token check.

    unknown authored and unknown committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    f8919e3 View commit details
    Browse the repository at this point in the history