Displaying 20 results from an estimated 50000 matches similar to: "Proper Directory Structure / Path for Rails Install"
2006 May 30
3
Installing Rails - gem file not found
I''ve been following the cookbook directions on the rubyonrails site but
when I come to the install step;
gem install rails --include-dependencies
I get the message;
Local gem file not found: rails*.gem
It then goes and trys a remote install from rubyforge which never works
even when I shut all my network secrutiy down.
I did a search on rails*.gem and all I found was;
2005 Oct 25
3
PostgeSQL 8.0.4 on CentOS4.2
In case anyone besides me is interested, installing these packages
on CentOS4.2 seems to work. You can determine the correct mirror
to use from:
http://www.postgresql.org/ftp/binary/v8.0.4/linux/rpms/redhat/rhel-
es-4/
The rpm command that I used was:
rpm --upgrade --nodeps --hash -v <package url>
Packages in order of installation:
2005 Sep 23
2
winbindd exceeding 200 client connections
OS: RHE 3, kernal 2.4.21-32.0.1EL
Samba version: samba-3.0.20
Removed RHE version of samba and compiled/installed samba-3.0.20. After
running about 30-60 minutes, I get the following syslog msg:
"winbindd: Exceeding 200 client connections, no idle connection found"
Eventually this grinds the whole system to a halt, and remote & console
logins become impossible while samba is
2007 Aug 23
3
test/mocks/ in rails directory structure
Anyone ever uses test/mocks/development && test/mocks/test directories ?
If someone does, test/mocks/development doesn''t really seem like a
nice place for putting development environment mocked classes. May be
mocks/ should be moved to RAILS_ROOT ? Or may be it should be removed.
Views ?
--
Cheers!
- Pratik
http://m.onkey.org
2011 Mar 24
1
[LLVMdev] Make PPC JIT support inline assembly?
Hi,
Very few inline assembly are supported for the X86 backend. As I see from
X86ISelLowering.cpp, only bswap, rorw, xchgl and simple register selections
(e.g. {=r10}) LLVM JIT can recoginze. But for PPC backend, I am not
sure why PPC JIT see all inline assembly IRs as an error.
Ding-Yong
On Thu, Mar 24, 2011 at 2:53 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi 陳韋任,
>
>
2008 Jul 09
0
Directory structure of rubytree
Hi, I am working on a project in which if we click on to the browse
button then it should show only the directories,which is possible using
the rubytree that is a gem.I have require that gem too but i am not
getting the graphical representation of the directories structure where
in we can save or retrive the documents.If anybody Knows about this plz
reply me as soon as possible. It willbe well and
2003 May 05
1
dovecot.spec
hi,
I'm just recoginze that dovecot contains an rpm spec file. unfortunately
it's not too useful since an
rpm -ta dovecot-.x.y.tar.gz
can't be used since just the dovecot.spec.in is in the tarbar and not
the actual spec file (which is in this from not useful in the above
form). anyway here is my patch to the spec.in.
--
Levente "Si vis pacem
2013 Sep 05
1
hw to create binary tree structure in rails
hello friends,
i want to create a binary tree structure in railsapps.it there any gem or any other technique.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to
2011 Aug 31
2
Rails 3 - Require - Path Not Found
I have:
Windows XP Professional SP3
Ruby 1.8.7
Rails 3.0.10
Bundler 1.0.15
ImageMagick 6.5.6 Q8
Rmagick 2.12.9
My gemfile:
gem ''rmagick-2.12.0-x86-mswin32'', ''2.12.0'', :path => ''c:/sites/
uplodify/vendor''
My controller:
require ''RMagick''
Here I have installed my rmagick gem:
2010 Aug 26
1
[LLVMdev] Is -O4 supposed to work on linux ?
Hello all,
Just a quick question for which I think the answer is "NO". I am currently
experiencing clang on a RHE linux x86_64 server. It seems to work very fine
(great news, and thank you), but when I try to build using -O4 flag, I get
an error telling me that it is "not possible to emit LLVM bit-code files to
linker". I came across some post in this mailing list that made me
2009 Feb 24
1
Incoming call
Dera All,
I have the following scenario,
A customer dial a DID number...The call is routed to a PSTN GW that send the
call to asterisk...
On asterisk I created an AGI Script that send the call to an extension
registered on OpenSIPS server...
The extension is ringing successfully, but as soon as I accept the call on
OpenSIPS side the call is hangd up...
I checked rhe SIP debug and it seems that I
2005 Jul 20
1
mondo Centos4
I've done a test backup/restore on Centos3 with mondo, any one know if
it works with Centos4? If so, same packages in from
/mnt/cdrom/RPMS/RHE/3.0 I dont have a Ceontos4 test machine handy to
mess around with
2020 Jun 26
1
"R CMD Sweave --driver=..." woes
In trying to change the driver used by Sweave on the command line using
R CMD Sweave --driver=foo
I consistently get the "directory 'foo' does not exist' error. (For any value of 'foo', even the default 'RweaveLatex'.)
Looking up the source code for function .Sweave that is called by 'R CMD Sweave', I notice that the argument 'driver', if
2002 Jun 26
2
change column name in a function
Hi,
I have the following function:
TEST <- cbind(Pox0t30.stone.1990.2000,
sqrt(apply(Pox0t30.stone.1990.2000[,2:11], 1, var)))
In rhe resulting Object TEST the added column is titled:
sqrt(apply(Pox0t30.stone.1990.2000[,2:11], 1, var)
I would like to change it to a sensible variable name like PoxMean. How
can I incorporate this into the above function?
Ulrich
--
2010 Apr 09
9
gem install rails (Errno::ENOENT) No such file or directory
I have two PCs, one with Windows XP and another with Windows Vista. I''m
working as an administrator in both computers. I''m using Ruby 1.8.7 and
Rubygems 1.3.6. When I try to install Rails I get this error:
C:\>gem install rails
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - C:/Users/Jesús Dugarte
I have installed Rails several times before
2006 Jul 12
0
FW: Problem using 3.0.23 client in a domain with a Samba 3.0.20c PDC. -- REVISED I am using V3.x.x
Ah....sorry for the last note I meant 3.0.23 NOT 2.0.23
==========================================
M. D. Parker
Systems Administrator
General Atomics / Electromagnetic Systems
+1 858 455 2877
mike.parker@ga.com
-----Original Message-----
From: M. D. Parker [mailto:mike.parker@ga.com]
Sent: Tuesday, July 11, 2006 4:07 PM
To: 'samba@lists.samba.org'
Subject: Problem using 3.0.23
2008 Jun 22
1
gem install rails
May be it is a question of rem or ruby,but I need your help.
When I use gem install rails,it fails.But I use the same command,it
passed in another computer.
OK. I use
hector@hector-laptop:~$ sudo gem install rails --no-rdoc --no-ri
The result:
source gems.rubyonrails.org not present in cache
But I try to use wget to get gems.rubyonrails.org. Anything is okay.
Here is my environment:
gem
2014 Oct 18
0
Liebert PSA "On Battery" report
Likely because 2.6.3 is not a current release. 2.7.2 (or 3?) is rhe current version, and it makes little sense to backport changes.
Nut is a trivial compile . . . 'Use the source, Luke . . .'
- Tim
On October 17, 2014 6:05:35 PM CDT, Derek Harding <derek at lagham.org.uk> wrote:
>Hi,
>
>Back in 2011, it was reported that Liebert PSA devices persist in
>reporting OB
2018 Apr 10
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Sun, Apr 8, 2018 at 9:32 AM, David Miller <davem at davemloft.net> wrote:
> From: Siwei Liu <loseweigh at gmail.com>
> Date: Fri, 6 Apr 2018 19:32:05 -0700
>
>> And I assume everyone here understands the use case for live
>> migration (in the context of providing cloud service) is very
>> different, and we have to hide the netdevs. If not, I'm more
2008 Aug 22
1
Distributed indexes, maildir_copy_preserve_filename, and Microsoft
Hi,
I've just completed a migration from Courier to a Dovecot 1.0.7 (patched
RHE 5) which is working great, except for this weirdness of an issue
that is impacting a handful of users. My question is that will turning
off maildir_copy_preserve_filename help or hurt in a situation where
there are multiple servers with their own local INDEX files (uidlist is
shared)?
The problem is that a