Skip to content

Instantly share code, notes, and snippets.

@dhh
Created January 4, 2010 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhh/268983 to your computer and use it in GitHub Desktop.
Save dhh/268983 to your computer and use it in GitHub Desktop.
$ ruby ~/Code/rails/railties/bin/rails wonky --edge
create
create README
create .gitignore
create Rakefile
create config.ru
create Gemfile
create app
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/models
create app/views/layouts
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/cookie_verification_secret.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.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 script
create script/about
create script/console
create script/dbconsole
create script/destroy
create script/generate
create script/performance/benchmarker
create script/performance/profiler
create script/plugin
create script/runner
create script/server
create test
create test/performance/browsing_test.rb
create test/test_helper.rb
create test/fixtures
create test/functional
create test/integration
create test/unit
create tmp
create tmp/sessions
create tmp/sockets
create tmp/cache
create tmp/pids
create vendor/plugins
create vendor/plugins/.gitkeep
envy17:demos david$ cd wonky/
envy17:wonky david$ gem bundle
Calculating dependencies...
Cloning git repository at: git://github.com/rails/rails.git
Updating source: http://gems.rubyforge.org
Downloading abstract-1.0.0.gem
Caching: arel-0.2.pre.gem
Downloading erubis-2.6.5.gem
Downloading i18n-0.3.3.gem
Downloading mail-1.5.1.gem
Downloading mime-types-1.16.gem
Downloading rack-1.1.0.gem
Downloading rack-mount-0.4.0.gem
Downloading rack-test-0.5.3.gem
Downloading rake-0.8.7.gem
Installing i18n (0.3.3)
Installing arel (0.2.pre)
Installing rack (1.1.0)
Installing rack-test (0.5.3)
Installing rack-mount (0.4.0)
Installing mime-types (1.16)
Installing mail (1.5.1)
Installing abstract (1.0.0)
Installing erubis (2.6.5)
Installing rake (0.8.7)
Done.
envy17:wonky david$ ./script/console
/Users/david/Code/demos/wonky/vendor/gems/dirs/rails/activesupport/lib/active_support/dependencies.rb:456:in `load_missing_constant': uninitialized constant ActiveRecord::Base (NameError)
from /Users/david/Code/demos/wonky/vendor/gems/dirs/rails/activesupport/lib/active_support/dependencies.rb:91:in `const_missing'
from /Users/david/Code/demos/wonky/vendor/gems/dirs/rails/activesupport/lib/active_support/whiny_nil.rb:29
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/david/Code/demos/wonky/vendor/gems/dirs/rails/activesupport/lib/active_support/dependencies.rb:167:in `require'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment