Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-09 | Support Rails 5.1 | John Hawthorn | |
2017-05-23 | Require a reqcent version of rspec-rails | Brendan Deere | |
Previously this was resolving to 1.6.x. | |||
2017-05-23 | Fix dependency conflicts | Brendan Deere | |
Rspec was resolving to 3.5.0, and rspec-rails was previously locking the version to 3.4.x. This fixes them | |||
2017-01-06 | Spec against Solidus 2.0 | Brendan Deere | |
2016-10-17 | yarddoc | Brendan Deere | |
2016-09-22 | Add Timecop as development dependency | Alex Blackie | |
We're going to need to test dates a lot. | |||
2016-09-22 | Merge pull request #39 from brendandeere/feature/subscribable_variants | Brendan Deere | |
Add checkbox for marking variants as subscribable | |||
2016-09-21 | add version cake dependency | Brendan Deere | |
We use this to test the Solidus RABL API | |||
2016-09-21 | Add rspec mocks | Brendan Deere | |
2016-09-21 | Add Deface as dependency | Alex Blackie | |
Unfortunately, we can't just copy-in views from Solidus if we want to modify them, as that means anyone else who does that will either get overridden by us, or will override us. Deface seems to still be the only option for this scenario. | |||
2016-09-20 | Add CI to the project | Brendan Deere | |
2016-09-12 | Add I18n for messages intended for display | Brendan Deere | |
Some messages (for example installment processing messages) will be displayed to the customer. Provide these as translations for easy internationalization | |||
2016-08-31 | Add Rspec to the gemspec | Brendan Deere | |
2016-08-30 | Add state_machines as a dependency to the gem | Brendan Deere | |
2016-08-25 | Add Shoulda mathers and create a rails_helper | Brendan Deere | |
2016-08-25 | add pry to gemspec | Brendan Deere | |
2016-08-24 | init | Brendan Deere | |