Created
July 18, 2010 17:27
-
-
Save millisami/480555 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ArgumentError in Dashboard#show | |
Showing /Users/millisami/rails_apps/automation/app/views/dashboard/show.html.haml where line #13 raised: | |
the track method expects :on to be set | |
Extracted source (around line #13): | |
10: %p | |
11: = link_to "Create a new campaign", new_campaign_path, :class => "awesome large orange" | |
12: | |
13: - if can? :create, Vendor.new | |
14: %p | |
15: = link_to "Create Vendor", new_vendor_path, :class => "awesome large blue" | |
16: | |
Rails.root: /Users/millisami/rails_apps/automation | |
Application Trace | Framework Trace | Full Trace | |
activities (0.1.0) lib/activities/dsl.rb:21:in `check_validity!' | |
activities (0.1.0) lib/activities/dsl.rb:8:in `track' | |
app/models/vendor.rb:10 | |
activities (0.1.0) lib/activities/active_record/class_methods.rb:89:in `instance_eval' | |
activities (0.1.0) lib/activities/active_record/class_methods.rb:89:in `activities_for' | |
app/models/vendor.rb:8 | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:418:in `load' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:418:in `load_file' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:554:in `new_constants_in' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:417:in `load_file' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:313:in `require_or_load' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:455:in `load_missing_constant' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:156:in `const_missing' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:154:in `each' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:154:in `const_missing' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:467:in `load_missing_constant' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:156:in `const_missing' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:154:in `each' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:154:in `const_missing' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:467:in `load_missing_constant' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:156:in `const_missing' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:154:in `each' | |
activesupport (3.0.0.beta4) lib/active_support/dependencies.rb:154:in `const_missing' | |
app/views/dashboard/show.html.haml:13 | |
actionpack (3.0.0.beta4) lib/action_view/template.rb:134:in `send' | |
actionpack (3.0.0.beta4) lib/action_view/template.rb:134:in `render |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment