Tobias Bohwalli
Tobias Bohwalli
@rposborne +1
@nunopolonia nice i18n support in your fork, the problem is just how to deal with the migration if someone don't want to use `spree_i18n`. The rest of the code can...
Hi, `spree_i18n` seems to be in status of some major changes where the globalize part probably going to be extracted to its own gem but its still unclear related to...
Nice work @Whelton
You welcome to add it to the wiki if you found a good solution.
:heart: Pull Request :heart:
Hi @shopjoy, your blog post about this seems valid so I merged it into `master` branch for now because it still in beta mode, but I'm personally not 100% sure...
Your error say: undefined method `each` for nil:Class and can be fixed with `each.to_a` to avoid that specific error.
Your file indicates that the error comes from `spree_frontend`, and due to that you use `2-1-stable` branch you should be able to find similar (old) issues by searching stackoverflow or...
Hi @jumski, this fix works for both `3-0-stable` and `master`.