Displaying 20 results from an estimated 500 matches similar to: "[0.10.0] Update problem"
2005 Mar 21
3
Oracle Adapter on Mac OS X?
I had previously gotten Maik Schmidt''s patch for Oracle working, but
now am trying the official Oracle adapter with the latest Rails. I''ve
been trying to get the OCI8 connector to install under OS X, but get
the following error. Has anyone gotten it working?
----
[waterdog:~/Desktop/ruby-oci8-0.1.9] stmpjmpr% ruby setup.rb config
---> lib
---> lib/DBD
---> lib/DBD/OCI8
2005 May 01
4
using ActiveLDAP with Rails?
Now I''m a ruby nooby so be gentle...
I''ve gotten ActiveLDAP working from the command line, but buggered if
I can work out how on earth to integrate an ActiveLDAP object with a
bunch of ActiveRecord objects.
This is going to be possible right? I''m just going to have to build
the whole scaffold myself for these objects?
Just thought I''d check whether it
2005 Jan 06
14
Announcing SoapBX.com a new Rails App for making presentations
I got an idea less than two weeks ago and now as a testament to the
power of Rails I have released the first initial beta version of
SoapBx, with less than 20 hours of programming involved so far.
SoapBX is an application to create css based presentations and uses
Erik Meyer''s cool S5 css and js code:
http://www.meyerweb.com/eric/tools/s5/
With SoapBX you can use basic Textile and a
2008 May 08
1
cvsup.uk.FreeBSD.org
Greetings,
cvsup.uk.FreeBSD.org is outdated.
I know this is not the proper list, but which one is?
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
2013 Oct 01
1
9.2-PRE: switch off that stupid "Nakatomi Socrates"
>
> Message: 6
> Date: Mon, 30 Sep 2013 20:23:16 +0200
> From: David Demelier <demelier.david at gmail.com>
> To: freebsd-stable at freebsd.org
> Subject: Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
> Message-ID: <5249C194.8030504 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 30.09.2013 15:50, Matthieu Volat
2005 Mar 08
43
e=MCv
Dears,
What is this software runned as "e" showed on most Rails Videos and
providing a tree browser (explorer) and editor ?
Avail for Linux ?
Gretz
--
Mathieu
2008 Oct 19
2
R CMD build on Vista
Hello,
I have R 2.7.2 and RTools 2.8 on a vista pro computer. On my computer R CMD
build changes the file names : all capital letters are transformed into
lowercase letters (for instance the DESCRIPTION file is changed in
'description'). What can I do to correct this problem?
Tank you,
Ollivier TARAMASCO
[[alternative HTML version deleted]]
2016 Dec 06
5
Netlogon stoped working
Hello,
I use Samba 4.4.7 on a Debian testing with bind9.9.5_DLZ.
I have a DC and a test-station windows7.
The execution of the login.bat was working fine and it stopped working suddently.
Here is my krb5.conf :
[libdefaults]
default_realm = MYDOMAIN.XXX.XXX
dns_lookup_realm = false
dns_lookup_kdc = true
Here is my smb.conf :
[global]
netbios name = MAMACHINE
realm = MONDOMAIN.XXX.XXX
2007 Oct 10
2
Problem with RCMD CHECK (or BUILD)
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071010/d6c89c66/attachment.pl
2013 Jul 22
1
FreeBSD 9 and PERC H200
I got a Dell T110-II server on 2013-July-19. It has two 1Tbyte drives
that the PERC H200 controls, RAID 1. I tried to install
FreeBSD-9.1-RELEASE from a DVD from FreebsdMall. The autopart segfaulted,
evidently because it could not find any disks. I think there is a PR
about the segfaulting (bad bug, no messages).
I worked around the problem by going to the loader prompt when the initial
2018 Aug 08
0
Error: connect(ipc-proxy) failed: Permission denied
Hello:
We have got 2 directors and three backend mailbox servers.
I get the following error " Error: connect(ipc-proxy) failed: Permission denied".
I have read the article https://www.dovecot.org/list/dovecot/2012-August/137349.html
and we have done as signaled in the two director servers with no success,
So, we have tried now to set it like this:
service ipc {
2005 Mar 09
1
R CMD check errors
Hello,
I wrote a library which seems to work on my PC, and on different Unix
systems.
As it is written in the "Writing R Extensions" manual, I execute a R CMD
check on my library.
I have always the same errors messages:
* checking S3 generic/method consistency ... WARNING
Error in .try_quietly({ : Error in library(package, lib.loc = lib.loc,
character
.only = TRUE,
2007 Nov 13
0
resampling
Dear all,
I sample without replacement elements of a vector and generate a new
vector:
kl<-c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,8,8,
8,8,8,8,8,8,8)
the_index<-c(sample(40,35))
for(fs in
1:length(the_index)){if(fs==1){s<-c(kl[the_index[fs]])}else{s<-
append(s, kl[the_index[fs]], after = length(s))}}
I am running in BATCH mode this script in a
2013 Oct 31
1
Undo changes from removed class (ENC)
Hey guys,
i hope someone has an idea for me. At this time im using Puppet Dashboard
as enc for a masterless puppet infrastructure.No im searching for a best
practise to undo the changes from a removed class.
Example: In the enc I´ve added the class auth::test to a node. The class
will be loaded on the next puppet apply, works fine. But now if i remove
the class from the node in the enc, how
2006 Aug 24
1
[0.10.0] Random error when big import
In a rails script (something in the "script" dir with the good require)
I added many document (around 4000) to an index globaly instanciate (and
build if not present) in config/environment.rb.
I ran 3 three times my script (I deleted my index every time before),
and only the third was successful. That was STRANGE ! :)
These are the errors :
2006 Aug 23
4
Ferret 0.10.0 bugs
Hi all !
Is Ferret 0.10.0 realy stable ?
Because I converted all my code to the new API and many strange things
appened.
For exemple this, when I run a import script :
/usr/lib/ruby/gems/1.8/gems/ferret-0.10.0/lib/ferret/index.rb:98:in
`initialize'': End-of-File Error occured at <except.c>:103 in
xpop_context (EOFError)
Error occured in store.c:197 - is_refill
current
2005 Dec 14
2
RoR not upgrading after (or beign downgraded to) 0.10.0
Hi guys,
can''t get RoR updated after 0.10.0 also rails -v gives "version
unknown". Any hints?
Lorenzo
rails (0.10.0)
Web-application framework with template engine, control-flow layer,
and ORM.
rails_analyzer_tools (1.1.0)
Tools for analyzing the performance of web sites.
C:\>rails -v
rails: version unknown
2012 Aug 22
3
Libvirt Seg Fault when compiling either 0.9.13 or 0.10.0-rc1
Hi all,
I am trying to install a version of Libvirt that will be compatible with
qemu-kvm-1.1 but I cannot seem to get Libvirt to compile. During the make
portion of the install I get the following error:
...
make[4]: Entering directory `/home/shawn/libvirt-0.10.0/docs'
Generating 404.html.tmp
/bin/bash: line 5: 59204 Segmentation fault /usr/bin/xsltproc
--stringparam pagename $name
2010 Dec 22
2
CELT 0.10.0, upcoming bit-stream freeze, demo page
Hi,
This isn't that new anymore, but I'd let everyone know that CELT
0.10.0 is out. We've improved the quality quite a bit since the last
release and we fixed many bugs. For this release, Monty has written an
extensive demo page at:
http://people.xiph.org/~xiphmont/demo/celt/demo.html
Although it's not final yet, it contains a lot of information of CELT,
recent changes and
2006 Aug 24
5
[0.10.0 - acts_as_ferret] Problem while saving new items
Disclaimer: ferret newbie here, don''t blame too hard.
Hi, I''m trying to apply acts_as_ferret to apply search to my Person
model:
class Person < ActiveRecord::Base
validates_presence_of :name, :surname
acts_as_ferret :fields => [ ''name'', ''surname'' ]
...
But when I try to save a new Person instance I get this error: