zanetagebka
|
a2a670c848
|
Fix cops StringConcatenation
|
2024-06-11 15:17:32 +10:00 |
|
Matt-Yorkley
|
2e5810d64d
|
Fix more Rubocop offences
|
2021-01-09 13:26:30 +00:00 |
|
Matt-Yorkley
|
83f58368c7
|
Fix class-loading issue in test suite
Fixes:
```
Failure/Error: include Spree::Core::ControllerHelpers::Auth
NameError:
uninitialized constant Spree::Core::ControllerHelpers::Auth
# ./lib/spree/api/controller_setup.rb:19:in `block in included'
# ./lib/spree/api/controller_setup.rb:5:in `class_eval'
# ./lib/spree/api/controller_setup.rb:5:in `included'
# ./app/controllers/api/base_controller.rb:9:in `include'
# ./app/controllers/api/base_controller.rb:9:in `<class:BaseController>'
# ./app/controllers/api/base_controller.rb:6:in `<module:Api>'
# ./app/controllers/api/base_controller.rb:5:in `<top (required)>'
# ./app/controllers/api/products_controller.rb:5:in `<module:Api>'
# ./app/controllers/api/products_controller.rb:4:in `<top (required)>'
# ./spec/controllers/api/products_controller_spec.rb:6:in `<top (required)>'
```
|
2021-01-09 13:26:30 +00:00 |
|
Matt-Yorkley
|
fb333c37e7
|
Fix Api controller setup for responders gem
|
2020-11-27 14:00:28 +00:00 |
|
Luis Ramos
|
61708e5deb
|
AbstractController::ViewPaths was moved to ActionView::ViewPaths in rails 4.1
|
2020-11-27 13:59:46 +00:00 |
|
luisramos0
|
5846593637
|
Remove dependency to spree_api rabl responders, we should only use AMS from now on
|
2019-10-28 16:00:36 +00:00 |
|
luisramos0
|
2ae75ce13e
|
Add ControllerSetup from spree_api as it is used in spree/api/base_controller
|
2019-07-31 09:35:46 +01:00 |
|