When running cap deploy, I get the following error when it tries to compile the assets:
*** [err :: 205.186.157.163] /usr/local/ruby-enterprise/bin/ruby /usr/local/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
*** [err :: 205.186.157.163] [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.spree/order" is no longer supported
*** [err :: 205.186.157.163] [FATAL] failed to allocate memory
*** [err :: 205.186.157.163] rake aborted!
I watch the memory reach max using top every time. I did increase the memory allocation of the MediaTemple (ve) box to 1GB, with no success.
Context: Spree 1.0.3, rails 3.1, MediaTemple (ve) server with 1GB memory.
Any hints?
I actually got my problem fixed by following Ryan Bigg’s suggestion here: https://github.com/spree/spree/issues/1183#issuecomment-5493863
Turns out
sass-railsneeded to be upgraded to branch3-1-stable, and then everything ran perfectly.