Sha256: a9d7279472f980a93ce66f3331d800f345d8f5e8f6c52b95c656bdbc7a1b8dd1

Contents?: true

Size: 499 Bytes

Versions: 14

Compression:

Stored size: 499 Bytes

Contents

# Contributing

## Running tests

ActionArgs has several Bundler Gemfiles, each of which bundles different version of Rails.

    % ls gemfiles/*.gemfile
    gemfiles/rails_41.gemfile gemfiles/rails_42.gemfile rails_edge.gemfile


Via BUNDLE_GEMFILE ENV variable, you can tell Bundler which version of Rails to bundle.

    $ BUNDLE_GEMFILE=gemfiles/rails_42.gemfile bundle ex rake test

Simply executing this command would probably run all tests against each version of Rails:

    % rake test:all

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
action_args-2.7.3 CONTRIBUTING.md
action_args-2.7.2 CONTRIBUTING.md
action_args-2.7.1 CONTRIBUTING.md
action_args-2.7.0 CONTRIBUTING.md
action_args-2.6.0 CONTRIBUTING.md
action_args-2.5.0 CONTRIBUTING.md
action_args-2.4.0 CONTRIBUTING.md
action_args-2.3.2 CONTRIBUTING.md
action_args-2.3.1 CONTRIBUTING.md
action_args-2.3.0 CONTRIBUTING.md
action_args-2.2.1 CONTRIBUTING.md
action_args-2.2.0 CONTRIBUTING.md
action_args-2.1.0 CONTRIBUTING.md
action_args-2.0.0 CONTRIBUTING.md