Skip to content

Instantly share code, notes, and snippets.

@skiabox
Created December 28, 2014 14:01
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 skiabox/2307eded3ed51d80a6a5 to your computer and use it in GitHub Desktop.
Save skiabox/2307eded3ed51d80a6a5 to your computer and use it in GitHub Desktop.
Stavross-MBP-2:RubymineProjects Administrator$ rails new Events2
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 bin/setup
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/assets.rb
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
/Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:89:in `run': ERROR: Failed to build gem native extension. (Gem::Ext::BuildError)
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
#erubis 2.7.0 not found in GEM_PATH
#nokogiri 1.6.5 not found in GEM_PATH
#rack 1.6.0 not found in GEM_PATH
#railties 4.2.0 not found in GEM_PATH
/Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:71:in `initialize': Permission denied - /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/rake (Errno::EACCES)
from /Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:71:in `open'
from /Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:71:in `block in try_to_fix_binstubs'
from /Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:69:in `map'
from /Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:69:in `try_to_fix_binstubs'
from /Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:46:in `block in execute_no_wrapper'
from /Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:44:in `each'
from /Users/Administrator/.rvm/rubies/ruby-2.2.0/lib/ruby/gems/2.2.0/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:44:in `execute_no_wrapper'
from extconf.rb:19:in `<main>'
bundler 1.7.9
byebug 3.5.1
erubis 2.7.0
Can not find erubis in GEM_PATH
executable-hooks 1.3.2
nokogiri 1.6.5
Can not find nokogiri in GEM_PATH
rack 1.6.0
Can not find rack in GEM_PATH
railties 4.2.0
Can not find railties in GEM_PATH
rake 0.9.6
extconf failed, exit code 1
Gem files will remain installed in /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/executable-hooks-1.3.2 for inspection.
Results logged to /Users/Administrator/.rvm/gems/ruby-2.2.0@global/extensions/universal-darwin-14/2.0.0/executable-hooks-1.3.2/gem_make.out
from /Library/Ruby/Site/2.0.0/rubygems/ext/ext_conf_builder.rb:38:in `block in build'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/tempfile.rb:324:in `open'
from /Library/Ruby/Site/2.0.0/rubygems/ext/ext_conf_builder.rb:17:in `build'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:161:in `block (2 levels) in build_extension'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:160:in `chdir'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:160:in `block in build_extension'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:159:in `synchronize'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:159:in `build_extension'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:198:in `block in build_extensions'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:195:in `each'
from /Library/Ruby/Site/2.0.0/rubygems/ext/builder.rb:195:in `build_extensions'
from /Library/Ruby/Site/2.0.0/rubygems/specification.rb:1436:in `block in build_extensions'
from /Library/Ruby/Site/2.0.0/rubygems/user_interaction.rb:45:in `use_ui'
from /Library/Ruby/Site/2.0.0/rubygems/specification.rb:1434:in `build_extensions'
from /Library/Ruby/Site/2.0.0/rubygems/stub_specification.rb:60:in `build_extensions'
from /Library/Ruby/Site/2.0.0/rubygems/basic_specification.rb:56:in `contains_requirable_file?'
from /Library/Ruby/Site/2.0.0/rubygems/specification.rb:925:in `block in find_inactive_by_path'
from /Library/Ruby/Site/2.0.0/rubygems/specification.rb:924:in `each'
from /Library/Ruby/Site/2.0.0/rubygems/specification.rb:924:in `find'
from /Library/Ruby/Site/2.0.0/rubygems/specification.rb:924:in `find_inactive_by_path'
from /Library/Ruby/Site/2.0.0/rubygems.rb:185:in `try_activate'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:132:in `rescue in require'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:144:in `require'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/vendor/net/http/persistent.rb:12:in `<top (required)>'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/vendored_persistent.rb:11:in `<top (required)>'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/fetcher.rb:1:in `<top (required)>'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/cli/install.rb:71:in `run'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/cli.rb:145:in `install'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/vendor/thor/command.rb:27:in `run'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/vendor/thor/invocation.rb:121:in `invoke_command'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/vendor/thor.rb:363:in `dispatch'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/vendor/thor/base.rb:440:in `start'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/cli.rb:9:in `start'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/bin/bundle:20:in `block in <main>'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/lib/bundler/friendly_errors.rb:5:in `with_friendly_errors'
from /Users/Administrator/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.7.9/bin/bundle:18:in `<main>'
Unfortunately, a fatal error has occurred. Please see the Bundler troubleshooting documentation at
http://bit.ly/bundler-issues. Thanks!
run bundle exec spring binstub --all
* bin/rake: spring inserted
* bin/rails: spring inserted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment