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.
> 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.
Marcelo Gonçalves wrote:
> 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:
>> 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.
> Hey guys, I'll have to get an ubuntu image installed and get back to
> you. Was there any stack trace with the errors?
> Marcelo Gonçalves wrote:
> > 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:
> >> 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.
> 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:
> > Hey guys, I'll have to get an ubuntu image installed and get back to
> > you. Was there any stack trace with the errors?
> > Marcelo Gonçalves wrote:
> > > 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:
> > >> 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.