Displaying 6 results from an estimated 6 matches for "boah".
Did you mean:
blah
2007 Oct 24
5
Do I have to care about other methods than GET and POST?
...I check in a controller if the method is GET or POST. But
afaik there are other methods - do I have to care about them?
Is the following enough?
if request.get?
...
elsif request.post?
...
end
Or do I have to add also an else block?
if request.get?
...
elsif request.post?
...
else
raise "Boah!"
end
Thanks for infos
Josh
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-...
2014 Mar 31
1
Fwd: Dovecot not honoring configuration settings (auth failure)
boah how i hate that "reply all" attitude leading to break
"reply to list" and leads in off-list replies
-------- Original-Nachricht --------
Betreff: Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)
Datum: Tue, 01 Apr 2014 00:02:42 +0200
Von: Reindl Harald...
2016 Jun 28
3
Browsable Flag
Hello,
the parameter "browsable (browseable)" is a Boolean which allows a share
to be displayed (or not) in list of machine resources.
But if I set the parameter to "no" - how exactly does it hide the share?
I could not find a clue about the way of achieving that.
Best wishes
Tom
2012 Aug 16
6
vi defaults in 6.x
When I use copy/paste text into a window running vi, if there is a
single line starting with '#', in the pasted content, it adds a # to
all subsequent lines and indents each an additional level. Is there
some way to eliminate this bizarre behavior, preferably globally and
permanently so I don't have to repeat some change for every
machine/user where I might log in?
--
Les
2012 Dec 27
4
Where is timezone string stored?
I am having problems with RoundCube:
'Your session is invalid or expired'
So I went looking for logs and in /var/log/roundcube/errors I find LOTS
of warnings about problems with my timezone. Kind of a challenge to
copy the log entries over here (will do if needed).
Anyway, for right now I am looking as to where my 'Detroit
American/New_York' (what I am seeing in Gnomes
2012 Jul 23
11
system-config-network-tui not part of base install... wtf
Who was the genius that decided that system-config-network-tui should
NOT be part of the base CentOS 6.3 install ??
Not to mention it has insane deps like wifi firmware packages... not
really if all you want to do is configure eth0 from the command
line...
FC