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

Eliminate sqlite dependency #137

Merged
merged 1 commit into from
Nov 26, 2019
Merged

Eliminate sqlite dependency #137

merged 1 commit into from
Nov 26, 2019

Conversation

spdawson
Copy link
Collaborator

In #129, to_component_class support was added, to allow an Active Model instance to be conveniently rendered using an associated component class.

However, this work initially targeted ActiveRecord, which necessitated a dependency on sqlite for testing. This dependency can be eliminated by using Active model (instead of ActiveRecord) in the tests.

In #129, `to_component_class` support was added, to allow
an Active Model instance to be conveniently rendered using
an associated component class.

However, this work initially targeted ActiveRecord, which
necessitated a dependency on sqlite for testing. This dependency
can be eliminated by using Active model (instead of ActiveRecord)
in the tests.
@joelhawksley joelhawksley merged commit 68c2c42 into ViewComponent:master Nov 26, 2019
@spdawson spdawson deleted the eliminate-sqlite-dependency branch November 26, 2019 22:00
@joelhawksley
Copy link
Member

Thanks for the contribution! ❤️

@juanmanuelramallo
Copy link
Collaborator

Loved it! Thanks

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

3 participants