Displaying 13 results from an estimated 13 matches similar to: "Table prefix"
2006 Apr 13
4
Rails with existing RDBMS schema
Hi,
I''m seriously considering using Rails to develop several internal
corporate web apps that will need to interact with well-established
database systems (3 systems running SQL Server, Oracle, and PostgreSQL).
The schema on these systems are basically set in stone. Can a Rails
application interact with an existing schema without serious Rails
modification? From what I''ve
2006 Mar 09
8
Problem with scaffolding and table name
Hello, i''m new in ruby rails framework. I have the following problem. I
try to create a scaffold
for a certain model of my db, but since ruby rails doesn''t assume the
table name corectly (its incidents_reported )
i get errors ....
Besides renaming the table :) is there a way to ''tell'' ruby rails the
name of the table?
I haven''t been able to find any
2006 Feb 28
2
database tables
I have been assigned a task of building a front end to a database that has already been created. All the database tables have the naming convention of lclclcClclclc. For example; tblComputerNames. How do i get around this in rails since it likes lower case table names to keep with its naming conventions for classes and objects?
Mitch
Mitch Raful MCSE, CCNP
Network Engineer
MCCS Quantico
2006 Feb 07
1
MFC/R2 in Brazil
I don?t know if the last message was with content. So, I sent again. I have
installed a Digium card TE210P and unicall for use MFC/R2. I think that it?s
all right but I can?t make and receive calls. I?m using asterisk 2.1 with
the patch made by Jos? P. Leit?o and the follow libs:
libsupertone-0.0.2
libunicall-0.0.3
libmfcr2-0.0.3
zaptel 2.1
My number is 34318300. The Telco send me only 8300.
2008 Apr 09
6
Using Ruby on Rails with existing database
Hi, I''m a complete newbie to this, I''m afraid. Apologies if this has
been answered elsewhere, but I''ve had a look, and can''t find the
answers I''m looking for, especially for using Rails 2.0.
We have an existing database which we would need to connect Rails to,
and the database structure is not what Rails would seem to expect.
Firstly, tables are not
2006 Jul 03
2
moving data from legacy database
I have rewritten a java webapp into rails. The database structure is
basically the same except that:
1) in the legacy app, several of the tables did not use ID numbers,
but relied on other fields as the primary key
2) in the legacy app, there is a join table that uses email address
and category names to do the join, not ID numbers
I would like to move or change this database to match my new
2006 Jul 22
2
fetching records from tables
Dear all,
I have a doubt,
How to fetch records from tables, which are not having ID field as its
primary key.
If possible, please tell me to way to extract data from those tables.
--
with regds,
Nahalingam N. Kanakavel.
(http://www.nahalingam.bravehost.com/PlanetN/)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 13
2
Legacy database with varchar2 primary key?
I rememeber seeing an article about how to cope with legacy databases
where the primary key is defined as VARCHAR2. I only want read-access
to the data.
Does anyone have a link to such an article? Or can give advice?
--
Posted via http://www.ruby-forum.com/.
2006 Apr 07
6
Foreign Key naming convention override
I am working with an existing database and have to keep all table and
field names as they are. ''tblcustomers'' and ''tblitems'' are linked by the
''tblcustomers'' id field ''tblcustomersid''. In ''tblitems'', the foreign key
is called ''txtcustomerid''.
I have already set the customers model to
2006 Feb 09
4
Problem win Unicall
I am having a strange problem with an asterisk servier using R2 Unicall
in Mexico. Most calls go through fine but some of them give me an error like
this:
-- Executing Dial("SIP/86-db41", "Unicall/g2/014448343600") in new stack
-- Called g2/014448343600
Feb 9 21:44:39 WARNING[23069]: chan_unicall.c:2644 handle_uc_event: Unicall/2
event Dialing
Feb 9 21:44:45
2006 Jan 20
4
Prepending table names on a per user or sub domain basis
Here is a sample of the database structure I want to have:
someclientname-websites
someclientname-canned_responses
someclientname-canned_responses_websites
anotherclientname-websites
anotherclientname-canned_responses
anotherclientname-canned_responses_websites
As you can see I want to prepend the name of my future clients to the
table name so that they use completely different sets of data.
I
2006 Feb 10
1
2wav2mp3, monitor, mixmonitor, mpg123, queues
Hello!
I'm using Asterisk for our office telephony, but we have some problems
that still we can't resolve about it. Here they are:
1) merge in/out call recording files
I also tried to use a script I found on the internet, called 2wav2mp3
In extensions.conf I added the following lines
; script to be executed when monitoring has been finished
MONITOR_EXEC=/usr/local/bin/2wav2mp3
exten
2006 Jan 26
2
Rails with DB2
Anyone has a working installation of DB2 DBI driver for Ruby?
Davide