This file contains hidden or 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
Processing CommentsController#create (for 193.126.122.212 at 2010-07-01 03:24:43) [POST] | |
Parameters: {"comment"=>{"body"=>"nice"}, "photo_id"=>"1"} | |
NoMethodError (undefined method `receives_individual_notifications?' for nil:NilClass): | |
vendor/plugins/cause-in-a-box/app/controllers/comments_controller.rb:14:in `create' | |
vendor/plugins/cause-in-a-box/app/controllers/comments_controller.rb:12:in `each' | |
vendor/plugins/cause-in-a-box/app/controllers/comments_controller.rb:12:in `create' | |
.bundle/gems/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `send' | |
.bundle/gems/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `perform_action_without_filters' | |
.bundle/gems/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters' |
This file contains hidden or 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
# @admin | |
Background: | |
Given today is "2010/06/16" | |
Given a user "Ima Director" has a movie "Land of the Dead" with genres "Action, Adventure, Animation, Anime" | |
And the user "Ima Director" has a movie "The Dark Knight" with genre "Children, Teen, Comedy" | |
And the user "Ima Director" has a movie "Ninja Scroll" with genre "Documentary, Drama, Family, Fantasy" | |
Scenario Outline: No searches | |
When stats page |
This file contains hidden or 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
# @admin | |
Background: | |
Given today is "2010/06/16" | |
Given a user "Ima Director" has a movie "Land of the Dead" with genres "Action, Adventure, Animation, Anime" | |
And the user "Ima Director" has a movie "The Dark Knight" with genre "Children, Teen, Comedy" | |
And the user "Ima Director" has a movie "Ninja Scroll" with genre "Documentary, Drama, Family, Fantasy" | |
Scenario Outline: No searches | |
When stats page |
This file contains hidden or 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
# @admin | |
Background: | |
Given today is "2010/06/16" | |
Given a user "Ima Director" has a movie "Land of the Dead" with genres "Action, Adventure, Animation, Anime" | |
And the user "Ima Director" has a movie "The Dark Knight" with genre "Children, Teen, Comedy" | |
And the user "Ima Director" has a movie "Ninja Scroll" with genre "Documentary, Drama, Family, Fantasy" | |
Scenario Outline: No searches | |
When stats page |
NewerOlder