Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | Remove canonical-rails from Gemfile | Alessio Rocco | |
The canonical-rails was locked down to 0.2.9 because Solidus still used the whitelisted_attributes method but with the new version 0.2.10 it was renamed to allowed_parameters and it can be removed. | |||
2020-12-14 | Update cancel method on subscription to respect minimum date | Sean | |
Previously, the cancel method would check if the minimum cancellation date minus the current day is in the future before cancelling. However, that adds one day to whatever minimum cancellation date that you set - if you set one day, you would expect the user not to be able to cancel on the day that the subscription ships, but because the method checks if the date is in the future, the user can't cancel the day of, or the day before. This checks if the date is in the future OR if it's today, which removes the added day from the minimum_cancellation_notice. Also this sets the default to 0.days, as 1.day is pretty arbitrary Lastly, this locks canonical-rails down to 0.2.9, because Solidus still uses the `whitelisted_attributes` method, which was renamed in 0.2.10 | |||
2020-06-13 | Update to the latest solidus_dev_support | Alessandro Desantis | |
2020-03-06 | Fix Dependabot looking for Gemfile-local | Alessandro Desantis | |
2020-01-20 | Update extension structure using dev_support | Mattia Roccoberton | |
2020-01-17 | Change solidus_extension_dev_tools references to solidus_dev_support | Mattia Roccoberton | |
2019-11-22 | Configure RuboCop via solidus_extension_dev_tools | Alessandro Desantis | |
2019-09-12 | Relax solidus_auth_devise dependency for Rails 6 compatibility | Alessandro Desantis | |
2019-09-12 | Help Bundler resolve dependencies in CI | Alessandro Desantis | |
2018-10-03 | Fix factory girl dependency for Solidus < 2.5 | jacobherrington | |
We need to load a factory_bot version that has factory_girl in it to support Solidus versions < 2.5 This change also includes conditional logic for the database interface gems. | |||
2018-01-11 | Use pg ~> 0.21 | John Hawthorn | |
2017-06-09 | Support Rails 5.1 | John Hawthorn | |
2017-01-06 | Spec against Solidus 2.0 | Brendan Deere | |
2016-09-20 | Dont use master solidus by default | Brendan Deere | |
For now because we havnt made sure this works on rails 5 (and solidus 2.0) this should be restricted to the 1.4 branch of solidus | |||
2016-09-20 | Add CI to the project | Brendan Deere | |
2016-08-24 | init | Brendan Deere | |