Skip to content

Instantly share code, notes, and snippets.

@nbarnes
Created September 26, 2014 20:27
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 nbarnes/9796454dc28be9792284 to your computer and use it in GitHub Desktop.
Save nbarnes/9796454dc28be9792284 to your computer and use it in GitHub Desktop.
undefined method `boolean_label_class=' for SimpleForm:Module?
NoMethodError: undefined method `boolean_label_class=' for SimpleForm:Module
/Users/fox/projects/pixel_paisan/config/initializers/simple_form.rb:153:in `block in <top (required)>'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/simple_form-3.0.2/lib/simple_form.rb:216:in `setup'
/Users/fox/projects/pixel_paisan/config/initializers/simple_form.rb:2:in `<top (required)>'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:241:in `load'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:241:in `block in load'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:232:in `load_dependency'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:241:in `load'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/engine.rb:648:in `block in load_config_initializer'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/notifications.rb:161:in `instrument'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/engine.rb:647:in `load_config_initializer'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/engine.rb:612:in `block (2 levels) in <class:Engine>'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/engine.rb:611:in `each'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/engine.rb:611:in `block in <class:Engine>'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/initializable.rb:30:in `instance_exec'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/initializable.rb:30:in `run'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/initializable.rb:55:in `block in run_initializers'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/initializable.rb:44:in `each'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/initializable.rb:44:in `tsort_each_child'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/initializable.rb:54:in `run_initializers'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/application.rb:288:in `initialize!'
/Users/fox/projects/pixel_paisan/config/environment.rb:5:in `<top (required)>'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `block in require'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:232:in `load_dependency'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/application.rb:264:in `require_environment!'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/gems/railties-4.1.1/lib/rails/application.rb:367:in `block in run_tasks_blocks'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/bin/ruby_executable_hooks:15:in `eval'
/Users/fox/.rvm/gems/ruby-2.0.0-p576/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => db:migrate => environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment