Web Images Videos Maps News Groups Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Tests failure on Ubuntu 8.04
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bosko Ivanisevic  
View profile  
 More options Apr 27, 4:03 am
From: Bosko Ivanisevic <bosko.ivanise...@gmail.com>
Date: Sun, 26 Apr 2009 11:03:34 -0700 (PDT)
Local: Mon, Apr 27 2009 4:03 am
Subject: Tests failure on Ubuntu 8.04
I've tried Enki blog and I think it is really awesome, but I had one
problem. Running:

rake spec

on Ubuntu 8.04 finished with four errors:

1) ActionController::RoutingError in 'Admin::CommentsController
handling DELETE to destroy, JSON request deletes comment'

2) ActionController::RoutingError in 'Admin::CommentsController
handling DELETE to destroy, JSON request renders comment as json'

3) ActionController::RoutingError in 'Admin::PostsController handling
DELETE to destroy, JSON request deletes post'

4) ActionController::RoutingError in 'Admin::PostsController handling
DELETE to destroy, JSON request renders post as json'

On Windows machine all tests pass. Has anyone faced same behavior? I
didn't have time to take a closer look at the source to find out cause
of these errors, so I would appreciate if anyone can give a hint how
to fix them or just give short explanation why this happens.

Regards,
Bosko


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcelo Gonçalves  
View profile  
 More options May 2, 7:36 am
From: Marcelo Gonçalves <marcel...@gmail.com>
Date: Fri, 1 May 2009 14:36:26 -0700 (PDT)
Local: Sat, May 2 2009 7:36 am
Subject: Re: Tests failure on Ubuntu 8.04
Exactly the same error here but Ubuntu 9.04!

Any help, please?

[ ]s
mcg

On 26 abr, 15:03, Bosko Ivanisevic <bosko.ivanise...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Shay  
View profile  
 More options May 6, 5:23 pm
From: Xavier Shay <xavier-l...@rhnh.net>
Date: Wed, 06 May 2009 17:23:52 +1000
Local: Wed, May 6 2009 5:23 pm
Subject: Re: Tests failure on Ubuntu 8.04
Hey guys, I'll have to get an ubuntu image installed and get back to
you. Was there any stack trace with the errors?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bosko Ivanisevic  
View profile  
 More options May 6, 7:59 pm
From: Bosko Ivanisevic <bosko.ivanise...@gmail.com>
Date: Wed, 6 May 2009 02:59:17 -0700 (PDT)
Local: Wed, May 6 2009 7:59 pm
Subject: Re: Tests failure on Ubuntu 8.04
You don't have to install Ubuntu, just use Ruby 1.8.7. Probably Ruby
1.9 will raise same errors. I will post stack trace here later today.

Regards,
Bosko

On May 6, 9:23 am, Xavier Shay <xavier-l...@rhnh.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bosko Ivanisevic  
View profile  
 More options May 7, 7:01 am
From: Bosko Ivanisevic <bosko.ivanise...@gmail.com>
Date: Wed, 6 May 2009 14:01:45 -0700 (PDT)
Local: Thurs, May 7 2009 7:01 am
Subject: Re: Tests failure on Ubuntu 8.04
And here is complete output of 'rake spec':

1)
ActionController::RoutingError in 'Admin::CommentsController handling
DELETE to destroy, JSON request deletes comment'
undo_admin_undo_item_url failed to generate from {:controller=>"admin/
undo_items", :action=>"undo", :id=>#<Spec::Mocks::Mock:0x..fdae4aa0c
@name="undo_item">}, expected: {:controller=>"admin/
undo_items", :action=>"undo"}, diff: {:id=>#<Spec::Mocks::Mock:
0x..fdae4aa0c @name="undo_item">}
(eval):16:in `undo_admin_undo_item_path'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
comments_controller.rb:39:in `destroy'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
comments_controller.rb:32:in `destroy'
./spec/controllers/admin/comments_controller_spec.rb:119:in
`do_delete'
./spec/controllers/admin/comments_controller_spec.rb:124:

2)
ActionController::RoutingError in 'Admin::CommentsController handling
DELETE to destroy, JSON request renders comment as json'
undo_admin_undo_item_url failed to generate from {:controller=>"admin/
undo_items", :action=>"undo", :id=>#<Spec::Mocks::Mock:0x..fdae4314e
@name="undo_item">}, expected: {:controller=>"admin/
undo_items", :action=>"undo"}, diff: {:id=>#<Spec::Mocks::Mock:
0x..fdae4314e @name="undo_item">}
(eval):16:in `undo_admin_undo_item_path'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
comments_controller.rb:39:in `destroy'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
comments_controller.rb:32:in `destroy'
./spec/controllers/admin/comments_controller_spec.rb:119:in
`do_delete'
./spec/controllers/admin/comments_controller_spec.rb:128:

3)
ActionController::RoutingError in 'Admin::PostsController handling
DELETE to destroy, JSON request deletes post'
undo_admin_undo_item_url failed to generate from {:controller=>"admin/
undo_items", :action=>"undo", :id=>#<Spec::Mocks::Mock:0x..fdafad8ae
@name="undo_item">}, expected: {:controller=>"admin/
undo_items", :action=>"undo"}, diff: {:id=>#<Spec::Mocks::Mock:
0x..fdafad8ae @name="undo_item">}
(eval):16:in `undo_admin_undo_item_path'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
posts_controller.rb:78:in `destroy'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
posts_controller.rb:71:in `destroy'
./spec/controllers/admin/posts_controller_spec.rb:156:in `do_delete'
./spec/controllers/admin/posts_controller_spec.rb:161:

4)
ActionController::RoutingError in 'Admin::PostsController handling
DELETE to destroy, JSON request renders post as json'
undo_admin_undo_item_url failed to generate from {:controller=>"admin/
undo_items", :action=>"undo", :id=>#<Spec::Mocks::Mock:0x..fdafa87b4
@name="undo_item">}, expected: {:controller=>"admin/
undo_items", :action=>"undo"}, diff: {:id=>#<Spec::Mocks::Mock:
0x..fdafa87b4 @name="undo_item">}
(eval):16:in `undo_admin_undo_item_path'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
posts_controller.rb:78:in `destroy'
/home/bosko/Projects/ruby/enki/app/controllers/admin/
posts_controller.rb:71:in `destroy'
./spec/controllers/admin/posts_controller_spec.rb:156:in `do_delete'
./spec/controllers/admin/posts_controller_spec.rb:165:

On May 6, 11:59 am, Bosko Ivanisevic <bosko.ivanise...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google