summaryrefslogtreecommitdiff
path: root/lib/super_good-solidus_taxjar.rb
AgeCommit message (Collapse)Author
2021-02-22Add Taxjar Rails engineNoah Silvera
Upcoming work to get this extension officially certified with Taxjar will require the addition of UI components into the solidus backend. Creating a rails engine for the new rails components of this extension is a prerequisite to any UI work. Co-authored-by: Nick Van Doorn <nick@super.gd> Co-authored-by: Adam Mueller <adam@super.gd>
2020-07-14Run project through standardrbJared Norman
2020-06-24Add default require fileJared Norman
While bundler knows to translate the dashes in gem names into slashes for namespaced gems, there's some interplay between solidus_core's test helpers and solidus_dev_support that ends up trying to require the name of the gem without bundler's fallback logic. This just makes it so everything plays nice with the namespaced gem name.