Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-22 | Add Taxjar Rails engine | Noah 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-14 | Run project through standardrb | Jared Norman | |
2020-06-24 | Add default require file | Jared 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. |