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

Add a signed method to ActiveSupport::TestCase #67

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

Commits on Mar 27, 2015

  1. Add a signed method which accepts the access_id and secret_key to sig…

    …n requests so controller tests can be written when api_auth is used to authenticate.
    kevintyll committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    9de112c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

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

Commits on Apr 9, 2015

  1. This feature will not work in Rails versions below 3.0.0. Don't load …

    …the file unless Rails 3 or higher.
    kevintyll committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    ab67148 View commit details
    Browse the repository at this point in the history
  2. Check that the constant is already defined first. It will be when the…

    … gem is in a Rails app.
    kevintyll committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    4777025 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

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