Skip to content

Instantly share code, notes, and snippets.

@ehrenglaube
Last active August 29, 2015 14:18
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 ehrenglaube/7dc24670c75971bb2c40 to your computer and use it in GitHub Desktop.
Save ehrenglaube/7dc24670c75971bb2c40 to your computer and use it in GitHub Desktop.
CMD errors from refills
C:\Dev\Projects>rails new thingy
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
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Resolving dependencies....
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.2
Using minitest 5.5.1
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.1
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile 0.6.2
Using nokogiri 1.6.6.2
Using rails-deprecated_sanitizer 1.0.3
Using rails-dom-testing 1.0.6
Using loofah 2.0.1
Using rails-html-sanitizer 1.0.2
Using actionview 4.2.1
Using rack 1.6.0
Using rack-test 0.6.3
Using actionpack 4.2.1
Installing globalid 0.3.5
Using activejob 4.2.1
Using mime-types 2.4.3
Using mail 2.6.3
Using actionmailer 4.2.1
Using activemodel 4.2.1
Using arel 6.0.0
Using activerecord 4.2.1
Using debug_inspector 0.0.2
Using binding_of_caller 0.7.2
Using bundler 1.9.2
Using columnize 0.9.0
Using byebug 4.0.5
Using coffee-script-source 1.9.1
Installing execjs 2.5.1
Using coffee-script 2.4.1
Using thor 0.19.1
Using railties 4.2.1
Using coffee-rails 4.1.0
Using hike 1.2.3
Using multi_json 1.11.0
Using jbuilder 2.2.12
Using jquery-rails 4.0.3
Using tilt 1.4.1
Using sprockets 2.12.3
Using sprockets-rails 2.2.4
Using rails 4.2.1
Using rdoc 4.2.0
Using sass 3.4.13
Using sass-rails 5.0.3
Using sdoc 0.4.1
Using sqlite3 1.3.10
Using turbolinks 2.5.3
Using tzinfo-data 1.2015.2
Using uglifier 2.7.1
Using web-console 2.1.2
Bundle complete! 12 Gemfile dependencies, 55 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
C:\Dev\Projects>cd thingy
C:\Dev\Projects\thingy>bundle install
Resolving dependencies...
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.2
Using minitest 5.5.1
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.1
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile 0.6.2
Using nokogiri 1.6.6.2
Using rails-deprecated_sanitizer 1.0.3
Using rails-dom-testing 1.0.6
Using loofah 2.0.1
Using rails-html-sanitizer 1.0.2
Using actionview 4.2.1
Using rack 1.6.0
Using rack-test 0.6.3
Using actionpack 4.2.1
Using globalid 0.3.5
Using activejob 4.2.1
Using mime-types 2.4.3
Using mail 2.6.3
Using actionmailer 4.2.1
Using activemodel 4.2.1
Using arel 6.0.0
Using activerecord 4.2.1
Using debug_inspector 0.0.2
Using binding_of_caller 0.7.2
Using sass 3.4.13
Using thor 0.19.1
Using bourbon 4.2.2
Using bitters 1.0.0
Using bundler 1.9.2
Using columnize 0.9.0
Using byebug 4.0.5
Using coffee-script-source 1.9.1
Using execjs 2.5.1
Using coffee-script 2.4.1
Using railties 4.2.1
Using coffee-rails 4.1.0
Using hike 1.2.3
Using multi_json 1.11.0
Using jbuilder 2.2.12
Using jquery-rails 4.0.3
Using neat 1.7.2
Using tilt 1.4.1
Using sprockets 2.12.3
Using sprockets-rails 2.2.4
Using rails 4.2.1
Using rdoc 4.2.0
Using refills 0.1.0
Using sass-rails 5.0.3
Using sdoc 0.4.1
Using sqlite3 1.3.10
Using turbolinks 2.5.3
Using tzinfo-data 1.2015.2
Using uglifier 2.7.1
Using web-console 2.1.2
Bundle complete! 16 Gemfile dependencies, 59 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
C:\Dev\Projects\thingy>bundle exec rails generate refills:list
C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sqlite3-1.3.10-x64-mingw32/lib/sqlite3.rb
:6:in `require': cannot load such file -- sqlite3/sqlite3_native (LoadError)
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sqlite3-1.3.10-x64-mingw32/l
ib/sqlite3.rb:6:in `rescue in <top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sqlite3-1.3.10-x64-mingw32/l
ib/sqlite3.rb:2:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:76:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:76:in `block (2 levels) in require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:72:in `each'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:72:in `block in require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:61:in `each'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:61:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler.rb
:134:in `require'
from C:/Dev/Projects/thingy/config/application.rb:7:in `<top (required)>
'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:141:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:141:in `require_application_and_environment!'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:128:in `generate_or_destroy'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:50:in `generate'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:39:in `run_command!'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands.rb:17:in `<top (required)>'
from bin/rails:4:in `require'
from bin/rails:4:in `<main>'
C:\Dev\Projects\thingy>
C:\Dev\Projects\Misc\thing>bundle exec rails generate refills:list
C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x64-mingw32/lib/nokogiri
.rb:29:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x64-mingw32
/lib/nokogiri.rb:29:in `rescue in <top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x64-mingw32
/lib/nokogiri.rb:25:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/loofah-2.0.1/lib/loofah.rb:3
:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/loofah-2.0.1/lib/loofah.rb:3
:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/rails-html-sanitizer-1.0.2/l
ib/rails-html-sanitizer.rb:2:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/rails-html-sanitizer-1.0.2/l
ib/rails-html-sanitizer.rb:2:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/sanitize_helper.rb:3:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/sanitize_helper.rb:3:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/text_helper.rb:32:in `<module:TextHelper>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/text_helper.rb:29:in `<module:Helpers>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/text_helper.rb:6:in `<module:ActionView>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/text_helper.rb:4:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/form_tag_helper.rb:18:in `<module:FormTagHelper>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/form_tag_helper.rb:14:in `<module:Helpers>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/form_tag_helper.rb:8:in `<module:ActionView>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/form_tag_helper.rb:6:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/form_helper.rb:4:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers/form_helper.rb:4:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers.rb:50:in `<module:Helpers>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers.rb:4:in `<module:ActionView>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/actionview-4.2.1/lib/action_
view/helpers.rb:3:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/legacy_asset_tag_helper.rb:7:in `<module:LegacyAssetTagHelper>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/legacy_asset_tag_helper.rb:6:in `<module:Rails>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/legacy_asset_tag_helper.rb:4:in `<module:Sprockets>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/legacy_asset_tag_helper.rb:3:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/helper.rb:45:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/helper.rb:45:in `<module:Helper>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/helper.rb:7:in `<module:Rails>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/helper.rb:6:in `<module:Sprockets>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/rails/helper.rb:5:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/railtie.rb:6:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.2.4/lib/sp
rockets/railtie.rb:6:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sass-rails-5.0.3/lib/sass/ra
ils/railtie.rb:3:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sass-rails-5.0.3/lib/sass/ra
ils/railtie.rb:3:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sass-rails-5.0.3/lib/sass/ra
ils.rb:11:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sass-rails-5.0.3/lib/sass/ra
ils.rb:11:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sass-rails-5.0.3/lib/sass-ra
ils.rb:1:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/sass-rails-5.0.3/lib/sass-ra
ils.rb:1:in `<top (required)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:76:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:76:in `block (2 levels) in require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:72:in `each'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:72:in `block in require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:61:in `each'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler/ru
ntime.rb:61:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.2/lib/bundler.rb
:134:in `require'
from C:/Dev/Projects/Misc/thing/config/application.rb:7:in `<top (requir
ed)>'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:141:in `require'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:141:in `require_application_and_environment!'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:128:in `generate_or_destroy'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:50:in `generate'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands/commands_tasks.rb:39:in `run_command!'
from C:/Tools/Ruby/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/com
mands.rb:17:in `<top (required)>'
from bin/rails:4:in `require'
from bin/rails:4:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment