luisramos0
|
bb1f7fde2f
|
Remove unused routes related to taxons
t/products was already an old route 4 years ago and t/*id is not currently working in master
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
c61e7a1672
|
Remove unused routes
This fix is in spree 2.1 here: ba420fe70e
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
3c964933b1
|
Remove stub of a deleted method #deadcode
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
e7b625edcf
|
Remove spree locale route
This route is not used, ofn code uses query param locale that is picked up in base controller set_locale
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
eab6cc563b
|
Fix rubocop issues
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
8daf9b9247
|
Revert fix in previous commit (orders/populate route used in product import view) and adding a simple fix by setting the product import route to use in the form
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
5ba0f906a1
|
For some reason we need the orders populate route to make product import routes work
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
35c8236c21
|
Add missing datepicker/cal.gif to ofn assets
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
b397a8e661
|
Remove spree_frontend and spree_sample from ofn's gemfile
spree_frontend will only be removed from gemfile.lock when spree_auth_devise is removed from OFN
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
61def8f2e7
|
Convert match routes to get routes to be compatible with rails 4
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
4ff0bf8162
|
Change gemfile to depend on the different spree gems, not spree as a whole
|
2019-06-18 10:49:20 +01:00 |
|
luisramos0
|
02b9fca620
|
Remove unused spree checkout and spree cart routes
|
2019-06-18 10:49:19 +01:00 |
|
luisramos0
|
40f7d07e27
|
Remove unnecessary method from spree storecontroller and spree orderscontroller
|
2019-06-18 10:47:34 +01:00 |
|
luisramos0
|
c56486d7ae
|
Remove unnecessary methods from spree checkoutcontroller
|
2019-06-18 10:47:34 +01:00 |
|
luisramos0
|
56db90f49e
|
Remove unused checkout controller update action and order controller populate action
Additionally, remove routes of these actions as well as routes already defined in routes.rb (checkout and cart)
|
2019-06-18 10:47:34 +01:00 |
|
luisramos0
|
a8b4037885
|
Remove dependency to coupon code logic in checkoutcontroller, ofn doesnt have that feature
|
2019-06-18 10:47:34 +01:00 |
|
luisramos0
|
fc145d472d
|
Add home controller to ofn codebase from spree frontend
|
2019-06-18 10:47:34 +01:00 |
|
luisramos0
|
5037cce6f5
|
Add all the code missing from checkout, order and store controllers to ofn controllers
|
2019-06-18 10:47:34 +01:00 |
|
luisramos0
|
c399491314
|
Move spree frontend routes to ofn and transform decorators with class_eval to controller classes
|
2019-06-18 10:47:34 +01:00 |
|
Luis Ramos
|
a783f4609a
|
Merge pull request #3942 from jonleighton/exit-if-no-nodenv
Exit script/setup if node is not found
|
2019-06-17 22:10:44 +01:00 |
|
Luis Ramos
|
d9b47ad1b3
|
Merge pull request #3944 from openfoodfoundation/transifex
Transifex
|
2019-06-17 16:39:25 +01:00 |
|
Transifex-Openfoodnetwork
|
930de1b6a2
|
Updating translations for config/locales/en_ZA.yml
|
2019-06-17 20:33:27 +10:00 |
|
Pau Pérez Fabregat
|
e3db218e7c
|
Merge pull request #3941 from luisramos0/enza
Add en_ZA.yml copied from en_GB.yml as requested by instance manager
|
2019-06-17 11:54:09 +02:00 |
|
Jon Leighton
|
150310bf67
|
Exit script/setup if node is not found
This mirrors what the script already does if ruby is not found
|
2019-06-17 11:26:54 +10:00 |
|
luisramos0
|
926fc5ee43
|
Add en_ZA.yml copied from en_GB.yml as requested by instance manager
|
2019-06-16 20:43:20 +01:00 |
|
Luis Ramos
|
b1d4461c77
|
Merge pull request #3936 from luisramos0/factories_refactor
Extract factories to separate files and fix rubocop issues
|
2019-06-14 22:28:55 +01:00 |
|
Pau Pérez Fabregat
|
45c77196b3
|
Merge pull request #3935 from mkllnk/update-rubocop-style
Update rubocop style
|
2019-06-14 19:52:22 +02:00 |
|
luisramos0
|
13d41dc1aa
|
Remove duplicate modify entry in factories
|
2019-06-14 13:59:24 +01:00 |
|
luisramos0
|
5ca382be42
|
Remove spec/factories.rb from rubocop exceptions, it doesnt look like a problem any longer
|
2019-06-14 13:55:47 +01:00 |
|
luisramos0
|
3259db69f0
|
Remove unnecessary code, this code as been accepted in spree code base and included in spree v1.2
|
2019-06-14 13:43:30 +01:00 |
|
luisramos0
|
6efb71d903
|
Fix more rubocop issues in spec/factories
|
2019-06-14 13:42:27 +01:00 |
|
Luis Ramos
|
91401446a5
|
Merge pull request #3915 from mkllnk/3844-permalink-conflicts
Consider deleted products when creating permalinks
|
2019-06-14 13:20:35 +01:00 |
|
luisramos0
|
59593c824a
|
Fix rubocop issues in different factories
|
2019-06-14 13:10:53 +01:00 |
|
luisramos0
|
79cf03b124
|
Fix rubocop issues in spec/factories
|
2019-06-14 13:01:08 +01:00 |
|
luisramos0
|
a6b3c26bbe
|
Extract users factories to separate file
|
2019-06-14 12:50:26 +01:00 |
|
luisramos0
|
8345765ada
|
Extract tag rules factories to separate file
|
2019-06-14 12:49:17 +01:00 |
|
luisramos0
|
03fb33ba86
|
Extract variant factory modify to separate file
|
2019-06-14 12:48:04 +01:00 |
|
luisramos0
|
2c8ce6e4e5
|
Extract products factories to separate file
|
2019-06-14 12:45:55 +01:00 |
|
luisramos0
|
3e10c703bf
|
Extract shipments factories to separate file
|
2019-06-14 12:43:07 +01:00 |
|
luisramos0
|
42f8b2efed
|
Fix static file path in order_cycle_factory
|
2019-06-14 12:30:36 +01:00 |
|
luisramos0
|
bd493c392a
|
Extract shipping_methods factories to separate file
|
2019-06-14 12:25:10 +01:00 |
|
luisramos0
|
dc701f55b3
|
Extract calculators factories to separate file
|
2019-06-14 12:23:32 +01:00 |
|
luisramos0
|
06e3328ce2
|
Extract orders factories to separate file
|
2019-06-14 12:17:24 +01:00 |
|
luisramos0
|
91fcb7c7c4
|
Extract enterprises factories to separate file
|
2019-06-14 12:12:45 +01:00 |
|
luisramos0
|
42f2e78b10
|
Extract subscriptions factories to separate file
|
2019-06-14 12:10:54 +01:00 |
|
luisramos0
|
0501859c23
|
Extract order_cycle factories to separate file
|
2019-06-14 12:10:27 +01:00 |
|
Maikel
|
5e89c54144
|
Merge pull request #3931 from openfoodfoundation/RachL-patch-1-3
Update README.md
|
2019-06-14 14:20:22 +10:00 |
|
Maikel
|
2307df980c
|
Merge pull request #3930 from openfoodfoundation/transifex
Transifex
|
2019-06-14 14:19:13 +10:00 |
|
Maikel Linke
|
b5f3f98f87
|
Make BlockLength style apply to all files except todo list
|
2019-06-14 11:49:27 +10:00 |
|
Maikel Linke
|
ac79e44d9a
|
Fix current rubocop violations
|
2019-06-14 11:40:09 +10:00 |
|