Hey, this is not really an "issue" but I wanted to let you know that I forked this project and switched to the mobility gem, which is recommended by globalize authors as the successor to globalize (not actively developed anymore).
Mobility works very, very similarly to globalize, but there are a few subtleties that had to be updated. All the database stuff remains the same so it's a drop-in replacement.
I also fixed some bugs and I plan to update the admin views a bit because it bothers me that product description has no WYSIWYG editor, for example.
I will switch to it in production next week.
If you want you could add a note about this gem in the readme, spree guides or elsewhere, as an alternative to spree_globalize.
https://github.com/mrbrdo/spree_mobility
Also just want to point out that spree itself still includes a few lines of code pertaining to SpreeGlobalize, which should really be extracted into spree_globalize, for example like I've done for SpreeMobility: mrbrdo/spree_mobility@7d81cb2
Regards, Jan
Hey, this is not really an "issue" but I wanted to let you know that I forked this project and switched to the mobility gem, which is recommended by globalize authors as the successor to globalize (not actively developed anymore).
Mobility works very, very similarly to globalize, but there are a few subtleties that had to be updated. All the database stuff remains the same so it's a drop-in replacement.
I also fixed some bugs and I plan to update the admin views a bit because it bothers me that product description has no WYSIWYG editor, for example.
I will switch to it in production next week.
If you want you could add a note about this gem in the readme, spree guides or elsewhere, as an alternative to spree_globalize.
https://github.com/mrbrdo/spree_mobility
Also just want to point out that spree itself still includes a few lines of code pertaining to SpreeGlobalize, which should really be extracted into
spree_globalize, for example like I've done for SpreeMobility: mrbrdo/spree_mobility@7d81cb2Regards, Jan