Displaying 20 results from an estimated 100000 matches similar to: "Ingres"
2008 Jun 24
9
ActiveRecord 2.1 Migration support
Hi all,
I am in the process of adding Migration support to the Ingres
ActiveRecord adapter and have run in to a problem. During the call to
create_table the Ingres adapter some how causes ruby to blow the stack
and coredump/segv. I have tracked down the problem down to
"add_column_options!" in
"lib/active_record/connection_adapters/abstract/schema_statements.rb".
2008 Jun 24
9
ActiveRecord 2.1 Migration support
Hi all,
I am in the process of adding Migration support to the Ingres
ActiveRecord adapter and have run in to a problem. During the call to
create_table the Ingres adapter some how causes ruby to blow the stack
and coredump/segv. I have tracked down the problem down to
"add_column_options!" in
"lib/active_record/connection_adapters/abstract/schema_statements.rb".
2006 May 05
6
rake rails:update
This question has been asked before, but I am still can''t run rake
rails:update. I get
rake aborted!
Don''t know how to build task ''rails:update''
My environment: FC4, Ruby 1.8.4, Rails 1.1
Any idea what to do?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jun 10
0
Using the Ingres SQL database with R
Dear R Forum members,
I am wondering of anyone has used R to pull data from an Ingres SQL database?
My initial thoughts would be to use the RJDBC package and Ingres's JDBC driver.
Before I get this thing together, has anyone used this combination and can
verify that it works, or can forewarn me of any "gotchas" that may be
lurking in the shadows? One uncomfortable feature with
2006 Apr 22
1
Rails db adapter problem - "-- statement #0"
Hi all,
I''m working on a database adapter for the Ingres database and I''m having
a problem with the Rails tests.
The first SQL statement from each of the four SQL files (ingres.sql,
etc), is sent to the database with this line first: -- statement #0 and
extra blank lines.
So the database is getting "sql" that looks like this:
"
-- statement #0
DROP TABLE
2008 Feb 19
0
Time to rewrite DBMS, says Ingres founder
http://www.regdeveloper.co.uk/2008/02/18/stonebraker_dbms_outdated/
<quote>
Stonebraker and his group also advocate abandoning SQL because they see
no need for a separate data manipulation language. Data manipulation,
they said, can be performed with other tasks using languages such as Ruby.
</quote>
--
There is nothing wrong with America that the faith, love of freedom,
2006 May 28
0
[SUMMARY] Rails Core Weekly (May 23 - May 28)
Rails Core Weekly May 23 - May 28
[ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001500.html ]
On may 23 I just missed an opportunity to report on a patch
(http://dev.rubyonrails.org/ticket/5167) politely submitted by
Francois Beausoleil that adds a generator for observers. Marcel
Molina Jr. hates repeating himself so a generator for observers is
most welcome. The patch is applied
2006 Jan 19
4
PHP ob_start in Ruby
I need to include Content-Length in each file. In PHP it would be:
<?php
ob_start();
?>
html
<?php
header(''Content-Length: '' . ob_get_length()); ob_end_flush();
?>
How can I do the same in Ruby?
Thanks,
eduard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 02
0
RE: Rails Digest, Vol 20, Issue 39
All assumptions aside, "rectest" and "salt" are usernames not
databases/schemas according to the pasted config. If they were in fact
different databases/schemas, this problem could never have happened. While
different database brands may have tricks for ways to handle users and what
they perceive as a database/schema, the fact remains that if 2 literally
separate databases
2011 Feb 20
2
Problem with mysql2 gem and Debian
Hi Guys,
I''m having an issue with deploying my application and the mysql2 gem.
I am developing on Windows 7 with Ruby 1.9.2 and Rails 3.0.3.
On my local machine in development environment the application runs
just fine. But when I want to deploy it on our production server I get
an error message from passenger.
"Please install the mysql2 adapter: `gem install activerecord-mysql2-
2002 Mar 21
2
How does ingres work ?
What happens if I mark only some type of traffic for beeing shaped ?
Is it put on a separate queue, so the traffinc not marked has some
priority ??
--
__o
_ \<_
(_)/(_)
Saludos de Julián
EA4ACL
-.-
Foro Wireless Madrid
http://opennetworks.rg3.net
2006 Mar 09
0
odbc adapter error with one-click-installer 1.8.4 pv3
I''m having trouble accessing a db2 database via odbc using rails. It''s an
external database, that I import data from. I have placed the connection
code in my model :
unless connected?
establish_connection(
:adapter => "odbc",
:dsn => "TM_Reporting_00001",
:username => "<name>",
:password
2011 Feb 10
1
rjdbc identifier.quote
Dear all
Backend is Ingres DBMS
I use RJDBC with Ingres JDBC driver
I have this csv file
"","Strategy","par1","m.1997.09.01"
"1","ALF",2,0.1244
which I try to load it RJDBC
require (RJDBC)
drv <- JDBC("com.ingres.jdbc.IngresDriver","/home/ingres/ingresv1/ingres/lib/iijdbc.jar")
conn <- dbConnect(drv,
2006 Feb 01
5
Sybase ctlib Adapter
Hi,
I''ve been trying to update Will Sobel''s sybase-ctlib adapter to pass
unit tests on Rails 1.0. It''s been a slow, sloggy process for me so
far, as I''ve been learning Ruby, Rails, and Sybase administration all
in one go. (c: It''s been a saving grace to have a good starting
point (thanks Will!).
http://dev.rubyonrails.org/ticket/2030
2006 Apr 12
3
form_remote_upload
Hey all,
I just upgraded rails to 1.1.2, and form_remote_upload now prevents my
application.rhtml layout from being processed. I''m not sure if the problem
lies with v 1.1.2, or if upgrading the gems screwed stuff up. Anybody have
any ideas?
Rob
--
c++: the power, elegance and simplicity of a hand grenade
-------------- next part --------------
An HTML attachment was scrubbed...
2006 Jul 31
1
Rails on Fedora Core 4 + Apache 2.0.54
Hi guys,
I want to get Rails to run optimally on Fedora Core 4 + Apache 2.0.54.
Can anyone point me in the right direction please?
Best Regards,
Ashish.
Senior Consultant
SAP For Business Ltd.,
37 Springfield Road,
Stirling,
Scotland,
United Kingdom FK7 7QN.
+44-774-810-7492.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 28
0
Ruby Feedparser and exceptions on valid feeds
I am using Ruby Feedparser and keep running into situations when a feed is
valid but feedparser throws an exception - REXML::ParseException:
Declarations can only occur in the doctype declaration.
The following feed does validate at feedvalidator.org (with a warning, but
does validate):
http://www.engadget.com/rss.xml
However, when I run feedparser I get this error:
<REXML::ParseException:
2006 May 16
1
Sybase ctlib Adapter
Hey all,
I am very interested in being able to access Sybase from within Rails.
>From the documentation and mailing list posts that I am finding, it seems
that an Active Record adapter has been completed and included with Rails
1.1 - Is that the case? Is there any documentation on usage? Or on where
to even find the Sybase driver for base ruby?
Whether it is complete or not, many thanks
2006 May 29
3
is Sql Server support built in?
Have installed ruby-one-click installer 1.8.4-16 and rails. Am unable to
get an app to talk to by SS2000 database using adapter: sqlserver. Is Sql
Server support built-in, or do I need to install something else?
--
Best Regards,
-Larry
"Work, work, work...there is no satisfactory alternative."
--- E.Taft Benson
-------------- next part --------------
An HTML attachment
2006 Feb 01
4
REXML::ParseException - but the feed IS valid
I am using Ruby feedparser and when I try to parse this feed:
http://feeds.feedburner.com/Mobilecrunch
I get an error:
REXML::ParseException: Declarations can only occur in the doctype
declaration.
This feed does validate at feedvalidator.org. Any idea why it would raise
an exception?
Thanks,
eduard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: