Skip to content

Instantly share code, notes, and snippets.

@bklang
Created July 13, 2015 18:35
Show Gist options
  • Save bklang/0fe660998952c0abd0cf to your computer and use it in GitHub Desktop.
Save bklang/0fe660998952c0abd0cf to your computer and use it in GitHub Desktop.
$ bundle exec rails c
/Users/bklang/.rvm/gems/ruby-2.2.2/gems/simple_form-2.1.1/lib/simple_form/inputs/boolean_input.rb:37: warning: circular argument reference - unchecked_value
/Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `require': Please add test-unit gem to your Gemfile: `gem 'test-unit', '~> 3.0'` (cannot load such file -- test/unit/testcase) (LoadError)
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/test_case.rb:2:in `<top (required)>'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/railties-3.2.22/lib/rails/console/app.rb:2:in `<top (required)>'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.22/lib/active_support/dependencies.rb:251:in `require'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/railties-3.2.22/lib/rails/application.rb:312:in `initialize_console'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/railties-3.2.22/lib/rails/application.rb:152:in `load_console'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/railties-3.2.22/lib/rails/commands/console.rb:27:in `start'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/railties-3.2.22/lib/rails/commands/console.rb:8:in `start'
from /Users/bklang/.rvm/gems/ruby-2.2.2/gems/railties-3.2.22/lib/rails/commands.rb:41:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment