I tried to run my first app and kept getting this error:
"rake aborted!
uninitialized constant AsProject::RemoteFileLoader::Minitar"
I made sure I'd done
gem install archive-tar-minitar
But I had to modify the source of tasks/remote_file_loader.rb to get
it to work. So in the version I've got (in version 0.1.118) I modified
line 73:
- Minitar.unpack(tar, dir)
+ Archive::Tar::Minitar.unpack(tar, dir)
And now it works.
Just had a bit of a mental block about the new name!
Sprout?
On Jul 10, 2:36 pm, Michael Forrest <michael.forr...@gmail.com>
wrote: