Skip to content

Instantly share code, notes, and snippets.

@ryana
Created September 1, 2010 22:28
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 ryana/561487 to your computer and use it in GitHub Desktop.
Save ryana/561487 to your computer and use it in GitHub Desktop.
ra:code$ rails new r3
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/views/layouts/application.html.erb
create app/mailers
create app/models
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
/Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/generators/rails/app/app_generator.rb:22:in `empty_directory_with_gitkeep': protected method `empty_directory_with_gitkeep' called for #<Rails::Generators::AppGenerator:0x74e014> (NoMethodError)
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/generators/rails/app/app_generator.rb:87:in `lib'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/generators/rails/app/app_generator.rb:336:in `build'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/generators/rails/app/app_generator.rb:256:in `create_lib_files'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/task.rb:22:in `run'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/invocation.rb:118:in `invoke_task'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/invocation.rb:124:in `block in invoke_all'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/invocation.rb:124:in `each'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/invocation.rb:124:in `map'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/invocation.rb:124:in `invoke_all'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/group.rb:226:in `dispatch'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.0/lib/thor/base.rb:389:in `start'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/commands/application.rb:18:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/cli.rb:14:in `require'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/cli.rb:14:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/rails-3.0.0/bin/rails:4:in `require'
from /Users/ryan/.rvm/gems/ruby-1.8.7-p249/gems/rails-3.0.0/bin/rails:4:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-1.9.2-preview1/bin/rails:19:in `load'
from /Users/ryan/.rvm/gems/ruby-1.9.2-preview1/bin/rails:19:in `<main>'
ra:code$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment