Displaying 20 results from an estimated 20000 matches similar to: "Rails/Informix 1.0.0 released"
2007 Oct 14
5
Ruby/Informix 0.6.1 released
This is a maintenance release to fix a bug triggered while working
with Ruby on Rails and Informix.
Web site: http://ruby-informix.rubyforge.org
Changelog:
0.6.1 13/10/2007
------------------
Bugs fixed:
* Database#columns was returning an empty array from within
the
Informix ActiveRecord adapter
(ActiveRecord::ConnectionAdapters::InformixAdapter#columns)
if
2006 Mar 27
0
Informix adapter for Ruby on Rails
We can now use Informix as back-end for our Rails applications. Here''s
the code of the adapter:
http://rubyforge.org/cgi-bin/viewcvs.cgi/rails-informix/?root=rails-informix
It has been tested succesfully on Solaris 9/Informix 9.40/Rails 1.0.0.
Since Informix doesn''t allow quoting a value for a [CB]LOB in a query,
I had to override some methods of ActiveRecord::Base to accept a
2005 Dec 18
1
Informix adapter testing
I''ve just written an ActiveRecord adapter for Informix. It lacks a
pair of features that I will add later, but it works for me.
I found this on the web:
http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActiveRecordAdapter
and followed it, but when I get to
$ rake test_informix
I get the following error messages:
-----------------------8<-----------------------
2006 Mar 09
1
I wanna use INFORMIX DB in Ruby on Rails
I have the INFORMIX ODBC Driver(INFORMIX connected by RUBY-ODBC) on
Windows
but I don''t have one for on RAILS. That''s my big problem at this
moment!!!
I''m trying to find a solution to connnect INFORMIX DB using Rails very
badly!
Could you help me fix my trouble? I need your tips!!!!
help me ;-(
--
Posted via http://www.ruby-forum.com/.
2012 Jan 19
1
R connect to Informix Database
Hi,
I am new to R and wondering if it is possible for it to connect to an
Informix database. I tried google but nothing came back that I could figure
out.
Can somebody tell me if its possible (which I believe it is) and how to
connect to an Informix database using R.
Thanks!
--
View this message in context: http://r.789695.n4.nabble.com/R-connect-to-Informix-Database-tp4310594p4310594.html
2004 Nov 18
2
Informix database
We use Informix database. I was able to connect to the database with
S-PLUS by using its CONNECT/Java through the JDBC driver.
How can I connect to Informix with R, wither using JDBC or any other
method? we run Linux so I prefer a method other than ODBC.
Thankx for the help
2007 Dec 10
0
Informix adapter gem missing
I can''t find activerecord-informix-adapter in gems.rubyonrails.org.
Is there any chance it can be uploaded?
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
2010 Jan 27
0
Updating the Informix adapter for ActiveRecord
What is the repository for the ActiveRecord adapters?
I''ll need to update the Informix adapter.
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2007 Jun 12
1
php + Informix IDS via IFX Module Howto for Centos5
Dear all
I've come out with a howto that I wish to contribute back to the
community. This howto is actually a sort of a draft that I made for
my own "self-reminder". It was an interesting experience collating
the data to eventually come out with the stuffs.
I hope it is useful enough to someone not to go through the same
"hell/happy hunting grounds"
The said howto is
2010 Jan 21
0
New version 2.0.0 of IBM_DB- The Rails Adapter/Ruby driver for DB2 and Informix now available
Hi All,
New version 2.0.0 of the IBM_DB gem is been released. This release of
the gem adds support for ActiveRecord to use parameterized SQL Queries
with DB2. With this support you can now reap more performance benefits
for your Rails applications. Enabling this feature is as simple as
just adding the parameter “parameter” in your database.yml and setting
it to true. Refer to Parameterized
2013 Apr 16
7
puppet-cleaner: makes puppet DSL code comply with a subset of the style guide
FWIW,
I''ve wrote puppet-cleaner to help me make comply thousands of lines of
puppet 2.6 DSL code to puppet 2.7 style guide and expectations. I''m
uploading it to github today for anyone to use.
https://github.com/santana/puppet-cleaner
Externally, you run puppet-clean file.pp and it can transform this:
/*
multiline comment
trailing white space here ->
*/
class
2012 Nov 25
4
syslinux problem... (?)
I'm an archlinux user. Arch linux installation ISO uses syslinux as bootloader
I'm coping (not verbatim) this from bugs.archlinux.org/32774
--------
I wrote:
The CD boots fine, but when it reaches at the initial screen which displays the
available options (Install x86_32 or x86_64 version etc) the screen scrolls up
and I get a screen filled with [14;5H[H[19;5
If I press a key a
2015 Feb 02
1
A good way to debug a c++ library embedded to R code
----- Original Message -----
> From: "Gabriel Becker" <gmbecker at ucdavis.edu>
> To: "Charles Novaes de Santana" <charles.santana at gmail.com>
> Cc: "r-devel" <r-devel at r-project.org>
> Sent: Monday, February 2, 2015 12:02:27 PM
> Subject: Re: [Rd] A good way to debug a c++ library embedded to R code
>
> Charles,
>
>
2008 Sep 04
0
New Version of IBM_DB Rails Adapter/Driver for IBM DataServers now available
Hi All,
The new version (0.10.0) of IBM_DB is now available. This release
provides support for Trusted context in the driver. More details on
what trusted context is can be found at
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.sec.doc/doc/c0050514.html
This release contains the Activerecord-2.1.0 test suite changes
appropriate for IBM_DB, which said
2006 Jun 08
2
PHP Extensions
Hi all,
I have a problem, I'm running CentOS 4.3 and I just installed php with
yum, later I realize that I nedd LDAP support so I download the php-ldap
rpm with yum, everything was OK...but now..the problem is that I need
Informix support, so I search for a php-ifx module to see if it
exist...but no.
So, what are my options? recompile a fresh new php with informix
support...loosing the
2008 May 28
1
raw device change back to root after reboot
We are setup new DELL 6800 server fro Informix database. We create "raw" partitions and change "raw" partitions owner to "informix:informix". After reboot owner change back to "root".
we don't have problem on CENTOS 3.X, but this problem happen on CENTOS 4.6. I double check "SELINUX" is "disable".
does anyone know why it work on
2008 Mar 10
8
.NETFramework
Im trying to get a program to work but it needs .NETFramework. I installed it using wine, but it seems to get a lot of errors when installing but then the installer says it has been installed successfully. After that when i try to the program from my windows section of the hard drive i get this error:
$ wine '/media/disk/Program Files/ChatStat Technologies/ChatStat/ChatStat.exe'
2006 May 17
2
Installing a RPM with yum
Hi all, this is my first post...
Here the situation, I've installed php 4 with yum, using the default
CentOS repositories, but now I realize that I need the Informix
extensions and others like unixodbc, gd etc. This last two packages
where in the repository so I search with yum and I found them, and
install them, but not the Informix one.
So here my question, when I install a RPM package,
2003 Sep 26
3
RE: Asterisk license (fwd)
Just FYI, MySQL stuff has been pulled from Asterisk since apparently now
the client libraries are under GPL and not LGPL (and thus are incompatible
with OpenH323). You may check out the MySQL code under "asterisk-addons",
but you should not use both MySQL and OpenH323 (OpenSSL is also
questionable) in the same Asterisk installation unless you downgrade your
MySQL client libraries to a
2013 Nov 26
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
On 11/25/2013 06:27 PM, Gerardo Exequiel Pozzi wrote:
> On 11/25/2013 04:39 PM, Thomas Schmitt wrote:
>> Hi,
>>
>> Gerardo Exequiel Pozzi wrote:
>>> Looks like there is something beyond LBA 65535 (As Mattias confirmed)
>>
>> I wanted to ask him now, whether this was already with
>> version 6.
>> But meanwhile he reported that it was 5.