I cloned the GIT repository and set my ENV variable as instructed.
>Dev Notes:
> Set the HOBODEV ENV variable to your local hobo git-repository path
> in order to use your local dev version instead of the installed gem.
I'm getting an error ".../hobo_support` does not exist". It appears
this DIR is actually "hobosupport" in the GIT repository.
If this may be a bug I will post in Lighthouse. I'm just
experimenting with this so no rush =D
Below is some output to chew on...
C:\Users\Benjamin\Development>set HOBODEV=C:\Users\Benjamin\Development
\hobo
C:\Users\Benjamin\Development>hobo new hoboedge
Hobo Command Line Interface 1.3.0.pre31
Generating Rails infrastructure...
create
create README
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/mailers
create app/models
create app/views/layouts/application.html.erb
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/environments
create config/environments/development.rb
create config/environments/production.rb
create config/environments/test.rb
create config/initializers
create config/initializers/backtrace_silencers.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/secret_token.rb
create config/initializers/session_store.rb
create config/locales
create config/locales/en.yml
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create doc
create doc/README_FOR_APP
create lib
create lib/tasks
create lib/tasks/.gitkeep
create log
create log/server.log
create log/production.log
create log/development.log
create log/test.log
create public
create public/404.html
create public/422.html
create public/500.html
create public/favicon.ico
create public/index.html
create public/robots.txt
create public/images
create public/images/rails.png
create public/stylesheets
create public/stylesheets/.gitkeep
create public/javascripts
create public/javascripts/application.js
create public/javascripts/controls.js
create public/javascripts/dragdrop.js
create public/javascripts/effects.js
create public/javascripts/prototype.js
create public/javascripts/rails.js
create script
create script/rails
create test
create test/fixtures
create test/functional
create test/integration
create test/performance/browsing_test.rb
create test/test_helper.rb
create test/unit
create tmp
create tmp/sessions
create tmp/sockets
create tmp/cache
create tmp/pids
create vendor/plugins
create vendor/plugins/.gitkeep
apply C:/Users/Benjamin/AppData/Local/Temp/hobo_app_template
gemfile hobo_support
gemfile hobo_fields
gemfile dryml
gemfile hobo
Hobo Setup Wizard
Do you want to start the Setup Wizard now?
(Choose 'n' if you need to manually customize any file before running
the Wizard.
You can run it later with `hobo g setup_wizard` from the application
root dir.) [y|n] y
=> "y"
←[31mThe path `C:/Users/Benjamin/Development/hobo/hobo_support` does
not exist.←[0m
C:\Users\Benjamin\Development>set HOBO
HOBODEV=C:\Users\Benjamin\Development\hobo
C:\Users\Benjamin\Development>cd hobo
C:\Users\Benjamin\Development\hobo>dir
Directory of C:\Users\Benjamin\Development\hobo
05/26/2011 10:45 PM <DIR> .
05/26/2011 10:45 PM <DIR> ..
05/26/2011 10:45 PM 82 .gitignore
05/26/2011 10:45 PM <DIR> dryml
05/26/2011 10:45 PM <DIR> hobo
05/26/2011 10:45 PM <DIR> hobofields
05/26/2011 10:45 PM <DIR> hobosupport
05/26/2011 10:45 PM 1,310 Rakefile
05/26/2011 10:45 PM 140 README
05/26/2011 10:45 PM <DIR> script
05/26/2011 10:45 PM <DIR> tasks
05/26/2011 10:45 PM <DIR> test_scripts
--
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.