Displaying 6 results from an estimated 6 matches for "despotism".
2007 Dec 22
8
Rails 2.0 rescue_from
I am trying to use the new Rails 2.0 macro : rescue_from
class PostsController < ApplicationController
rescue_from ActiveRecord::RecordNotFound, :with => :deny_access
...
def show
@post = Post.find_by_id(params[:id])
raise ActiveRecord::RecordNotFound if @post.nil? #illegal access
.....
end
def deny_access
respond_to do |format|
format.html
end
end
but the
2012 Nov 14
1
Howto find out volume topology
Hello,
I would like to find out the topology of an existing volume. For example,
if I have a distributed replicated volume, what bricks are the replication
partners?
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121114/b203ea91/attachment.html>
2004 Oct 18
0
DENY LIST ???
Hi,
More related to the mailing list than to LARTC, can you explain why each
time I send a mail to the mailing list lartc@mailman.ds9a.nl I get the
following (BTW, my mail is correctly diffused..) :
>>>>>>>>>>>>>>>>>
-----Message d''origine-----
De : Denis Sokolov [mailto:despot@ml.lv]
Envoyé : lundi 18 octobre 2004 21:40
À : EC
2008 Jun 16
1
PXE boot problem.
...y
logging information on the serial port during the install. Any
suggestions are appreciated.
Thanks
--
Tony Heaton
HPC-5
(505) 667-9015
theaton at lanl.gov
'But when a long Train of Abuses and Usurpations, pursuing invariably
the same Object, evinces a Design to reduce them under absolute
Despotism, it is their Right, it is their Duty, to throw off such
Government, and to provide new Guards for their Future Security.'
- United States Declaration of Independence
2007 Jul 03
3
Suing Dell||Dull Computers for CID abuse
Reposted to this list: (http://lists.virus.org/voipsec-0610/msg00046.html)
> That's exactly the type of thing that needs to be stopped. If Dell
outsourcing calls me from India, the CLI must be their number in India
not a faked-in number of some office in the US. That to me is exactly
the purpose of this proposed law. It is equivalent to the law regarding
FAX calls that has been
2015 Oct 14
11
RFC: Second draft of an LLVM Community Code of Conduct
Greetings all,
First off, thanks to everyone who contributed to the initial discussion
thread. Judging by the responses from that thread, there seems to pretty
broad interest in pursuing this. There also seem to be a few concerns. =]
I'm including an updated draft based on the feedback, and I'll also try to
break down the major points I've seen of discussion. Sorry for the long
email,