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

Commits on Nov 26, 2019

  1. Eliminate sqlite dependency

    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.
    spdawson committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    3142bb6 View commit details
    Browse the repository at this point in the history