Displaying 20 results from an estimated 1000 matches similar to: "Uninstalling RUBYGEMS"
2006 Feb 01
1
Bus error when running Hieraki
I have been trying to set up Hieraki 2.0.1 and I cannot seem to
get it running. I am running on FreeBSD 5.4, Ruby 1.8.4,
Apache 2.0.55, Mysql 4.1.16, ruby-mysql 2.7, mod_scgi 1.9,
scgi_rails 4.3 and Rails 1.0. I can start up the wiki, get
it to display the home page, and when I click on the signup link
the signup form displays. When I fill in the signup form and
click the signup button, the
2006 May 30
1
Apache can''t load/require rubygems
Hi,
I have rubygems installed in my home directory as I''d like to have
control over gems without requiring root access. I''m trying to deploy
a known working rails app on this machine but it falls down at the
"require ''rubygems''" line in boot.rb. I have added the path to
rubygems to LOAD_PATH in environment.rb; this is confirmed by dumping
$: to a
2006 Apr 04
6
Replaced Rails Package with HiveLogic Install - problems
Hi,
I''ve got a strange problem. I had initially installed Rails using Tony
Arnold''s package:
<http://www.tonyarnold.com/articles/category/rails>
and that worked fine. (on OS X, obviously). I then decided to
reinstall using the instructions on the HiveLogic page, to get Ruby
1.8.4:
<http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger>
That
2006 Feb 22
2
loggin of sql statements
Is there a way to have rails log the sql statement that it runs. It
would be much easier for me to debug my code if I could actually see the
sql that active record is using.
Charlie
recentrambles.com -> use Time not DateTime
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 01
5
Apache 2.2 don''t work with fastcgi
I''m trying to install mod_fastcgi for my rails app.
I use Apache 2.2 and FastCGI 2.4.2 in windows xp.
I have modified the httpd.conf adding LoadModule fastcgi_module
modules/mod_fastcgi.dll (with mod_fastcgi.dll and mod_fastcgi.so in the
modules directory).
Whe i try to start Apache i have this error
----------------------------
apache: Syntax error on line 122 of
2006 Jul 03
5
FPDF set FONT_PATH
hi all,
im using ruby FPDF to generate my pdf. the problem im facing now is i
need to use some new font that is not included in basic fpdf font. then
i have generated the font using the makefont.rb. but then i dont know
how to define the font_path in ruby. the font work great in PHP-FPDF. Is
anybody there had solved the problem im facing now.
** sorry for my english ...
--
Posted via
2007 Oct 05
5
PostgreSQL, templates, and test databases
Hi everyone.
I''m having a bit of a problem with an application I''m currently
developing with Rails 1.2.3 and PostgreSQL, attempting to use test-first
development. Here''s the scenario:
* I have the usual three databases, with migrations. Testing has been
working beautifully.
* I need to store geographic data, so I add PostGIS to all three
databases (along with
2008 Nov 24
14
Problem with RubyGems installation
Hello,
I am trying to install RubyGems on Ubuntu and i''m having trouble. I''ve
downloaded rubygems 1.3.1 and when i run the sudo ruby setup.rb command
I get the problem mentioned below. I''d really appreciate if someone can
help me out.
Thanks
mkdir -p /usr/local/lib/site_ruby/1.8
mkdir -p /usr/bin
install -c -m 0644 rbconfig/datadir.rb
2006 Jan 10
0
Problem installing rubygems-0.8.11
I''m having an issue installing rubygems-0.8.11 on 2 different boxes
but get the same error on both. The first box is a host environment
where I am cross-compiling things for the arm-linux architecture. It
is a debian sarge box using the ruby1.8 package which is ruby-1.8.2.
I successfully cross-compiled ruby 1.8.4 for the arm-linux
architecture and it runs well on the embedded
2011 Sep 30
1
ubygems.rb file - is error?
Hi, I just installed Rails, and I was wondering what is this file?
/lib/ubygems.rb ?
Here is a copy of it:
https://github.com/rubygems/rubygems/blob/master/lib/ubygems.rb
Is this a bug/type (ubygems rather than what it should be, ubygems) or
is it supposed to be that way? If so, what does it do, could someone
explain how it works? (sorry if it''s a dumb question I''m new at
2003 May 08
3
FreeBSD5 make world fails
Hi!
I've installed FreeBSD5 (i386). I've synced src tree via cvsup
(RELENG_5) and tried to build world.
But in the process I got the following error:
/usr/src/secure/lib/libcrypto/i386/des-586.s:2363:33: warning: null
character(s) ignored
{standard input}:2367: Error: invalid character '=' in operand 1
*** Error code 1
Stop in /usr/src/secure/lib/libcrypto.
*** Error code 1
2007 Dec 13
2
no such file to load — ubygems (LoadError)
All of a sudden, i''m getting this error when trying to launch the
console -
no such file to load ubygems (LoadError)
I''m using 1.2.3 as my base rails install and i also get the same problem
in a project frozen to 1.1.6. I saw a blog post at
http://wharsojo.wordpress.com/2007/05/1
loaderror/
which recommended removing the RUBYOPT variable from my (windows)
environment.
2007 Dec 28
3
Cannot install wxruby on Leopard
I''d like to try wxruby on my MacBook Pro with Leopard (10.5.1)
But I have troubles with gem.
I can see the gem is in rubyforge:
$ gem list wxruby -r
*** REMOTE GEMS ***
wxruby (1.9.2, 1.9.1, 1.9.0)
wxrubylayouts (0.0.3, 0.0.2, 0.0.1)
but when I try to install it:
$ sudo gem install wxruby -r
Password:
ERROR: could not find wxruby locally or in a repository
Any suggestion?
Thanks
2002 Jul 02
4
Samba 2.2.4 and PRINT$
Hi,
I'm having difficulty configuring Printing with Samba 2.2.4 and Windows
2000 clients.
The samba installations is running as a PDC against LDAP. All the
sharing of network file systems seem to be working perfectly..
I have a share
[printers]
path = /usr/spool/samba
guest ok = yes
printable = yes
browsable = no
guest ok = yes
writable =
2020 May 07
2
Ld64.lld cannot find Foundation framework
James, many thanks.
Is there any linker available for Macs that has a freely available binary version?
I thought maybe that GNU’s linker might fit the bill?
I cannot use Apple’s linker from /usr/bin/ as it is not allowed to make external calls from a sandboxed app.
Hence my interest in the LLVM lld.
> On 7 May 2020, at 19:21, James Y Knight <jyknight at google.com> wrote:
>
> On
2006 Feb 21
10
segfault after page view
I realize this is slightly off-topic, but I''m stumped and I hope someone
else has had the same problem.
When running a rails app using webrick (script/server), I can load any
given page which involves a controller once, and any subsequent page
loads trigger a "Segmentation fault" without any other info.
This problem is very new, and has only started occurring since I last
2005 May 10
58
A quick straw poll
How many of you are using Rails:
1. As the primary development tool at your Day Job
2. As a small part of your Day Job
3. Not using Rails in your Day Job, but are using Ruby
4. For OS/outside work/hobby
--
sam
http://www.magpiebrain.com/
2005 Mar 07
9
Question with email notification
I have been searching all over for the answer on all sources online and
have come to the conclusion that it must be rudimentary or I am asking
the wrong question.
I cannot figure out how to configure the box to set the "from" address
to a correct domain, as my outgoing isp will not pass mail from
root@asterisk1.local, as I expect it wouldn't.
Any help is appreciated, even just
2010 Jan 25
5
[LLVMdev] ambiguity of .align
I just got this error message from the GNU assembler:
Error: alignment too large: 15 assumed
Which made me laugh at first. The corresponding input line was:
.align 16
Apparently what's going on here is that ".align 16" is ambiguous: on
some architectures it means ".balign 16", and on some it means ".p2align
16", which would mean ".balign 65536" if
2004 Oct 31
2
file locking/sharing
Hi,
I m using Samba 3.0.4. The problem is the if user1 created his file in
the Public directory, the new file has the user name of user1 with
permission 770 on the new file.
User2 can read and write to the file as well, but it doesn't change the
ownership of the new file. After the new file has been modified by
user2, the new file's ownership still displayed as user1.
The second