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

Improve dev experience #157

Merged
merged 2 commits into from
Apr 12, 2020
Merged

Improve dev experience #157

merged 2 commits into from
Apr 12, 2020

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Apr 12, 2020

  • Guards against the common mistake of running the test:active_record_* tasks with bundle exec
  • Makes running bundle exec rake test work

mvz added 2 commits April 12, 2020 09:56
This allows developers to easily test with the currently installed
version of Rails.
Tasks like test:active_record_52 need to be run without bundle exec.
Otherwise, bundler will complain that it cannot find dependencies.
@mvz mvz merged commit ebec093 into master Apr 12, 2020
@mvz mvz deleted the improve-dev-experience branch April 12, 2020 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant