mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 07:31:00 +00:00
1 line
6.1 KiB
JSON
1 line
6.1 KiB
JSON
[{"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300406917.8778059, "message": "ruby unit/seller_test.rb\n/Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/whiny_nil.rb:48:in `method_missing': undefined method `path' for nil:NilClass (NoMethodError)\n\tfrom /Library/Ruby/Gems/1.8/gems/activeresource-3.0.3/lib/active_resource/base.rb:562:in `prefix'\n\tfrom /Library/Ruby/Gems/1.8/gems/activeresource-3.0.3/lib/active_resource/base.rb:667:in `collection_path'\n\tfrom /Library/Ruby/Gems/1.8/gems/activeresource-3.0.3/lib/active_resource/base.rb:856:in `find_every'\n\tfrom /Library/Ruby/Gems/1.8/gems/activeresource-3.0.3/lib/active_resource/base.rb:777:in `find'\n\tfrom /Users/frederickdubois/rails/highrise-sales-funnel/app/models/funnel_step.rb:9\n\tfrom /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'\n\tfrom /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'\n\tfrom /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:227:in `load_dependency'\n\tfrom /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'\n\tfrom /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:346:in `require_or_load'\n\tfrom /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:300:in `depend_on'\n\tfrom /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:216:in `require_dependency'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/engine.rb:138:in `eager_load!'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/engine.rb:137:in `each'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/engine.rb:137:in `eager_load!'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/engine.rb:135:in `each'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/engine.rb:135:in `eager_load!'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/application.rb:108:in `eager_load!'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/application/finisher.rb:41\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `instance_exec'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `run'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/initializable.rb:50:in `run_initializers'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `each'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `run_initializers'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/application.rb:134:in `initialize!'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/application.rb:77:in `send'\n\tfrom /Library/Ruby/Gems/1.8/gems/railties-3.0.3/lib/rails/application.rb:77:in `method_missing'\n\tfrom /Users/frederickdubois/rails/highrise-sales-funnel/config/environment.rb:5\n\tfrom ./test_helper.rb:2:in `require'\n\tfrom ./test_helper.rb:2\n\tfrom unit/seller_test.rb:1:in `require'\n\tfrom unit/seller_test.rb:1", "group_id": 447, "id": 378704}, {"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300406947.9147501, "message": "I'm googling for \"whiny_nil.rb:48:in `method_missing': undefined method `path'\"... any suggestions?", "group_id": 447, "id": 378706}, {"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300406908.966783, "message": "Hi there, I'm trying to run the tests that were created by the scaffolds and generators, and I get this error...", "group_id": 447, "id": 378701}, {"user_id": 5762, "stars": [], "topic_id": 13700, "date_created": 1300416084.746217, "message": "Can you paste the test that fails here? (unit/seller_test.rb) The test is trying to test .path on some object that's not there.", "group_id": 447, "id": 379326}, {"user_id": 323, "stars": [], "topic_id": 13700, "date_created": 1300418558.4265039, "message": "t.path", "group_id": 447, "id": 379577}, {"user_id": 323, "stars": [], "topic_id": 13700, "date_created": 1300418548.804076, "message": "Just to be clear, that error would be created if you did this:", "group_id": 447, "id": 379574}, {"user_id": 323, "stars": [], "topic_id": 13700, "date_created": 1300418554.558068, "message": "t = nil", "group_id": 447, "id": 379575}, {"user_id": 22319, "stars": [], "topic_id": 13700, "date_created": 1300434239.574261, "message": "FunnelStep.find(123) is nil, so maybe you haven't created one in your test. Or you rely on the id, which may be different on every run.", "group_id": 447, "id": 380403}, {"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300545295.702538, "message": "here's the \"unit/seller_test.rb\" content, I haven't even touched it yet as you can see", "group_id": 447, "id": 388472}, {"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300545297.5090189, "message": "require 'test_helper'\n\nclass SellerTest < ActiveSupport::TestCase\n # Replace this with your real tests.\n test \"the truth\" do\n assert true\n end\nend\n", "group_id": 447, "id": 388473}, {"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300545667.035718, "message": "problem seems to come from troubles in my models. I initiated instance vars and constants by calling some libs in the head of the model and if I comment it I get passed the error...", "group_id": 447, "id": 388494}, {"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300545008.646503, "message": "mmm, you're definitely giving me something to look at, I'll see and get back to you, thx a lot", "group_id": 447, "id": 388457}, {"user_id": 21343, "stars": [], "topic_id": 13700, "date_created": 1300545882.1366639, "message": "funny thing is, even problems in other models cause the test to fail, so I have to modify them all, not only the unit/tested one...", "group_id": 447, "id": 388509}, {"user_id": 22319, "stars": [], "topic_id": 13700, "date_created": 1300559080.7497129, "message": "check your funnel_step, it seems you have an association in seller and other models, too", "group_id": 447, "id": 389037}] |