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

Clarify AMS dependencies #1090

Merged
merged 1 commit into from
Aug 31, 2015
Merged

Conversation

bf4
Copy link
Member

@bf4 bf4 commented Aug 28, 2015

No description provided.

@bf4 bf4 force-pushed the clarify_ams_dependencies branch from e7b4059 to 0bb334a Compare August 28, 2015 12:56
@beauby
Copy link
Contributor

beauby commented Aug 29, 2015

👍

gem 'actionpack'
gem 'actionview'
end
gem 'rails-controller-testing', github: 'rails/rails-controller-testing'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this is a little complicated.. but cool bundler feature, eh?

@bf4
Copy link
Member Author

bf4 commented Aug 30, 2015

Basically, I want to avoid installing any gems in test that aren't necessary to use AMS and might contribute to unexpected behavior. e.g. Right now AMS doesn't require ActionMailer or ActiveRecord, so why include it?

@bf4 bf4 force-pushed the clarify_ams_dependencies branch from 0bb334a to e3d3d92 Compare August 31, 2015 03:26
joaomdmoura added a commit that referenced this pull request Aug 31, 2015
@joaomdmoura joaomdmoura merged commit 9ff35da into rails-api:master Aug 31, 2015
@joaomdmoura
Copy link
Member

Nice @bf4, tks, merged

@bf4 bf4 deleted the clarify_ams_dependencies branch August 31, 2015 03:41
@bf4
Copy link
Member Author

bf4 commented Aug 31, 2015

😄

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.

3 participants