search for: 72ea

Displaying 2 results from an estimated 2 matches for "72ea".

Did you mean: 729a
2010 May 23
0
Problems with NFS version 4 & Kerberos
...AARON.NET shaver ~ # hostname shaver.aaron.net shaver ~ # domainname shaver.aaron.net Kerberos works well on client , i just thought i've got problems with principal name. Appreciate any of your help ;-) Thanks. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkv4se0ACgkQvf41sEptMqAZswCglOKzYbRD5KHMmaZWhfP+NcOX AI4AnjeQqp8OCHh+K67wuq3r99JMGoFU =Xd5s -----END PGP...
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