Displaying 4 results from an estimated 4 matches for "adamc".
Did you mean:
adam
2010 Jul 26
2
Exception Pages when behind a proxy
I am not sure if this desired feature or not but when we are behind a
local proxy ie. Nginx/Varnish then the new ShowException middleware
doesn''t seem to properly detect the remote IP address and it appears
as if every browser gets a local error page with a stack trace, etc.
I''ve opened up a ticket on the rails bug tracker but I also would like
to verify that this is in fact a
2005 Jul 01
1
uid and gid from unix to unix
Server: Samba 3.0.14a on Debian 3.1 stable with kernel 2.6.8.1
Client smbclient 3.0.7 on Mandrake 10.1
Problem: Share is mounted (by smbmount) with uid's and gid's values from
Debian server. So user have no proper rights to catalogues in mounted
shares on his local machine.
Question: How to make uid and gid "mapping" from unix to unix?
Exemplary: User john has uid=502 and
2012 Oct 18
0
siar error
Hello,
I am trying to run the demoscript for the package "siar". However, using
the example script and example data supplied I cannot get 1) the model to
run unless I specify iterations =500 and burnin = 500 and 2) if the model
does work without crashing R then the function "siarhistograms" does not
work . Can anyone point out where I am going wrong?
>model1 <-
2011 Jan 10
0
Can't use ActionDispatch::Request in Rails middleware because path_parameters get lost
Hi,
I just encountered a bit of an issue where we call request.params of
an ActionDispatch::Request inside a rack middleware right before a
Rails 3.0.3 app. The issue is that the path_parameters never appear
in the parameters hash if you call request.params before the rails
app.
It seems that that the requests.params method memoizes itself in
"action_dispatch.request.parameters"