search for: babich

Displaying 2 results from an estimated 2 matches for "babich".

Did you mean: babioch
2012 Nov 04
1
syslinux installation problem
...#this instruction was to install the bootloader, but did not. It say: /mnt/guest/boot/syslinux is device /dev/loop0 extlinux: path /mnt/guest/boot/syslinux doesn't match device /dev/loop0 Is it possible to bypass this check? Or other ways to get the desired? Thank you. -- Regards, Alexei Babich, circuit design engineer, Rezonans plc., Chelyabinsk, Russia http://www.rez.ru Jabber ID: impatt at jabber.ru
2013 Nov 22
2
Cancan Rspec load_and_authorize_resource
Hello! While running bundle exec rake, I receive following error (see in attached file) However, my tests are steel passing with command rspec spec/controllers/ Some info: ads_controller.rb: class AdsController < ApplicationController load_and_authorize_resource except: :create end ads_controller_spec.rb: require ''spec_helper'' describe AdsController do render_views