Displaying 20 results from an estimated 4000 matches similar to: "Multiple databases + switching databases"
2006 Jan 29
4
Problems with FireRuby and scaffolding
I am trying to generate some scaffolding using "ruby script/generate
scaffold order order". It always fails with the message "uninitialized
constant CHARACTER_SET". I have an orders table in a Firebird databse
called TARPRILOGISTICS.GDB. The database is in a folder named "database"
in my rails app root folder. I tried FireRuby 0.4 and 0.4.1. My config
file looks
2006 Apr 11
0
Problem using generate/scaffold and FireRuby
Hi to all,
I am trying to use "ruby script/generate scaffold product". I always get
the message "uninitialized constant CHARACTER_SET". I have a products
table in a Firebird database called depot_development.fdb. Here is my
config file :
> common: &common
> adapter: firebird
> host: localhost
> username: SYSDBA
> password: masterkey
>
2006 Apr 28
2
Rails and Firebird
Hello! I''m new to Ruby and Rails, but have been reading along here, and
searched the archives and didn''t see anything addressing some concerns I
have with using Rails and Firebird.
I prefer Firebird when it is available, and I''m very pleased to see that
others have gotten it working with Ruby. I have been trying to use it
with Rails, with mixed success.
2005 Aug 12
10
Anyone using Firebird w/ Rails?
I saw that there''s a patch in the queue
(http://dev.rubyonrails.com/ticket/1874) for a Firebird adapter. Just
wondering if anyone is using this, the other Firebird adapter, or
something else w/ Rails. My main interest is that sometimes Windows is a
target platform, and Firebird is stable on Windows, whereas I''ve heard
that the Windows version of PostgreSQL isn''t
2009 Mar 15
2
Rails + Firebird 2.1.x
Hi all,
I have played with JRuby on Rails in the past and managed to make it
work with Firebird. Although migrations did not work, I managed to do
everything manually and it worked. Now, I am working with Ruby on
Rails and was wondering if anyone here has managed to get Rails to
work with Firebird 2.1.x.
If yes, what were the steps? I installed fb and fb_adapter, and I get
the following error:
2009 Mar 31
7
Firebird adapter HELP???????
Hi All,
Is anyone successfully using ROR 2.x with Firebird 2.x in a production
environment? The support seems to have dwindled.
I would greatly appreciate any installation guidelines, comments or
tips. What is somewhat confusing is what is required to for ROR to play
nicely with firebird.
I have come across fireruby, fb_adapter, fb-0.5.9...there does not seem
to be cohesive install /
2005 Nov 16
2
Firebird adapter next steps
I saw that the Firebird adapter was merged to the trunk last night...
thanks Jeremy!
Since I last submitted the fb patch (11/1), I''ve been working on
several improvements, including:
1) I reorganized the code to match the newer conventions used in the
other adapters (mostly just changed the order and grouping of methods,
and added some "section header" comments).
2) An updated,
2006 May 25
2
Best way to validate an integer field?
I am trying to validate an integer field called quantity. I don''t know
how to chack if it has gone beyond or below the maximum or minimum value
allowed by the Firebird RDBMS. I tired adding this code to the validate
method in the model:
if (quantity > -2147483648) and (quantity < 2147483648)
errors.add("quantity", "is out of range (must be between
2007 Jul 23
2
Firebird, fireruby
Hi Guys
I am pretty new to Ruby. One of our client is using Firebird as his
backend database. I have to create a script which will connect to his
database, fetch some data and update few tables in MS-SQL database.
Now problem is: i have installed FireRuby, got databaes, changed my
database.yml file.
I am trying to display all the users in Members table. but i am
getting following error:
2007 Nov 13
4
question about activerecord test_numeric_fields in base_test.rb
There''s a test for activerecord called test_numeric_fields in
base_test.rb. here''s the test
def test_numeric_fields
m = NumericData.new(
:bank_balance => 1586.43,
:big_bank_balance => BigDecimal("1000234000567.95"),
:world_population => 6000000000,
:my_house_population => 3
)
assert m.save
m1 =
2005 Nov 09
1
How to install gds32.dll into wine
Hi All,
I'm new in Linux... My Office will migrate from Windows to Linux.
We're using Mandrake 10.
Actually there's no problem migrating office application into Linux, but
some of our application that is using firebird cannot instantly migrate to
Linux. That's why wine is my hope solution for this.
After I install wine-20050830-mdk.i586.rpm almost "exe file" can
2008 Dec 06
2
Sip Node w/ 4 wire audio & AT command set call supervision
I have several discontinued Sierra Wireless MP775 mobile GSM/EDGE radio
modems. These devices were originally installed in emergency vehicles to
provide data and voice access along with GPS reporting. They have external
RF connections for GSM/EDGE and GPS signals. The baseband side includes four
wire audio, RS-232 serial, USB and some parallel digital I/O for panic
switches etc. GSM voice
2004 May 26
2
Opening help pages in new tab of existing Mozilla Firebird
Subject pretty much says it all. I currently have options()$browser
set to open help pages in Mozilla Firebird, but it starts a new window
each time and I would like a new 'tab' in an existing window.
Sorry if this is obvious, but I can't find anything.
Kevin Wright
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]
2005 Jul 19
1
Samba, Windows 2003 server and large file copy failure
We have a Windows 2003 Small Business Server and Redhat database server.
Windows 2003 server introduces NTLM2 support and SMB signing. It removed
support for NTLM and hence Windows 9x, Windows NT4 and Linux could not
work with the server nor access file shares.
There is a policy change to turn allot of these new security features
off and we have done so. We can now connect to the server.
Now we
2006 Feb 27
1
PHP + firebird
Hi all,
I have a centos 4.2 with apache. I need allow a php site access the firebird
DB. How can I do this?
--
=====================
Marcus Tulio T. Carvalho
Telemacro Sistemas e Servi?os
=====================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060227/77897304/attachment-0001.html>
2010 May 18
0
Accessing firebird with port
Hi,
I access a Firebird database in a Delphi app with IBX, this works:
apollo:/gdb/test.fdb
but if I specify a port number:
apollo/3051:/gdb/test.fdb
it can not connect, it says: unable to complete network request to apollo, any idea how to make this works?
Thanks
2010 May 18
1
using firebird 1.5 client
Hi,
in my directory:
test.exe
gds32.dll - from Interbase 6
this works, but if I put GDS32.DLL from Firebird 1.5:
test.exe
GDS32.DLL
the program test.exe has encountered a serious problem and needs to close.
any fix to this? Thanks,
Angelo
2009 Jun 01
3
[Atcom] Asterisk + LAMP on 128MB RAM?
Hello
I'm thinking of selling an Asterisk server based on Atcom's IP02
solid-state unit with one FXO and one FXS ports:
http://atcom.cn/En_products_IP02.htm
By default, this unit based on a 400MHz Blackfin 532 chip only has
64MB RAM and 256MB of NAND flash. Those can be increased to 128MB and
1GB, respectively.
Do you think I can install Linux + Asterisk + LAMP (replacing MySQL
with
2007 Jan 17
1
Updating to RUBY 1.8.4
Hi to all ...
I''m an italian people.
I''m developing a proget using Ruby on Rails, with Firebird 2.0 as data
base.
Actually I''m using this version of GEM:
RUBY: 1.8.2
RAILS: 1.1.2
ACTIVE-RECORD: 1.14.2
FIRERUBY: 0.4.1
RUBY-GEMS: 0.8.10
Now I need to upgrade to RUBY: 1.8.4, because I need to use Rmagick for
generate bar code. I installed Ruby 1.8.4 but now my