Skip to content

Instantly share code, notes, and snippets.

@walterdavis
Created May 9, 2014 15:11
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 walterdavis/35469f46734873961ac5 to your computer and use it in GitHub Desktop.
Save walterdavis/35469f46734873961ac5 to your computer and use it in GitHub Desktop.
marvin:sandbox waltd$ rails new test_app
Using -d mysql -j prototype from /Volumes/eddy/Users/waltd/.railsrc
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/javascripts/application.js
create app/assets/stylesheets/application.css
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/views/layouts/application.html.erb
create app/assets/images/.keep
create app/mailers/.keep
create app/models/.keep
create app/controllers/concerns/.keep
create app/models/concerns/.keep
create bin
create bin/bundle
create bin/rails
create bin/rake
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/secrets.yml
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/cookies_serializer.rb
create config/initializers/filter_parameter_logging.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/session_store.rb
create config/initializers/wrap_parameters.rb
create config/locales
create config/locales/en.yml
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create lib
create lib/tasks
create lib/tasks/.keep
create lib/assets
create lib/assets/.keep
create log
create log/.keep
create public
create public/404.html
create public/422.html
create public/500.html
create public/favicon.ico
create public/robots.txt
create test/fixtures
create test/fixtures/.keep
create test/controllers
create test/controllers/.keep
create test/mailers
create test/mailers/.keep
create test/models
create test/models/.keep
create test/helpers
create test/helpers/.keep
create test/integration
create test/integration/.keep
create test/test_helper.rb
create tmp/cache
create tmp/cache/assets
create vendor/assets/javascripts
create vendor/assets/javascripts/.keep
create vendor/assets/stylesheets
create vendor/assets/stylesheets/.keep
run bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.3.1)
Using i18n (0.6.9)
Using json (1.8.1)
Using minitest (5.3.3)
Using thread_safe (0.3.3)
Using tzinfo (1.1.0)
Using activesupport (4.1.1)
Using builder (3.2.2)
Using erubis (2.7.0)
Using actionview (4.1.1)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.1.1)
Using mime-types (1.25.1)
Using polyglot (0.3.4)
Using treetop (1.4.15)
Using mail (2.5.4)
Using actionmailer (4.1.1)
Using activemodel (4.1.1)
Using arel (5.0.1.20140414130214)
Using activerecord (4.1.1)
Using bundler (1.5.3)
Using coffee-script-source (1.7.0)
Using execjs (2.0.2)
Using coffee-script (2.2.0)
Using thor (0.19.1)
Using railties (4.1.1)
Using coffee-rails (4.0.1)
Using hike (1.2.3)
Using multi_json (1.10.0)
Using jbuilder (2.0.7)
Using mysql2 (0.3.15)
Using tilt (1.4.1)
Using sprockets (2.11.0)
Using sprockets-rails (2.1.3)
Using rails (4.1.1)
Using prototype-rails (4.0.0)
Using rdoc (4.1.1)
Using sass (3.2.19)
Using sass-rails (4.0.3)
Using sdoc (0.4.0)
Using spring (1.1.2)
Using turbolinks (2.2.2)
Using uglifier (2.5.0)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
run bundle exec spring binstub --all
* bin/rake: spring inserted
* bin/rails: spring inserted
marvin:sandbox waltd$ cd test_app
marvin:test_app waltd$ rails s
=> Booting WEBrick
=> Rails 4.1.1 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--binding option)
=> Ctrl-C to shutdown server
Exiting
/Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.1/lib/action_controller/base.rb:204:in `<class:Base>': uninitialized constant AbstractController::Rendering (NameError)
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.1/lib/action_controller/base.rb:164:in `<module:ActionController>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.1/lib/action_controller/base.rb:5:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionview-4.1.1/lib/action_view/test_case.rb:9:in `<class:TestCase>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionview-4.1.1/lib/action_view/test_case.rb:8:in `<module:ActionView>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionview-4.1.1/lib/action_view/test_case.rb:6:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/prototype-rails-4.0.0/lib/prototype-rails/on_load_action_view.rb:17:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/prototype-rails-4.0.0/lib/prototype-rails.rb:12:in `block (2 levels) in <class:Engine>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:44:in `each'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionview-4.1.1/lib/action_view/base.rb:207:in `<class:Base>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionview-4.1.1/lib/action_view/base.rb:135:in `<module:ActionView>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionview-4.1.1/lib/action_view/base.rb:10:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionview-4.1.1/lib/action_view/view_paths.rb:1:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.1/lib/abstract_controller/rendering.rb:4:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionmailer-4.1.1/lib/action_mailer/base.rb:407:in `<class:Base>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionmailer-4.1.1/lib/action_mailer/base.rb:401:in `<module:ActionMailer>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionmailer-4.1.1/lib/action_mailer/base.rb:9:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/actionmailer-4.1.1/lib/action_mailer/railtie.rb:49:in `block in <class:Railtie>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:36:in `call'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:44:in `each'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-4.1.1/lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/application/finisher.rb:64:in `block in <module:Finisher>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/initializable.rb:30:in `instance_exec'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/initializable.rb:30:in `run'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/initializable.rb:55:in `block in run_initializers'
from /Volumes/eddy/Users/waltd/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tsort.rb:150:in `block in tsort_each'
from /Volumes/eddy/Users/waltd/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tsort.rb:183:in `block (2 levels) in each_strongly_connected_component'
from /Volumes/eddy/Users/waltd/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tsort.rb:219:in `each_strongly_connected_component_from'
from /Volumes/eddy/Users/waltd/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tsort.rb:182:in `block in each_strongly_connected_component'
from /Volumes/eddy/Users/waltd/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tsort.rb:180:in `each'
from /Volumes/eddy/Users/waltd/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tsort.rb:180:in `each_strongly_connected_component'
from /Volumes/eddy/Users/waltd/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/tsort.rb:148:in `tsort_each'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/initializable.rb:54:in `run_initializers'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/application.rb:288:in `initialize!'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/config/environment.rb:5:in `<top (required)>'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/config.ru:3:in `require'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/config.ru:3:in `block in <main>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/builder.rb:55:in `instance_eval'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/builder.rb:55:in `initialize'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/config.ru:in `new'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/config.ru:in `<main>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/builder.rb:49:in `eval'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/builder.rb:49:in `new_from_string'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/builder.rb:40:in `parse_file'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/server.rb:277:in `build_app_and_options_from_config'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/server.rb:199:in `app'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands/server.rb:50:in `app'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/server.rb:314:in `wrapped_app'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands/server.rb:130:in `log_to_stdout'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands/server.rb:67:in `start'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands/commands_tasks.rb:81:in `block in server'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands/commands_tasks.rb:76:in `tap'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands/commands_tasks.rb:76:in `server'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands/commands_tasks.rb:40:in `run_command!'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.1/lib/rails/commands.rb:17:in `<top (required)>'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/bin/rails:8:in `require'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/bin/rails:8:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/spring-1.1.2/lib/spring/client/rails.rb:27:in `load'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/spring-1.1.2/lib/spring/client/rails.rb:27:in `call'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/spring-1.1.2/lib/spring/client/command.rb:7:in `call'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/spring-1.1.2/lib/spring/client.rb:26:in `run'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/spring-1.1.2/bin/spring:48:in `<top (required)>'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/spring-1.1.2/lib/spring/binstub.rb:11:in `load'
from /Volumes/eddy/Users/waltd/.rvm/gems/ruby-1.9.3-p484/gems/spring-1.1.2/lib/spring/binstub.rb:11:in `<top (required)>'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/bin/spring:16:in `require'
from /Volumes/eddy/Users/waltd/Documents/sandbox/test_app/bin/spring:16:in `<top (required)>'
from bin/rails:3:in `load'
from bin/rails:3:in `<main>'
marvin:test_app waltd$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment