Luis Ramos
|
2d4326ded3
|
Replace empty? with blank? which is equivalent but a bit more resilient, returns false for nil
Present is not blank, so unless blank? becomes if present?
|
2020-07-01 14:08:07 +01:00 |
|
Luis Ramos
|
f6e3e01a10
|
Extract permitted payment_source attributes from checkout to use them in the backoffice payments controller
Add spec to verify payment source attributes are passed
|
2020-06-18 09:54:34 +01:00 |
|
Pau Perez
|
456f369b76
|
Fix outstanding Rubocop violations
|
2020-06-15 10:17:34 +02:00 |
|
Matt-Yorkley
|
0cc5cbd1d2
|
Merge pull request #5038 from luisramos0/strong_params_prod
[Spree 2.1] Implement strong params in products, variants, variant_overrides and resource controllers
|
2020-03-25 18:35:58 +01:00 |
|
Luis Ramos
|
6b62c8aafd
|
Extract permitted attributes to separate service
|
2020-03-25 10:52:23 +00:00 |
|
Luis Ramos
|
e5f56c19c0
|
Switch to using PermittedAttributes::Address instead of spree version of it that will be removed later
|
2020-03-25 10:52:23 +00:00 |
|
Pau Pérez Fabregat
|
2c487c2592
|
Merge pull request #5037 from luisramos0/strong_params_subs
[Spree 2.1] Implement strong params in subscriptions controller
|
2020-03-25 09:50:47 +01:00 |
|
Pau Pérez Fabregat
|
d4d72c6c6c
|
Merge pull request #5036 from luisramos0/strong_params_users
[Spree 2.1] Implement strong params in user related controllers
|
2020-03-25 09:48:52 +01:00 |
|
Pau Pérez Fabregat
|
b323364661
|
Merge pull request #5035 from luisramos0/strong_params_checkout
[Spree 2.1] Implement strong params in checkout controller
|
2020-03-25 09:46:53 +01:00 |
|
Luis Ramos
|
244499a27d
|
Extract permitted atttributes to specific classes
|
2020-03-21 19:41:05 +00:00 |
|
Luis Ramos
|
79b0867507
|
Extract permitted attributes to separate service
|
2020-03-21 19:08:37 +00:00 |
|
Luis Ramos
|
aec7f12f5a
|
Extract common user permitted attributes to a separate class
|
2020-03-21 18:31:14 +00:00 |
|
Luis Ramos
|
980fdd65a1
|
Replace hash rockets syntax
|
2020-03-21 17:00:08 +00:00 |
|
Luis Ramos
|
2c453359c1
|
Extract permitted params into a specific service
|
2020-03-21 16:49:26 +00:00 |
|
Luis Ramos
|
fd2cf7295e
|
Extract permitted_attributes from order_cycle_controller into a specific service
|
2020-03-21 16:17:20 +00:00 |
|