On 16/12/11 16:43, Arthur Baldwin wrote:
Hmmmm......
why can't we adjust the script to do something so that bundler does NOT have to run in the new app directory?
I need to be able to issue the command: hobo new myapp -d mysql
without any hiccups.



That is exactly what we are trying to do. I just asked you to run that command to test what was missing and include it in the script. Nevertheless, there are many gems missing. I would like you to remove all gems and then rerun the script. These should be the commands:

sudo gem list | cut -d" " -f1 | xargs gem uninstall -aIx
./InstantHobo.sh

Remove the app and create it again and then tell us what the output was. That will tell us what is missing from the script.

Note: The remove gems command was found at http://geekystuff.net/2009/01/14/remove-all-ruby-gems/

--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to