I am having hard time with spree 1.3.0 and jruby 1.7.1. As it seems jruby is not able to parse erb templates, and sometimes gives errors with string assignment which doesn't make any sense, since changing ruby to 1.9.3 works very well(Yes, with no error!).
I tried this with WEBrick and Trinidad, both are behaving the same way.
I would be very grateful if you can give me any idea on what's happening here, why?, and what could be the possible way to fix this. Thanks!
Do let me know if you need anything from me, like Gemfile or any environment settings.
Please see this image for reference below:
I figured out that, it's a problem with jruby which is treating deface gem in a weird way. I guess spree will need sometime to switch to jruby. For now closing this question since there is no answer to it.