Displaying 20 results from an estimated 1000 matches similar to: "Reg : Create new rails app by version."
2012 Aug 25
11
Any meetup in india ?
Hi all specially indian rails developer & designer ,
Rails community is growing so fast in India , it is necessary to know what
they are doing , how they are doing and what they like in it .So, I''m
wondering we should arrange Meet-up in india , what you say ?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2006 Mar 10
2
Sharing of Libraries (S+ and R)
Hi,
Can anyone please advise if there is a neat way to 'share' libraries of
(previously developed) S+ code with R?
Specifically, within S+ I can use the attach(what = "<Chapter Directory>",
pos = 2) command, to retrieve previously developed functions and variables
to position 2 in the search list. [Some may be intentionally masked by
what's in the current working
2015 Oct 27
4
Code owner for the new AVR backend
On 27 Oct 2015, at 09:48, Senthil Kumar <senthil.thecoder at gmail.com> wrote:
>
> Haven't worked on this yet, but I work on the gcc AVR backend (and binutils), and I'm very interested in this - I intend to work on it in my spare time.
And do you have any comments / objections to Dylan becoming the code owner?
David
2005 Jan 05
2
changing group for root
Hello All,
The changing of group for the root results in the following message with
OpenSSH 3.9p1
"permanently_set_uid: was able to restore old [e]gid"
The following change in uidswap.c fixes me the problem.
/* Try restoration of GID if changed (test clearing of saved gid) */
- if (old_gid != pw->pw_gid &&
+ if(getgid() != pw->pw_gid &&
(setgid(old_gid)
2006 Dec 20
3
Disable netfilter for bridged traffic
Hi All,
Can anybody suggests how can I disable netfilter for bridged traffic in
linux-2.4.27 kernel ?
Thanks and Regards,
Senthil
2006 Aug 07
2
related to forms
I''m trying to construct a form that would request a page using GET and
would like my variables to be simple like q,v, etc so that the URL it
calls is something like: /controller/action?q=80&v=100
However, I''m having trouble using the basic form helpers (probably doing
something wrong) cos expressions such as:
<%= hidden_field "q", "v", {:value
2015 Oct 27
2
Code owner for the new AVR backend
I think you can probably treat that as a broad ‘no objection’ by the community. Are there any other active contributors to the AVR back end?
David
> On 27 Oct 2015, at 09:41, Dylan McKay via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Ping.
>
> On Fri, Oct 23, 2015 at 4:04 PM, Dylan McKay <dylanmckay34 at gmail.com> wrote:
> Hello all,
>
> I have
2015 Nov 14
2
(no subject)
Hello all!
Please forgive me if this is the wrong mailing list for my question.
First off, I am on Windows and using git bash for everything:
$ uname
MINGW32_NT-6.2
I am attempting to essentially do the kalidescope example. I have copied
the code verbatim from the full code listing and am running the following
command:
$ clang-cl toy.cpp deps/llvm/build/Debug/lib/*.lib //MDd -o toy.exe -I
2002 Dec 29
3
How to join Linux to Win2k PDC
Hi All,
Sorry for asking the most repeated question again. Just because I could not get a proper guide for doing this. Can anyone please tell me how to make a linux system running samba server and client to connect ( log on to ) to a windows2000 based domain and act as a part of it ? Any useful link also would do.
thanks in advance :-)
senthil
-------------- next part --------------
HTML
2006 Apr 15
2
OpenSSH fips compliance
Hello All,
Im using OpenSSH 4.2p1 statically linked with OpenSSL 0.9.7i. It looks now
that a fips certified OpenSSL is now available at
http://www.openssl.org/source/OpenSSL-fips-1.0.tar.gz . I like to know of
any patches applicable for OpenSSH versions to make it fips compliant. Is
there any idea for OpenSSH core team to make OpenSSH as fips compliant? What
amount of work it needs at this
2005 Dec 21
1
samba and kerberos doubt
in our lab we have a kerberos + ldap server to authenticate the gnu/linux users and we have configured samba to work as a PDC authenticating the windows users.
samba stores the password in encrypted format in /etc/samba/smbpasswd. The problem is when the password is changed by windows users we need to change the password of kerberos credentials. Is there a way in samba in to do that i.e to
2008 Feb 06
1
Histogram/Bar plot graph
Hi,
I have the following data:
> Myvalues
Gene ES MEF Embryo ESHyp
1 GeneA -0.38509507 0.00 1.6250 1.7039921
2 GeneB 0.06262914 0.00 1.6250 -0.272033
and so on...
I want to plot the expression values of GeneA and GeneB in the
different cell/embryo/conditions (columns 2:5 above). Now, if I do:
>library(ggplot2)
> qplot(x=Gene, Embryo, geom =
2010 Feb 11
2
WinVista consider soft limit as hard limit
Hi,
We are using samba-3.0.28a on linux-2-6-18 with which WinVista, as CIFS
client, see the soft limit as hard limit and doesn't allow data
transfer.
Is there a fix already available for this?
If not, could you pls gimme some pointers to fix this issue?
Thanks,
Senthil M
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message
2008 Jul 18
1
Calculating Betweenness - Efficiency problem
Hello,
I am calculating 'Betweenness' of a large network using R. Currently, I have the node-node information (City1-City2) in an excel file, present in two columns where column A has City1 and column B has City2 that city1 is connected to. These are the steps that I go through to calculate betweenness of my network.
a) Convert the City1-City2 (text) into Number1-Number2 in the excel
2006 Jun 29
6
adding a before_filter to static content
Hi,
I have a Rails site that uses a before_filter in the application
controller that does some authentication and authorization work.
I also have a bunch of HTML in folders in the application''s public directory.
Before a user can view anything in the public directory, I''d like to
authenticate them. How could I do that?
I''m using mongrel, if it matters.
Thanks,
Joe
2006 Jun 28
8
How to obtain clients IP adress
Is it possible to obtain clients adress in ruby on rails?
by
TheR
--
Posted via http://www.ruby-forum.com/.
2012 Aug 28
16
rail s exiting
Hello everyone,
I am fairly new to ruby on rails, and I come across this tutorial on
treehouse where they help you make a simple version of facebook.
anyway, I was writing codes, and I came across this error and I am not
sure how to fix it. The error occurs after I type in rail s on the
command prompt and as soon as try to look at how it looks on
127.0.0.1:3000, it gives me this error. the
2005 Jun 29
3
sshd deletes the GSSAPI ticket on exit
Hello All,
I have run into a situation where a user exiting from a
PAM_KERBEROS-authenticated session runs the risk of deleting a
kinit-generated credentials file that was already sitting on the server. I
will explain the problem in detail, but let me begin with my question. It
has a specific reference to PAM_KERBEROS, but it can also be a general
question.
If a user (ssh) session was
2006 Sep 15
2
Samba 3.0.23c compatibility with openldap versions
Are all versions of openldap compatible with Samba 3.0.23c?
If no, please let me know the least version of openldap which I need to have
for Samba 3.0.23c working?
Thanks,
Dil
2002 May 04
2
R crashes trying to read a data.frame
Dear all,
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.0
year 2002
month 04
day 29
language R
OS: Win98
I have a strange problem with a particular data.frame built with