Thanks for the very informative and useful blog post. I did run into one problem. It seems that there's problems with zip/zip:
rake --tasks
rake aborted!
LoadError: cannot load such file -- zip/zip
/vagrant/config/application.rb:7:in <top (required)>'
/vagrant/Rakefile:4:in<top (required)>'
(See full trace by running task with --trace)
Thanks for the very informative and useful blog post. I did run into one problem. It seems that there's problems with zip/zip:
rake --tasks
rake aborted!
LoadError: cannot load such file -- zip/zip
/vagrant/config/application.rb:7:in
<top (required)>' /vagrant/Rakefile:4:in
<top (required)>'(See full trace by running task with --trace)
I fixed this using this gem:
https://github.com/orien/zip-zip
Thanks again.