search for: fbuser

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

Did you mean: dbuser
2011 Sep 19
7
how to get instance variables in another action in rails 3
In my controller show method i have two instance variables which have large amount of data and take much time to fetch from remote system. shown below def show @graph = Koala::Facebook::GraphAPI.new(session[:fbuser] ["credentials"]["token"]) @friends = @graph.get_connections("me", "friends") @friends =@friends.to_a end in the same controller I have another action which requires same data. shown below def list @graph ||= Koala::Facebook::GraphAPI.new(sess...
2001 Nov 20
2
rsync server over SSH [includes code patches]
...ot; + This option allows you to specify the \fIrsyncd.conf\fR-level username + separately from the rsh/ssh-level username, e.g. when using + \fBrsh-user@host:::module/path\fR. The \fBrsh-user\fR is used for + logging into the remote \fBhost\fR at the rsh/ssh level -- and is not + necessarily the \fBUSER\fR you want to use at the \fIrsyncd.conf\fR + level. Use of this option will override \fBuser\fR in + \fBuser@host::module/path\fR. .IP .IP "\fB--port=PORT\fP" This specifies an alternate TCP port number to use Index: socket.c =====================================================...