Skip to content

Instantly share code, notes, and snippets.

@jackowayed
Created March 15, 2009 06:10
Show Gist options
  • Save jackowayed/79330 to your computer and use it in GitHub Desktop.
Save jackowayed/79330 to your computer and use it in GitHub Desktop.
#When I try to create a new user:
NoMethodError in AccountController#signup
undefined method `[]' for #<Enumerable::Enumerator:0xb6c027ac>
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/string/access.rb:43:in `first'
/home/daniel/programming/rails/solis/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:66:in `has_attachment'
/home/daniel/programming/rails/solis/app/models/picture.rb:20
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_file'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:202:in `load_file'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:94:in `require_or_load'
...
# going to /nature trips:
NoMethodError in Nature_trips#index
undefined method `[]' for #<Enumerable::Enumerator:0xb6b34668>
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/string/access.rb:43:in `first'
/home/daniel/programming/rails/solis/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:66:in `has_attachment'
/home/daniel/programming/rails/solis/app/models/picture.rb:20
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_file'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:202:in `load_file'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:94:in `require_or_load'
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment